mouseemu (0.16-0ubuntu6) lucid; urgency=low * debian/patches/dual_devices.dpatch: Update to pass through any input type that is not EV_KEY, or EV_REP. Patch taken from Debian bug #571604. (LP: #550946) -- Luke Yelavich Wed, 31 Mar 2010 14:42:53 +1100 mouseemu (0.16-0ubuntu5) lucid; urgency=low * rebuild rest of main for armel armv7/thumb2 optimization; UbuntuSpec:mobile-lucid-arm-gcc-v7-thumb2 -- Alexander Sack Sun, 07 Mar 2010 00:57:17 +0100 mouseemu (0.16-0ubuntu4) karmic; urgency=low * more_mouse_buttons.dpatch: If the real mouse devices on the system support any buttons other than left, middle, and right, enable those on the virtual mouse device too so that passthrough will work properly for them (LP: #419947). -- Colin Watson Fri, 28 Aug 2009 08:45:40 +0100 mouseemu (0.16-0ubuntu3) jaunty; urgency=low * debian/mouseemu.rules: Rename to debian/mouseemu.udev * debian/rules: Install udev rules with dh_installudev * debian/control: Bump build-dependency on debhelper to install into new /lib/udev/rules.d directory, add Breaks on udev to ensure we have the correct version. * debian/mouseemu.dirs: No need to install directory -- Scott James Remnant Mon, 12 Jan 2009 21:39:54 +0000 mouseemu (0.16-0ubuntu2) intrepid; urgency=low * Upstream release 0.16 in fact dated from before 0.15-4. Thus, the effect of ceasing to apply lots of patch files was to drop all the changes made to those patches since 0.15-3, including much of the work done in Ubuntu to support Intel Macs, resulting in several regressions. The net effect of fixing this is to bring the actual built code back to almost exactly what it was before. In future, please don't upload new upstream versions involving complicated patch resync jobs late in the cycle! * 41_defaults.dpatch: - Revert #ifdef __powerpc__ in defkeys.h, since we handle that separately in order to permit run-time detection of Intel Macs. - Document Intel Mac handling in mouseemu(8) and --help. * 61_rescan.dpatch: - Block SIGHUP and SIGALRM in the parent. - Fix rescan_devs not to skip every other input handler. * 63_pidfile.dpatch: - Exit gracefully if pidfile creation fails. * 99_ubuntu_defaults.dpatch: - Change middle-click default to F11 and right-click default to F12. Disable scroll emulation by default. -- Colin Watson Thu, 16 Oct 2008 21:34:21 +0100 mouseemu (0.16-0ubuntu1) intrepid; urgency=low * New upstream release (LP: #269965). - debian/patches: + Removed 01_nofork.dpatch, fixed upstream. + Removed 11_mod-passthrough.dpatch + Removed 21_makefile.dpatch + Removed 31_usage.dpatch + Removed 51_manpage.dpatch + Removed 61_rescan.dpatch + Removed syslog.dpatch + Removed 63_pidfile.dpatch + Removed 99_ubuntu_defaults.dpatch + Removed '-534,10 +538,16' in 41_defaults.dpatch, patch no longer applies -- Nick Ellery Wed, 15 Oct 2008 16:54:24 -0700 mouseemu (0.15-8ubuntu3) hardy; urgency=low * Fix -x call. -- Scott James Remnant Fri, 14 Dec 2007 16:55:48 +0000 mouseemu (0.15-8ubuntu2) hardy; urgency=low * debian/mouseemu.init: call udevadm instead of udevsettle -- Scott James Remnant Fri, 14 Dec 2007 16:38:09 +0000 mouseemu (0.15-8ubuntu1) gutsy; urgency=low * Resynchronise with Debian. Remaining changes: - debian/patches/99_ubuntu_defaults.dpatch: Change middle-click default to F11 and right-click default to F12. Disable scroll emulation by default. - Move udev rules file to /etc/udev/rules.d/85-mouseemu.rules to comply with Ubuntu's udev policy. - debian/mouseemu.init: Run mouseemu at nice -10. - debian/mouseemu.init: Convert to LSB init functions. - debian/mouseemu.init: Use udevsettle rather than 'sleep 1' to wait for input devices to appear. -- Colin Watson Mon, 11 Jun 2007 18:48:01 +0100 mouseemu (0.15-8) unstable; urgency=low * debian/patches/63_pidfile.dpatch: exit gracefully if pidfile creation fails. Thanks to colin Watson. (Closes: #426020) -- Gaudenz Steinlin Tue, 29 May 2007 18:15:39 +0200 mouseemu (0.15-7ubuntu2) gutsy; urgency=low * Check for errors when opening pidfile (LP: #112337). -- Colin Watson Fri, 25 May 2007 17:27:00 +0100 mouseemu (0.15-7ubuntu1) gutsy; urgency=low * Resynchronise with Debian. Thanks to Gaudenz Steinlin for merging so much! Remaining changes: - debian/patches/99_ubuntu_defaults.dpatch: Change middle-click default to F11 and right-click default to F12. Disable scroll emulation by default. - Move udev rules file to /etc/udev/rules.d/85-mouseemu.rules to comply with Ubuntu's udev policy. - debian/mouseemu.init: Run mouseemu at nice -10. - debian/mouseemu.init: Convert to LSB init functions. - debian/mouseemu.init: Use udevsettle rather than 'sleep 1' to wait for input devices to appear. -- Colin Watson Fri, 18 May 2007 09:11:50 +0100 mouseemu (0.15-7) unstable; urgency=low * The "The hard work was done by Ubuntu" release * debian/patches/bustype_virtual.dpatch: Use new BUS_VIRTUAL bus type for our uinput devices (Closes: 304734). Thanks to Colin Watson and Ubuntu for this patch. * debian/patches/dual_devices.dpatch: Handle input devices that provide both keyboard and mouse events. Thanks to Colin Watson for the patch. (Closes: 407725) * update debian/patches/61_rescan.dpatch: Block SIGHUP and SIGALRM in the parent. Fix rescan_devs not to skip every other input handler. Taken from Ubuntu. * update debian/patches/41_defaults.dpatch, debian/control, debian/rules, debian/patches/51_manpage: Enable Mouse Button Emulation by Default on Intel Macs. Use dmidecode to detect Intel Macs. Code taken from Ubuntu. -- Gaudenz Steinlin Sun, 29 Apr 2007 17:53:10 +0200 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 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 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 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 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. -- Colin Watson Fri, 8 Dec 2006 04:11:06 +0000 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) -- Gaudenz Steinlin Sun, 19 Nov 2006 11:37:40 +0100 mouseemu (0.15-5ubuntu2) feisty; urgency=low * debian/patches/41_defaults.dpatch: Include and to fix build failure. -- Colin Watson 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 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) -- Gaudenz Steinlin Mon, 30 Oct 2006 12:25:57 +0100 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 -- Gaudenz Steinlin Thu, 5 Oct 2006 02:23:54 +0200 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 -- Gaudenz Steinlin Tue, 14 Mar 2006 02:13:00 +0100 mouseemu (0.15-2) unstable; urgency=medium * convert patches to dpatch * passthrough modifier keys (closes: #304328) * improve documentation about default behaviour (closes: #303883). * change default to not emulate mouse buttons on !powerpc * improve usage message * fix -nofork option -- Gaudenz Steinlin Thu, 21 Apr 2005 01:46:24 +0200 mouseemu (0.15-1) unstable; urgency=low * New upstream release - manpage now in upstream tarball * change Makefile to install manpage to /usr/share/man -- Gaudenz Steinlin Thu, 31 Mar 2005 00:04:30 +0200 mouseemu (0.14-1) unstable; urgency=low * Initial Release for Debian (Closes: #293240) - Thanks to Guido Guenther for his work on the inofficial packages! * add manpage for Debian * add init script and default configuration in /etc/default/mouseemu -- Gaudenz Steinlin Wed, 30 Mar 2005 01:27:12 +0200