Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 xf86-input-mtrack (0.3.0-1) experimental; urgency=low
 .
   * New upstream release.
Author: Nobuhiro Iwamatsu <iwamatsu@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- /dev/null
+++ xf86-input-mtrack-0.3.0/debian.upstream/changelog
@@ -0,0 +1,26 @@
+xserver-xorg-input-mtrack (0.2.0) unstable; urgency=low
+
+  * Now built via autoconf/automake.
+  * Fully configurable via XInput.
+  * Sensitivify now configurable.
+  * Trackpad can now be disabled on keystroke via an external daemon.
+  * Four finger tapping/swiping added.
+  * Button zones added, a new button emulation method.
+  * Tap-to-drag fixed.
+  * Three finger tapping responsiveness fixed.
+
+ -- Ryan Bourgeois <bluedragonx@gmail.com>  Thu, 26 May 2011 09:44:43 -0500
+
+xserver-xorg-input-mtrack (0.1.1) unstable; urgency=low
+
+  * Bugfix release.
+  * Disabling tapping no longer (wrongly) disables pointer movement.
+  * Button emulation set to ignore "old" touches. What consitutes an old touch can be adjusted with the ButtonTouchExpire option.
+
+ -- Ryan Bourgeois <bluedragonx@gmail.com>  Thu, 28 Apr 2011 01:14:58 -0500
+
+xserver-xorg-input-mtrack (0.1.0) unstable; urgency=low
+
+  * Initial release.
+
+ -- Ryan Bourgeois <bluedragonx@gmail.com>  Fri, 15 Apr 2011 14:46:10 -0500
--- /dev/null
+++ xf86-input-mtrack-0.3.0/debian.upstream/copyright
@@ -0,0 +1,29 @@
+Source URL: https://github.com/BlueDragonX/xf86-input-mtrack
+
+Upstream Author: Ryan Bourgeois <bluedragonx@gmail.com>
+
+Copyright:
+	Copyright (C) 2008	Henrik Rydberg (rydberg@euromail.se)
+	Copyright (C) 2011	Ryan Bourgeois (bluedragonx@gmail.com)
+
+License:
+
+	This program is free software; you can redistribute it and/or modify
+	it under the terms of the GNU General Public License as published by
+	the Free Software Foundation; either version 2 of the License, or
+	(at your option) any later version.
+
+	This program is distributed in the hope that it will be useful,
+	but WITHOUT ANY WARRANTY; without even the implied warranty of
+	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the
+	GNU General Public License for more details.
+
+	You should have received a copy of the GNU General Public License
+	along with this program; if not, write to the Free Software
+	Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+Packaging:
+	Copyright (C) 2008 by Henrik Rydberg <rydberg@euromail.se>
+	Copyright (C) 2011 by Ryan Bourgeois <bluedragonx@gmail.com>
+	released under GPL 2
+
--- /dev/null
+++ xf86-input-mtrack-0.3.0/debian.upstream/compat
@@ -0,0 +1 @@
+5
--- /dev/null
+++ xf86-input-mtrack-0.3.0/debian.upstream/dirs
@@ -0,0 +1 @@
+
--- /dev/null
+++ xf86-input-mtrack-0.3.0/debian.upstream/control
@@ -0,0 +1,17 @@
+Source: xserver-xorg-input-mtrack
+Section: misc
+Priority: optional
+Maintainer: Ryan Bourgeois <bluedragonx@gmail.com>
+Build-Depends:
+	debhelper (>= 5),
+	xserver-xorg-dev (>= 2:1.7.6),
+	libmtdev-dev (>= 1.0.10)
+Standards-Version: 3.7.2
+Homepage: https://github.com/BlueDragonX/xf86-input-mtrack
+
+Package: xserver-xorg-input-mtrack
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmtdev1 (>= 1.0)
+Description: Xorg Multitouch Trackpad Driver
+ This X input driver provides gestures support for multitouch touchpads,
+ with or without an integrated button.
--- /dev/null
+++ xf86-input-mtrack-0.3.0/debian.upstream/rules
@@ -0,0 +1,46 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build-arch:
+	dh_testdir
+	$(MAKE)
+
+build-indep:
+
+build: build-arch build-indep
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) DESTDIR=$(CURDIR)/debian/xserver-xorg-input-mtrack install
+
+binary-arch: build-arch install
+	dh_testdir
+	dh_testroot
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-indep: build-indep
+
+binary: binary-arch binary-indep
+
+clean:
+	dh_testdir
+	dh_testroot
+	$(MAKE) clean
+	dh_clean
+
+.PHONY: build-arch build-indep build install binary-arch binary-indep binary clean
+
--- /dev/null
+++ xf86-input-mtrack-0.3.0/debian.upstream/README.Debian
@@ -0,0 +1,5 @@
+Xorg Multitouch Trackpad Driver
+* Install the Debian package
+* Configure xorg.conf
+* Restart X
+
