--- xserver-xorg-input-mutouch-1.3.0.orig/ChangeLog +++ xserver-xorg-input-mutouch-1.3.0/ChangeLog @@ -1,45 +1,522 @@ -2006-04-06 Adam Jackson +commit 42d5a96fc6cd69f3b787b5030386e0bcbb9b0cab +Author: Peter Hutterer +Date: Tue Jun 28 11:32:14 2011 +1000 - * configure.ac: - * src/xf86MuTouch.c: - Unlibcwrap. Bump server version requirement. Bump to 1.1.0. + mutouch 1.3.0 + + Signed-off-by: Peter Hutterer -2005-12-20 Kevin E. Martin +commit 7efc947e3cb2fe254f5b44bd1a0f4629fb777a95 +Author: Peter Hutterer +Date: Tue Jun 28 00:57:57 2011 +1000 - * configure.ac: - Update package version for X11R7 release. + Don't reset the stored device's private + + Storing references to the finger/stylus pInfo is dangerous as-is, + but accessing them during the UnInit is suboptimal. This pInfo may have + been freed already. + + Signed-off-by: Peter Hutterer -2005-12-14 Kevin E. Martin +commit d23472b709fafd48f8403e6ea97918c06cc3caaf +Author: Peter Hutterer +Date: Tue Jun 28 00:45:11 2011 +1000 - * configure.ac: - Update package version number for final X11R7 release candidate. + Don't free pInfo in Uninit. + + Just free priv, reset the pointer to NULL and let the server do the + rest. + + Signed-off-by: Peter Hutterer -2005-12-06 Kevin E. Martin +commit 9aaaf67f5e0bb7419c24df041a75bb93e2f7c601 +Author: Peter Hutterer +Date: Tue Jun 28 00:43:18 2011 +1000 - * man/Makefile.am: - Change *man_SOURCES ==> *man_PRE to fix autotools warnings. + Don't call DEVICE_OFF during Uninit + + The server will do it for us before anyway. + + Signed-off-by: Peter Hutterer -2005-12-03 Kevin E. Martin +commit 041959f3fcdc473cb92437227522b2e986a1055e +Author: Peter Hutterer +Date: Tue Jun 28 00:38:38 2011 +1000 - * configure.ac: - Update package version number for X11R7 RC3 release. + Don't free pInfo on PreInit failure. + + The server does it for us. Make sure we reset the private pointer to + NULL though. + + Signed-off-by: Peter Hutterer -2005-12-01 Kevin E. Martin +commit ea50c9d3a593d6dd2a45a12b39fe9c248ea25309 +Author: Peter Hutterer +Date: Tue Jun 28 00:37:45 2011 +1000 - * configure.ac: - Remove extraneous AC_MSG_RESULT. + Require server 1.10 instead of manual ABI checks. + + Signed-off-by: Peter Hutterer -2005-11-29 Adam Jackson +commit 29c3cb19938df97fd4a968ac010f48a2e25a3b72 +Author: Peter Hutterer +Date: Tue Jun 28 00:35:13 2011 +1000 - * configure.ac: - Only build dlloader modules by default. + s/MicroTouch/MuTouch + + I don't know what the difference is but we had a microtouch driver. + Having this driver spit out MicroTouch error messages is suboptimal. + + Signed-off-by: Peter Hutterer -2005-11-09 Kevin E. Martin +commit 7de3fd29eaa2f7532658f706ee0471dde34f16d6 +Author: Julien Cristau +Date: Sat Apr 17 16:07:29 2010 +0200 - * configure.ac: - Update package version number for X11R7 RC2 release. + Don't clobber CFLAGS + + CFLAGS is a user variable, don't set it from configure. -2005-11-01 Kevin E. Martin +commit 24029451c591d324fc6e4a64d0bba70841bb1725 +Author: Peter Hutterer +Date: Fri Dec 3 09:07:38 2010 +1000 - * configure.ac: - Update pkgcheck dependencies to work with separate build roots. + Support input ABI 12 + + Signed-off-by: Peter Hutterer + Reviewed-by: Cyril Brulebois + +commit f7c4418ae0313b35d528fe28cfaf7899bc96e029 +Author: Peter Hutterer +Date: Fri Dec 3 09:06:16 2010 +1000 + + Replace use of private_flags with driver-internal device_type. + + private_flags is removed in input ABI 12 but it's not needed anyway. + + Signed-off-by: Peter Hutterer + Reviewed-by: Cyril Brulebois + +commit 3390adfb0c4cec5914a1c4e05bb95a6140fe6d31 +Author: Peter Hutterer +Date: Thu Dec 2 15:42:33 2010 +1000 + + Drop driver-specific motion history size handling. + + Signed-off-by: Peter Hutterer + Reviewed-by: Cyril Brulebois + +commit 9c887eceeb7f6bb1f9005bc2aeedeaa0a5d77ec4 +Author: Peter Hutterer +Date: Thu Dec 2 15:42:11 2010 +1000 + + Drop close_proc, conversion_proc, reverse_conversion_proc + + All three are not called by the server anymore. + + Signed-off-by: Peter Hutterer + Reviewed-by: Cyril Brulebois + +commit 69ea6552035603f1813c80caa14cd8fba2778102 +Author: Peter Hutterer +Date: Thu Dec 2 15:38:46 2010 +1000 + + Drop libc wrappers for free, malloc + + Signed-off-by: Peter Hutterer + Reviewed-by: Cyril Brulebois + +commit 287bbb905a28d8f9bcebacb7826f4902e438ec64 +Author: Peter Hutterer +Date: Thu Dec 2 15:37:15 2010 +1000 + + Replace LocalDevicePtr with InputInfoPtr. + + LocalDevicePtr has been dropped from the server, but both describe the same + struct anyway. + + Signed-off-by: Peter Hutterer + Reviewed-by: Cyril Brulebois + +commit 40920147a87d7f069cf4406f1f50aed58a7ce7e0 +Author: Peter Hutterer +Date: Thu Dec 2 15:34:12 2010 +1000 + + Require server 1.9, drop earlier ABI support + + Signed-off-by: Peter Hutterer + Reviewed-by: Cyril Brulebois + +commit 7ad420be74fec993f98fdfe746f037d803a6b927 +Author: Peter Hutterer +Date: Thu Dec 2 15:33:33 2010 +1000 + + Drop unused bits from configure.ac + + Signed-off-by: Peter Hutterer + Reviewed-by: Cyril Brulebois + +commit dae0cddd64bc4ac01f47b8e1d0f298ca42c11382 +Author: Peter Hutterer +Date: Thu Dec 2 15:32:55 2010 +1000 + + Drop ref count, removed from server. + + Signed-off-by: Peter Hutterer + Reviewed-by: Cyril Brulebois + +commit 75eb5c3b9c70ac9d8c31a762ba9a1ec1dd2485f4 +Author: Peter Hutterer +Date: Thu Dec 2 15:32:45 2010 +1000 + + unifdef XFree86LOADER + + Signed-off-by: Peter Hutterer + Reviewed-by: Cyril Brulebois + +commit 3443b6c6e5ea9f0c709ef865f1bf08ba68e66d67 +Author: Peter Hutterer +Date: Thu Dec 2 15:30:22 2010 +1000 + + Purge CVS tags + + Signed-off-by: Peter Hutterer + +commit d0c22e3c02c25c9bef103f745c2648fb92ec3fa9 +Author: Peter Hutterer +Date: Thu Dec 2 15:30:04 2010 +1000 + + Bump to 1.2.99 + + Signed-off-by: Peter Hutterer + +commit db04a5333b545a0442b995bae47d2c5527a7459e +Author: Peter Hutterer +Date: Fri Jul 17 14:18:51 2009 +1000 + + Cope with XINPUT ABI 7. + + Signed-off-by: Peter Hutterer + +commit ec133cb3d485328290b5cdcc6c2817d78f311a5d +Author: Alan Coopersmith +Date: Fri Jan 30 20:28:11 2009 -0800 + + Add README with pointers to mailing list, bugzilla & git repos + +commit 301153d4c833590c8f5a19b9f0780c8426abb2d0 +Author: Fernando Vicente +Date: Fri Jan 16 06:53:22 2009 +0100 + + Fix calculation of coordinates with inverted axes + + Signed-off-by: Julien Cristau + Signed-off-by: Peter Hutterer + +commit b988e2ec8d7421f531f9d37f6bdb9653660c038d +Author: Alan Coopersmith +Date: Fri Jan 9 16:21:31 2009 -0800 + + Remove xorgconfig & xorgcfg from See Also list in man page + +commit 3a210acc671a6a2f07b2321cf4d7d525867da145 +Author: Peter Hutterer +Date: Thu Oct 2 09:10:15 2008 +0930 + + mutouch 1.2.1 + +commit 226adbe8a87266115eb66a480896d33405124acb +Author: Peter Hutterer +Date: Thu Aug 14 15:44:27 2008 +0930 + + Remove pre-XFREE86_V4 cruft. + +commit c2a2c40506a57aa6d9e92e6dce372165c132eb85 +Author: Peter Hutterer +Date: Sat Jun 21 23:15:14 2008 +0930 + + Fix stupid typos from last patch. + + Don't mis-use a boolean as temporary variable either. + +commit 7ada6945af8c690e629bfc4ad6fe19b49cbbb66e +Author: Peter Hutterer +Date: Thu Jun 12 21:27:32 2008 +0930 + + 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. + + Untested for lack of device. + +commit aa2cd369f4966520ee90c57035f760b1ca5d9216 +Author: Peter Hutterer +Date: Thu Jun 12 21:15:28 2008 +0930 + + Remove trailing whitespaces. + +commit 4c3420534d0f62e37ba251c68ac65e88f9c5b9b9 +Author: Peter Hutterer +Date: Mon May 26 22:15:35 2008 +0930 + + Check for XINPUT ABI 3. + +commit 2ec700990edd4bd77973de16ab2b40e754dee7f1 +Author: Adam Jackson +Date: Thu Mar 20 16:31:11 2008 -0400 + + mutouch 1.2.0 + +commit 6dbf50f8003fd74697273525bb966e976994e868 +Author: Matthieu Herrb +Date: Sat Mar 8 23:12:20 2008 +0100 + + Makefile.am: nuke RCS Id + +commit 5e10ff7ecda4df10b6e4d8b7767f5fc64923653e +Author: James Cloos +Date: Mon Sep 3 05:52:18 2007 -0400 + + Add *~ to .gitignore to skip patch/emacs droppings + +commit d21723d63ad3ba50baac2a2c67839ca4f75d2779 +Author: James Cloos +Date: Thu Aug 23 19:25:34 2007 -0400 + + Rename .cvsignore to .gitignore + +commit 441b82685e44968ed023b553f2dd4282db4db27c +Author: Brice Goglin +Date: Tue Aug 7 09:39:23 2007 +0200 + + Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in version_rec + +commit e733e8f969cd566bd2ece3afb738e0311fcddcb5 +Author: Adam Jackson +Date: Fri Apr 7 18:02:19 2006 +0000 + + Unlibcwrap. Bump server version requirement. Bump to 1.1.0. + +commit ae2cc1656600d1be2237e822efc07a9d927c07f2 +Author: Kevin E Martin +Date: Wed Dec 21 02:29:58 2005 +0000 + + Update package version for X11R7 release. + +commit e8c8388dbf5ed483779d3ce52be6dd873f91c52d +Author: Adam Jackson +Date: Mon Dec 19 16:25:51 2005 +0000 + + Stub COPYING files + +commit b1f790f94888d4f8011bd1b0e54bbe602410e0a7 +Author: Kevin E Martin +Date: Thu Dec 15 00:24:15 2005 +0000 + + Update package version number for final X11R7 release candidate. + +commit 785048e920a8f6d8db615333e7b75587a2dfe06d +Author: Kevin E Martin +Date: Tue Dec 6 22:48:31 2005 +0000 + + Change *man_SOURCES ==> *man_PRE to fix autotools warnings. + +commit c48f7b4eaa3202ee06767b6f39ae8a6c90f4e0a0 +Author: Kevin E Martin +Date: Sat Dec 3 05:49:31 2005 +0000 + + Update package version number for X11R7 RC3 release. + +commit 764ced9de098668041eece797ffd004ee0466002 +Author: Kevin E Martin +Date: Fri Dec 2 02:16:06 2005 +0000 + + Remove extraneous AC_MSG_RESULT. + +commit 7949be851c9f50edc0d9b181a11c32964ce282cd +Author: Adam Jackson +Date: Tue Nov 29 23:29:56 2005 +0000 + + Only build dlloader modules by default. + +commit 0586f0e844901504da5b283756e1aa63a0ed341e +Author: Alan Coopersmith +Date: Mon Nov 28 22:04:07 2005 +0000 + + Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 + update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) + +commit 9d5518d9ab351b0e8a949fed264fb3f370685edf +Author: Eric Anholt +Date: Mon Nov 21 10:49:07 2005 +0000 + + Add .cvsignores for drivers. + +commit 7f7d5e7e7995ec3ebff57e6fb4b8362b314bf1a7 +Author: Kevin E Martin +Date: Wed Nov 9 21:15:12 2005 +0000 + + Update package version number for X11R7 RC2 release. + +commit b7b562c7fa2f695b978e6ed6764d64230dd0da91 +Author: Kevin E Martin +Date: Tue Nov 1 15:08:51 2005 +0000 + + Update pkgcheck depedencies to work with separate build roots. + +commit 9a0c829b826a485e397ef00032a812c8a0e639ae +Author: Kevin E Martin +Date: Wed Oct 19 02:48:01 2005 +0000 + + Update package version number for RC1 release. + +commit db594b1ecb57e45a48da64244e9f7beb674a4b84 +Author: Alan Coopersmith +Date: Tue Oct 18 00:01:52 2005 +0000 + + Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro + substitutions to work better with BSD make + +commit 33fa6668eebed44cbe97ea6179c39f4ea060cce9 +Author: Adam Jackson +Date: Mon Oct 17 22:57:29 2005 +0000 + + More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead + of indirectly + +commit 1ea02bdc3c9557f6b5e1506168d35af9fa6eea89 +Author: Alan Coopersmith +Date: Mon Oct 17 00:08:59 2005 +0000 + + Use sed & cpp to substitute variables in driver man pages + +commit 0213d5e01d8a366a4e6412c8885581df09953cca +Author: Daniel Stone +Date: Thu Aug 18 09:03:40 2005 +0000 + + Update autogen.sh to one that does objdir != srcdir. + +commit dd57104958bc29b3ea0487eb9a07cc5747e0799e +Author: Søren Sandmann Pedersen +Date: Wed Aug 10 14:07:23 2005 +0000 + + Don\'t lose existing CFLAGS in all the input drivers and some of the video + drivers + +commit b508bcd4fb19061fd9bd886c293679b246afea59 +Author: Kevin E Martin +Date: Fri Jul 29 21:22:41 2005 +0000 + + Various changes preparing packages for RC0: + - Verify and update package version numbers as needed + - Implement versioning scheme + - Change bug address to point to bugzilla bug entry form + - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to + reenable it) + - Fix makedepend to use pkgconfig and pass distcheck + - Update build script to build macros first + - Update modular Xorg version + +commit 869e0e0304a841a60fca13ab142a5e7afd6fab26 +Author: Kevin E Martin +Date: Wed Jul 13 20:03:22 2005 +0000 + + Make the module dir configurable + +commit 1af0ed35da050eb6cfd672ebcf4a244e2ac28f52 +Author: Kevin E Martin +Date: Wed Jul 13 02:21:01 2005 +0000 + + Update all input drivers to pass distcheck + +commit f2ceee068d4701362608c7de7c69a04dd5a188b9 +Author: Adam Jackson +Date: Tue Jul 12 06:15:09 2005 +0000 + + Build skeletons for input drivers. Should basically work. + +commit 07fe4780c2d7d56fea95a43732fbec9a3a8553dd +Author: Adam Jackson +Date: Mon Jul 11 02:38:00 2005 +0000 + + Prep input drivers for modularizing by adding guarded #include "config.h" + +commit cbf465fc48ee205ee7140eefd63e85b01d3f8f99 +Author: Daniel Stone +Date: Sun Jul 3 08:53:45 2005 +0000 + + Change and to "misc.h" and "os.h". + +commit 8b67d9612876960d81408bc69631f166ed9e8408 +Author: Daniel Stone +Date: Fri Jul 1 22:43:23 2005 +0000 + + Change all misc.h and os.h references to . + +commit 7f550161e4b09e19c207c6b7877182ce11eb9e96 +Author: Adam Jackson +Date: Mon Jun 27 18:32:54 2005 +0000 + + Various input drivers set their InputDriverRec to be static when doing a + loadable build, and the same symbol can't be both static and _X_EXPORT. + Pointed out by Alan Coopersmith. + +commit 51435d524c32daa50a6fdba45b5499e23bacbd1b +Author: Adam Jackson +Date: Sat Jun 25 21:17:02 2005 +0000 + + Bug #3626: _X_EXPORT tags for video and input drivers. + +commit bbd906d00f7c5235422133c9935d37eedb87a8e6 +Author: Daniel Stone +Date: Wed Apr 20 12:25:34 2005 +0000 + + Fix includes right throughout the Xserver tree: + change "foo.h" to for core headers, e.g. X.h, Xpoll.h; + change "foo.h", "extensions/foo.h" and "X11/foo.h" to + for extension headers, e.g. Xv.h; + change "foo.[ch]" to for Xtrans files. + +commit 490a14af12143092496cc2fa032bdd63fe3e2ae9 +Author: Egbert Eich +Date: Fri Apr 23 19:54:04 2004 +0000 + + Merging XORG-CURRENT into trunk + +commit 3c3fa4c5b9aadb7dc6ec9004d457f76105abfed4 +Author: Egbert Eich +Date: Sun Mar 14 08:33:52 2004 +0000 + + Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 + +commit 74981d89fc9d1830d53855db97782bd9a815a69a +Author: Egbert Eich +Date: Wed Mar 3 12:12:34 2004 +0000 + + Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 + +commit 6c36f26568ed8699c173bc3a3ecd3280748f3614 +Author: Egbert Eich +Date: Thu Feb 26 13:36:00 2004 +0000 + + readding XFree86's cvs IDs + +commit 931f7cebb38d0ed672021e0911bc269f0591ce85 +Author: Egbert Eich +Date: Thu Feb 26 09:23:34 2004 +0000 + + Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 + +commit 00eb3aac7d4d3f17a381ae4fca42baa939f163a0 +Author: Kaleb Keithley +Date: Fri Nov 14 16:48:56 2003 +0000 + + XFree86 4.3.0.1 + +commit 7d3ee7b318425801939c01c9ff8850d5821bc224 +Author: Kaleb Keithley +Date: Fri Nov 14 16:48:56 2003 +0000 + + Initial revision --- xserver-xorg-input-mutouch-1.3.0.orig/autogen.sh +++ xserver-xorg-input-mutouch-1.3.0/autogen.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +$srcdir/configure --enable-maintainer-mode "$@" --- xserver-xorg-input-mutouch-1.3.0.orig/debian/README.source +++ xserver-xorg-input-mutouch-1.3.0/debian/README.source @@ -0,0 +1,49 @@ +------------------------------------------------------ +Quick Guide To Patching This Package For The Impatient +------------------------------------------------------ + +1. Make sure you have quilt installed +2. Unpack the package as usual with "dpkg-source -x" +3. Run the "patch" target in debian/rules +4. Create a new patch with "quilt new" (see quilt(1)) +5. Edit all the files you want to include in the patch with "quilt edit" + (see quilt(1)). +6. Write the patch with "quilt refresh" (see quilt(1)) +7. Run the "clean" target in debian/rules + +Alternatively, instead of using quilt directly, you can drop the patch in to +debian/patches and add the name of the patch to debian/patches/series. + +------------------------------------ +Guide To The X Strike Force Packages +------------------------------------ + +The X Strike Force team maintains X packages in git repositories on +git.debian.org in the pkg-xorg subdirectory. Most upstream packages +are actually maintained in git repositories as well, so they often +just need to be pulled into git.debian.org in a "upstream-*" branch. +Otherwise, the upstream sources are manually installed in the Debian +git repository. + +The .orig.tar.gz upstream source file could be generated using this +"upstream-*" branch in the Debian git repository but it is actually +copied from upstream tarballs directly. + +Due to X.org being highly modular, packaging all X.org applications +as their own independent packages would have created too many Debian +packages. For this reason, some X.org applications have been grouped +into larger packages: xutils, xutils-dev, x11-apps, x11-session-utils, +x11-utils, x11-xfs-utils, x11-xkb-utils, x11-xserver-utils. +Most packages, including the X.org server itself and all libraries +and drivers are, however maintained independently. + +The Debian packaging is added by creating the "debian-*" git branch +which contains the aforementioned "upstream-*" branch plus the debian/ +repository files. +When a patch has to be applied to the Debian package, two solutions +are involved: +* If the patch is available in one of the upstream branches, it + may be git'cherry-picked into the Debian repository. In this + case, it appears directly in the .diff.gz. +* Otherwise, the patch is added to debian/patches/ which is managed + with quilt as documented in /usr/share/doc/quilt/README.source. --- xserver-xorg-input-mutouch-1.3.0.orig/debian/changelog +++ xserver-xorg-input-mutouch-1.3.0/debian/changelog @@ -0,0 +1,199 @@ +xserver-xorg-input-mutouch (1:1.3.0-2) unstable; urgency=medium + + * New maintainer. (Closes: #982000) + + -- Adrian Bunk Fri, 05 Feb 2021 18:28:54 +0200 + +xserver-xorg-input-mutouch (1:1.3.0-1) unstable; urgency=low + + * New upstream release: + - Support Xserver 1.10 (Closes: #624964). + * Bump xserver-xorg-dev build-dep accordingly. + * Bump Standards-Version to 3.9.2 (no changes). + + -- Cyril Brulebois Tue, 28 Jun 2011 14:52:24 +0200 + +xserver-xorg-input-mutouch (1:1.2.1-4) unstable; urgency=low + + * Switch to dh: + - Use debhelper 8. + - Use dh-autoreconf. + - Bump xserver-xorg-dev build-dep for dh_xsf_substvars and xsf + debhelper sequence. + - Specify usr/share/man in .install, remove .manpages accordingly. + * Remove xsfbs accordingly. + * Remove long obsolete Replaces. + * Update Uploaders list. Thanks, David & Brice! + * Wrap Depends/Provides. + * Bump Standards-Version to 3.9.1 (no changes needed). + * Add quilt build-dep for future use. + + -- Cyril Brulebois Sat, 05 Feb 2011 14:39:49 +0100 + +xserver-xorg-input-mutouch (1:1.2.1-3) experimental; urgency=low + + [ Timo Aaltonen ] + * Bump Standards-Version to 3.8.3. + * Build against Xserver 1.7. + + [ Julien Cristau ] + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + * Remove myself from Uploaders + + [ Cyril Brulebois ] + * Build against Xserver 1.9.1 rc1. + * Add myself to Uploaders. + * Merge from master up to db04a533 to build against the 1.9.x series of + the Xserver. + * Update xsfbs, use new ${xinpdriver:Depends} substvar. + + -- Cyril Brulebois Fri, 19 Nov 2010 23:31:51 +0100 + +xserver-xorg-input-mutouch (1:1.2.1-2) unstable; urgency=low + + * Upload to unstable. + + -- Julien Cristau Thu, 09 Apr 2009 16:25:25 +0100 + +xserver-xorg-input-mutouch (1:1.2.1-1) experimental; urgency=low + + * New upstream release. + * Run autoreconf at build time; add appropriate build deps + * Allow parallel builds. + * Build against xserver >= 1.6 rc1. + + -- Julien Cristau Wed, 01 Apr 2009 19:40:12 +0200 + +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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Wed, 6 Jul 2005 15:48:17 +1000 --- xserver-xorg-input-mutouch-1.3.0.orig/debian/compat +++ xserver-xorg-input-mutouch-1.3.0/debian/compat @@ -0,0 +1 @@ +8 --- xserver-xorg-input-mutouch-1.3.0.orig/debian/control +++ xserver-xorg-input-mutouch-1.3.0/debian/control @@ -0,0 +1,32 @@ +Source: xserver-xorg-input-mutouch +Section: x11 +Priority: optional +Maintainer: Adrian Bunk +Build-Depends: + debhelper (>= 8), + dh-autoreconf, + quilt, + pkg-config, + xserver-xorg-dev (>= 2:1.10), + x11proto-input-dev, + x11proto-core-dev, + x11proto-randr-dev, + xutils-dev +Standards-Version: 3.9.2 + +Package: xserver-xorg-input-mutouch +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${xinpdriver:Depends}, +Provides: + ${xinpdriver:Provides} +Description: X.Org X server -- muTouch input driver + This package provides the driver for Microtouch input devices with firmware + version 2. + . + More information about X.Org can be found at: + + . + This package is built from the X.org xf86-input-mutouch driver module. --- xserver-xorg-input-mutouch-1.3.0.orig/debian/copyright +++ xserver-xorg-input-mutouch-1.3.0/debian/copyright @@ -0,0 +1,22 @@ +This package was downloaded from +http://xorg.freedesktop.org/releases/individual/driver/ + +Copyright 1996, 1999 by Patrick Lecoanet, France. + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of Patrick Lecoanet not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Patrick Lecoanet makes no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +PATRICK LECOANET DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL PATRICK LECOANET BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. --- xserver-xorg-input-mutouch-1.3.0.orig/debian/patches/series +++ xserver-xorg-input-mutouch-1.3.0/debian/patches/series @@ -0,0 +1 @@ +# placeholder --- xserver-xorg-input-mutouch-1.3.0.orig/debian/rules +++ xserver-xorg-input-mutouch-1.3.0/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +# Install in debian/tmp to retain control through dh_install: +override_dh_auto_install: + dh_auto_install --destdir=debian/tmp + +# Kill *.la files, and forget no-one: +override_dh_install: + find debian/tmp -name '*.la' -delete + dh_install --fail-missing + +# That's a plugin, use appropriate warning level: +override_dh_shlibdeps: + dh_shlibdeps -- --warnings=6 + +%: + dh $@ --with quilt,autoreconf,xsf --builddirectory=build/ --- xserver-xorg-input-mutouch-1.3.0.orig/debian/watch +++ xserver-xorg-input-mutouch-1.3.0/debian/watch @@ -0,0 +1,3 @@ +#git=git://anongit.freedesktop.org/xorg/driver/xf86-input-mutouch +version=3 +http://xorg.freedesktop.org/releases/individual/driver/ xf86-input-mutouch-(.*)\.tar\.gz --- xserver-xorg-input-mutouch-1.3.0.orig/debian/xserver-xorg-input-mutouch.install +++ xserver-xorg-input-mutouch-1.3.0/debian/xserver-xorg-input-mutouch.install @@ -0,0 +1,2 @@ +usr/lib/xorg/modules/input/*.so +usr/share/man --- xserver-xorg-input-mutouch-1.3.0.orig/debian/xserver-xorg-input-mutouch.links +++ xserver-xorg-input-mutouch-1.3.0/debian/xserver-xorg-input-mutouch.links @@ -0,0 +1 @@ +usr/share/bug/xserver-xorg-core/script usr/share/bug/xserver-xorg-input-mutouch/script