--- 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/changelog
+++ xserver-xorg-input-mutouch-1.3.0/debian/changelog
@@ -0,0 +1,193 @@
+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 <kibi@debian.org>  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 <kibi@debian.org>  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 <kibi@debian.org>  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 <jcristau@debian.org>  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 <jcristau@debian.org>  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 <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
--- 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/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/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
--- xserver-xorg-input-mutouch-1.3.0.orig/debian/control
+++ xserver-xorg-input-mutouch-1.3.0/debian/control
@@ -0,0 +1,35 @@
+Source: xserver-xorg-input-mutouch
+Section: x11
+Priority: optional
+Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
+Uploaders: Cyril Brulebois <kibi@debian.org>
+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
+Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-mutouch
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-mutouch.git
+
+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:
+ <URL:http://www.X.org>
+ .
+ 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. <lecoanet@cena.dgac.fr>
+
+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/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/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/patches/series
+++ xserver-xorg-input-mutouch-1.3.0/debian/patches/series
@@ -0,0 +1 @@
+# placeholder
