xserver-xorg-input-evdev (1:1.2.0-1ubuntu2) hardy; urgency=low * Sigh, drop patches 103 and 104 since they need other patches which aren't important for us right now. (FTBFS) -- Timo Aaltonen Sun, 30 Mar 2008 20:12:30 +0300 xserver-xorg-input-evdev (1:1.2.0-1ubuntu1) hardy; urgency=low * 100_fix_b_map_data: Initialise b_map_data to correct size. (fdo: #13991) * 101_fix_error_message.diff: More accurate error messages on device open fail. * 102_update_manpage.diff: Updated manpage to reflect current state (LP: #173833) * 103_default_xkb_rule.diff: Fix the default XKB rules to be "base" instead of "xfree86". * 104_force_xkb_model.diff: Force xkb_model to be "evdev". Things can only break if something else is used. -- Timo Aaltonen Sun, 30 Mar 2008 18:32:41 +0300 xserver-xorg-input-evdev (1:1.2.0-1) unstable; urgency=low * New upstream releases + includes manpage fixes from Peter Samuelson (close: #446118) + drop evdev_man_illegal_char.patch, included upstream * Bump Standards-Version to 3.7.3. -- Julien Cristau Thu, 06 Dec 2007 17:05:24 +0100 xserver-xorg-input-evdev (1:1.2.0~git20070819-4) unstable; urgency=low * New patch evdev_no_flush_on_init.diff: don't send button release events on init. -- Julien Cristau Tue, 13 Nov 2007 21:27:37 +0100 xserver-xorg-input-evdev (1:1.2.0~git20070819-3) unstable; urgency=low * Upload to unstable -- David Nusinow Sun, 16 Sep 2007 15:13:36 -0400 xserver-xorg-input-evdev (1:1.2.0~git20070819-2) experimental; urgency=low * Build against xserver 1.4. -- Julien Cristau Mon, 10 Sep 2007 16:30:28 +0200 xserver-xorg-input-evdev (1:1.2.0~git20070819-1) experimental; urgency=low * New git snapshot from upstream's master branch. + manpage typos fixed (closes: #432063). Thanks, A. Costa! * Build against xserver 1.3.99.0. * Update debian/copyright. * Generate the Provides field automatically. * Add myself to uploaders, and remove Branden with his permission. * Drop build-dep on linux-kernel-headers, which is provided by build-essential. -- Julien Cristau Sun, 19 Aug 2007 17:22:09 +0200 xserver-xorg-input-evdev (1:1.1.5-3) unstable; urgency=low * Cherry-pick commit 987c6b15: don't call xf86OSRingBell() which isn't available anymore (closes: #430539). -- Julien Cristau Sat, 07 Jul 2007 19:21:43 +0200 xserver-xorg-input-evdev (1:1.1.5-2) unstable; urgency=low [ Julien Cristau ] * Generate the dependency on xserver-xorg-core automatically. * Upload to unstable. [ Brice Goglin ] * Bump Build-Depends: xserver-xorg-dev to >= 2:1.2.99.902 (needed to let xsfbs get access to serverminver). * Add XS-Vcs-*. * Add a link to www.X.org and a reference to the xf86-input-evdev module in the long description. * Remove Fabio from uploaders with his permission. He's always welcome back. -- Julien Cristau Thu, 03 May 2007 20:18:03 +0200 xserver-xorg-input-evdev (1:1.1.5-1) experimental; urgency=low [ Julien Cristau ] * Add link to xserver-xorg-core bug script, so that bugreports contain the user's config and log files. * Bump dependency on xserver-xorg-core to >= 2:1.1.1-11, as previous versions don't have the bug script. * New upstream release. + Drop all patches, applied upstream. * New patch to replace "ΓΈ" with "\(/o" in the evdev(4) manpage. * Make debian/rules clean depend on xsfclean, to make sure that patches are unapplied and everything is cleaned up. -- Drew Parsons Mon, 19 Mar 2007 19:36:42 +1100 xserver-xorg-input-evdev (1:1.1.2-6) unstable; urgency=low * Apply upstream patch 30-absolute-axis.patch to avert potential crashes in the absolute axis setup. * Also apply 40-close-fd.patch, as the last "trivial" patch from upstream before the major changes of 1.1.3. * Use dh_installman to install man pages. -- Drew Parsons Sun, 5 Nov 2006 21:37:25 +1100 xserver-xorg-input-evdev (1:1.1.2-5) unstable; urgency=low * Applied upstream patches 10-bitfield-fixes.patch and 11-bitops-fixes.patch to define bit operations. Closes: #395510. The former contains the hppa inotify patch, so rework 1-add-inotify-architectures.patch into 20-add-inotify-architectures.patch to accommodate. Also, deleted the trivial man patch from 10-bitfield-fixes.patch, it was not applying neatly. -- Drew Parsons Wed, 1 Nov 2006 20:05:50 +1100 xserver-xorg-input-evdev (1:1.1.2-4) unstable; urgency=low * Fix versioned depends: xserver-xorg-core (>= 2:1.1.1-1) (see #391508) since it is built against xserver-xorg-dev (>= 2:1.1.1-1). However the specific versioned build-depends is not needed since it is not required in configure.ac (the driver could be built against older xserver versions). -- Drew Parsons Fri, 27 Oct 2006 22:13:15 +1000 xserver-xorg-input-evdev (1:1.1.2-3) unstable; urgency=low * Add patch rule to build rule to debian/rules to get 1-add-inotify-architectures.patch applied. Run autoreconf and update config.{guess,sub} for good measure. -- Drew Parsons Sun, 24 Sep 2006 10:02:45 +1000 xserver-xorg-input-evdev (1:1.1.2-2) unstable; urgency=low [ Andres Salomon ] * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build; idempotency fix. [ Drew Parsons ] * Upstream patch 1-add-inotify-architectures.patch enables building for hppa, mips (from git upstream) and m68k (thanks Geert Uytterhoeven). Closes: #387922, #388639. * Install upstream ChangeLog. Closes: #370300. * Exclude evdev_drv.la from dh_install. -- Drew Parsons Sun, 24 Sep 2006 01:51:55 +1000 xserver-xorg-input-evdev (1:1.1.2-1) unstable; urgency=low * New upstream release + Now includes manpage (closes: #362679) + Doesn't suck (closes: #365581) * Run dh_install with --list-missing * Bump debhelper compat to 5 * Bump standards version to 3.7.2.0 * Add x11proto-kb-dev to build-depends -- David Nusinow Tue, 30 May 2006 22:37:01 -0400 xserver-xorg-input-evdev (1:1.0.0.5-2) unstable; urgency=low * Upload to modular -- David Nusinow Sun, 26 Mar 2006 20:25:00 -0500 xserver-xorg-input-evdev (1:1.0.0.5-1) experimental; urgency=low * First upload to Debian * Change source package, package, and provides names to denote the type of driver and that they are for xserver-xorg -- David Nusinow Thu, 19 Jan 2006 20:40:34 -0500 xserver-xorg-input-evdev (1:1.0.0.5-0ubuntu1) dapper; urgency=low * New upstream release. * Add provides on xserver-xorg-input. -- Daniel Stone Wed, 4 Jan 2006 19:42:22 +1100 xserver-xorg-input-evdev (1:1.0.0.4-0ubuntu1) dapper; urgency=low * New upstream release. -- Daniel Stone Mon, 19 Dec 2005 08:55:27 +1100 xserver-xorg-input-evdev (1:1.0.0.3-0ubuntu1) dapper; urgency=low * New upstream release. -- Daniel Stone Mon, 12 Dec 2005 13:37:47 +1100 xserver-xorg-input-evdev (1:1.0.0.2-0ubuntu2) dapper; urgency=low * Add missing Build-Depends (x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev). -- Daniel Stone Mon, 5 Dec 2005 12:47:45 +1100 xserver-xorg-input-evdev (1:1.0.0.2-0ubuntu1) dapper; urgency=low * New upstream release. -- Daniel Stone Tue, 22 Nov 2005 13:20:15 +1100 xserver-xorg-input-evdev (1:1.0.0.1-1) dapper; urgency=low * New upstream release. -- Daniel Stone Tue, 25 Oct 2005 16:52:45 +1000 xserver-xorg-input-evdev (1:1.0.0-1) breezy; urgency=low * First xserver-xorg-input-evdev release. -- Daniel Stone Wed, 6 Jul 2005 15:48:17 +1000