1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
xserver-xorg-input-mutouch (1:1.2.0-3) unstable; urgency=medium
* Cherry-pick one more fix from upstream: Fix calculation of coordinates
with inverted axes. Thanks to Fernando Vicente for the report and the
patch.
-- Julien Cristau <jcristau@debian.org> Fri, 16 Jan 2009 07:31:55 +0100
xserver-xorg-input-mutouch (1:1.2.0-2) unstable; urgency=medium
* Cherry-picked from upstream: Handle axis inversion in the driver.
The current X server doesn't handle inverted axes, so we need to do it in
the driver. Report valid axis ranges to the server, but flip the
coordinates before posting events.
LP: #275650, fd.o bug#17813.
-- Julien Cristau <jcristau@debian.org> Mon, 29 Sep 2008 15:23:22 +0200
xserver-xorg-input-mutouch (1:1.2.0-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 3.7.3.
* Drop the XS- prefix from Vcs-* control fields.
* Run dpkg-shlibdeps with --warnings=6. Drivers reference symbols from
/usr/bin/Xorg and other modules, and that's not a bug, so we want
dpkg-shlibdeps to shut up about symbols it can't find. Build-depend on
dpkg-dev >= 1.14.17.
* Add myself to Uploaders.
-- Julien Cristau <jcristau@debian.org> Fri, 30 May 2008 15:10:56 +0200
xserver-xorg-input-mutouch (1:1.1.0-3) unstable; urgency=low
* Upload to unstable
-- David Nusinow <dnusinow@debian.org> Sun, 16 Sep 2007 15:13:38 -0400
xserver-xorg-input-mutouch (1:1.1.0-2) experimental; urgency=low
[ Julien Cristau ]
* Add link to xserver-xorg-core bug script, so that bugreports contain
the user's config and log files.
* Generate the dependency on xserver-xorg-core automatically.
[ Brice Goglin ]
* Install the upstream changelog.
* 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-mutouch
module in the long description.
* Add upstream URL to debian/copyright.
* Build against xserver 1.4.
* Generate the Provides field automatically.
* Add myself to uploaders, and remove Branden and Fabio with their
permission.
-- Brice Goglin <bgoglin@debian.org> Wed, 12 Sep 2007 15:18:49 +0200
xserver-xorg-input-mutouch (1:1.1.0-1) unstable; urgency=low
[ Andres Salomon ]
* Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
idempotency fix.
* Run dh_install w/ --list-missing.
[ Drew Parsons ]
* New upstream version (X11R7.1).
* Standards version 3.7.2.
* Use debhelper 5.
* [Build-] Depends: xserver-xorg (>= 2:1.1.1-1).
* Exclude mutouch_drv.la from dh_install.
* Install man pages using dh_installman.
-- Drew Parsons <dparsons@debian.org> Fri, 13 Oct 2006 00:37:56 +1000
xserver-xorg-input-mutouch (1:1.0.0.5-2) unstable; urgency=low
* Upload to modular
-- David Nusinow <dnusinow@debian.org> Sun, 26 Mar 2006 20:25:12 -0500
xserver-xorg-input-mutouch (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 <dnusinow@debian.org> Fri, 13 Jan 2006 00:33:36 -0500
xserver-xorg-input-mutouch (1:1.0.0.5-0ubuntu1) dapper; urgency=low
* New upstream release.
* Add provides on xserver-xorg-input.
-- Daniel Stone <daniel.stone@ubuntu.com> Wed, 4 Jan 2006 19:44:54 +1100
xserver-xorg-input-mutouch (1:1.0.0.4-0ubuntu1) dapper; urgency=low
* New upstream release.
-- Daniel Stone <daniel.stone@ubuntu.com> Mon, 19 Dec 2005 08:58:02 +1100
xserver-xorg-input-mutouch (1:1.0.0.3-0ubuntu1) dapper; urgency=low
* New upstream release.
-- Daniel Stone <daniel.stone@ubuntu.com> Mon, 12 Dec 2005 13:39:50 +1100
xserver-xorg-input-mutouch (1:1.0.0.2-0ubuntu2) dapper; urgency=low
* Add missing Build-Depends (x11proto-core-dev, x11proto-randr-dev).
-- Daniel Stone <daniel.stone@ubuntu.com> Mon, 5 Dec 2005 12:49:51 +1100
xserver-xorg-input-mutouch (1:1.0.0.2-0ubuntu1) dapper; urgency=low
* New upstream release.
-- Daniel Stone <daniel.stone@ubuntu.com> Tue, 22 Nov 2005 13:22:55 +1100
xserver-xorg-input-mutouch (1:1.0.0.1-1) dapper; urgency=low
* New upstream release.
-- Daniel Stone <daniel.stone@ubuntu.com> Tue, 25 Oct 2005 16:56:30 +1000
xserver-xorg-input-mutouch (1:1.0.0-1) breezy; urgency=low
* First xserver-xorg-input-mutouch release.
-- Daniel Stone <daniel.stone@ubuntu.com> Wed, 6 Jul 2005 15:48:17 +1000
|