Change logs for mouseemu source package in Feisty

  • mouseemu (0.15-6ubuntu5) feisty; urgency=low
    
      * debian/mouseemu.init: Convert to LSB init functions (LP: #85576).
      * debian/mouseemu.init: Use udevsettle rather than 'sleep 1' to wait for
        input devices to appear.
    
     -- Colin Watson <email address hidden>   Sat, 24 Mar 2007 17:54:00 +0000
  • mouseemu (0.15-6ubuntu4) feisty; urgency=low
    
      * debian/mouseemu.init: Run mouseemu at nice -10. Keyboard and mouse
        events are important, OK?
      * debian/control: Set Maintainer to me.
    
     -- Colin Watson <email address hidden>   Wed, 14 Mar 2007 11:53:18 +0000
  • mouseemu (0.15-6ubuntu3) feisty; urgency=low
    
      * debian/patches/dual_devices.dpatch: Handle input devices that provide
        both keyboard and mouse events.
      * debian/patches/41_defaults.dpatch, debian/control, debian/rules: Improve
        Intel Mac detection using dmidecode.
      * debian/patches/61_rescan.dpatch: Block SIGHUP and SIGALRM in the parent.
        Fix rescan_devs not to skip every other input handler.
      * debian/patches/63_pidfile.dpatch: Update.
    
     -- Colin Watson <email address hidden>   Thu,  8 Feb 2007 02:17:03 +0000
  • mouseemu (0.15-6ubuntu2) feisty; urgency=low
    
      * debian/patches/99_ubuntu_defaults.dpatch: Disable scroll emulation by
        default; I find it much too easy to trip unintentionally, and the effect
        is surprising.
      * debian/patches/bustype_virtual.dpatch: Use new BUS_VIRTUAL bus type for
        our uinput devices (LP: #67954).
      * Move udev rules file to /etc/udev/rules.d/85-mouseemu.rules to comply
        with Ubuntu's udev policy.
    
     -- Colin Watson <email address hidden>   Fri,  8 Dec 2006 14:34:31 +0000
  • mouseemu (0.15-6ubuntu1) feisty; urgency=low
    
      * Resynchronise with Debian. Remaining changes:
        - Emulate mouse buttons by default on Intel Macs.
        - Change middle-click default to F11 and right-click default to F12.
    
    mouseemu (0.15-6) unstable; urgency=medium
    
       [ Guido Guenther ]
       * Intialize all fields in uinput_user_dev (initialize_device.dpatch)
         (closes: #399231)
       * Fix write error detection (write_error.dpatch)
    
     -- Colin Watson <email address hidden>   Fri,  8 Dec 2006 04:11:06 +0000
  • mouseemu (0.15-5ubuntu2) feisty; urgency=low
    
      * debian/patches/41_defaults.dpatch: Include <sys/types.h> and
        <sys/stat.h> to fix build failure.
    
     -- Colin Watson <email address hidden>   Fri, 24 Nov 2006 10:27:07 +0000
  • mouseemu (0.15-5ubuntu1) feisty; urgency=low
    
      * debian/patches/41_defaults.dpatch: Emulate mouse buttons by default on
        Intel Macs.
      * debian/patches/99_ubuntu_defaults.dpatch, debian/mouseemu.default:
        Change middle-click default to F11 and right-click default to F12, to
        match existing Ubuntu configuration in procps.
    
     -- Colin Watson <email address hidden>   Fri, 17 Nov 2006 12:47:07 -0800
  • mouseemu (0.15-5) unstable; urgency=medium
    
      * don't fail to start if uinput is not compiled as a module (Closes: 393782)
    
    mouseemu (0.15-4) unstable; urgency=low
    
      * XS-Vcs Field
      * change pkill into kill $(pidof ...) in mouseemu.rules (Closes: #358655)
      * check for /sbin/udevcontrol before running it (Closes: #361042)
      * add /etc/udev/rules.d to package (don't depend on udev beeing installed)
      * recreate broken syslog patch
      * send missing uinput error message to stderr instead of syslog (Closes: #369804)
      * update standards version to 3.7.2, no changes needed
      * update debhelper compatibility level to 5, depend on debhelper >=5
      * LSBize init script 
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  07 Nov 2006 03:00:08 +0000
  • mouseemu (0.15-3) unstable; urgency=low
    
      * The kudos to Michael Schmitz release!
      * example section in manpage (closes: #354148)
      * close all devices and trigger a rescan if a device
        disapears (closes: #355794, #307068)
      * rescan for new devices every 5s (off by default)
      * manually rescan for new devices on HUP
      * output messages to syslog
      * create pidfile /var/run/mouseemu.pid
      * scan up to 32 event devices (closes: #326486)
      * increase delay between stoping and starting mouseemu
        on restart to give it more time to stop all processes
      * add a udev rules file to rescan for new devices
      * add --retry to start-stop-daemon on stopping to make sure
        mouseemu really stops
      * add preinst script to ensure that mouseemu is really stopped
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  15 Jun 2006 15:05:46 +0100