diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 14 | ||||
-rw-r--r-- | debian/changelog | 84 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 12 | ||||
-rw-r--r-- | debian/copyright | 24 | ||||
-rw-r--r-- | debian/files | 1 | ||||
-rwxr-xr-x | debian/rules | 45 |
7 files changed, 181 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..fefadee --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,14 @@ +mtev Xorg driver + +This driver is based heavily on a work by Hendrik Rydberg (multitouch) + +Usage: + +* Install the debian package + +* Restart X + +Enjoy! + +Mika Kuoppala <mika.kuoppala@nokia.com> + diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..490ede5 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,84 @@ +xserver-xorg-input-mtev (0.1.13) unstable; urgency=low + * Adapted to use libmtdev, supporting kernel protocol A and B + + -- James Ketrenos <jketreno@linux.intel.com> Mon, 6 Dec 2010 14:56:03 -0800 + +xserver-xorg-input-mtev (0.1.12) unstable; urgency=low + + * Send motion events before button down + + -- Mika Kuoppala <mika.kuoppala@nokia.com> Wed, 27 Oct 2010 13:40:02 +0300 + +xserver-xorg-input-mtev (0.1.11) unstable; urgency=low + + * Added orientation config options: SwapAxes, InvertX, InvertY. + + -- Mika Kuoppala <mika.kuoppala@nokia.com> Tue, 26 Oct 2010 13:57:06 +0300 + +xserver-xorg-input-mtev (0.1.10) unstable; urgency=low + + * Dummy version bump to get messed up and released tags in sync :( + + -- Mika Kuoppala <mika.kuoppala@nokia.com> Wed, 15 Sep 2010 14:22:53 +0300 + +xserver-xorg-input-mtev (0.1.9) unstable; urgency=low + + * Removed depracated xallocs + + -- Mika Kuoppala <mika.kuoppala@nokia.com> Wed, 15 Sep 2010 14:17:58 +0300 + +xserver-xorg-input-mtev (0.1.8) unstable; urgency=low + + * Fixes: NB#167575 If kernel driver does't expose minor width, + assume it is the same as major width. As stated by Multi-Touch + protocol + + -- Mika Kuoppala <mika.kuoppala@nokia.com> Wed, 19 May 2010 15:38:43 +0300 + +xserver-xorg-input-mtev (0.1.7) unstable; urgency=low + + * correct patchlevel for the module too + + -- Mika Kuoppala <mika.kuoppala@nokia.com> Tue, 20 Apr 2010 14:37:04 +0300 + +xserver-xorg-input-mtev (0.1.6) unstable; urgency=low + + * fixed: buffer size was never grown due to redefinition + + -- Mika Kuoppala <mika.kuoppala@nokia.com> Fri, 09 Apr 2010 13:23:18 +0300 + +xserver-xorg-input-mtev (0.1.5) unstable; urgency=low + + * bigger input buffer size + + -- Mika Kuoppala <mika.kuoppala@nokia.com> Wed, 31 Mar 2010 15:47:03 +0300 + +xserver-xorg-input-mtev (0.1.4) unstable; urgency=low + + * Fix valuator overflow with >6 fingers + + -- Mika Kuoppala <mika.kuoppala@nokia.com> Tue, 30 Mar 2010 11:58:08 +0300 + +xserver-xorg-input-mtev (0.1.3) unstable; urgency=low + + * Fix double free on uninit + + -- Mika Kuoppala <mika.kuoppala@nokia.com> Fri, 26 Mar 2010 14:55:02 +0200 + +xserver-xorg-input-mtev (0.1.2) unstable; urgency=low + + * cleanup + + -- Mika Kuoppala <mika.kuoppala@nokia.com> Thu, 04 Mar 2010 18:32:05 +0200 + +xserver-xorg-input-mtev (0.1.1) unstable; urgency=low + + * clamp fingers to six + + -- Mika Kuoppala <mika.kuoppala@nokia.com> Tue, 16 Feb 2010 16:59:00 +0200 + +xserver-xorg-input-mtev (0.1) unstable; urgency=low + + * Initial version. Based heavily on a work by Hendrik Rydberg (multitouch) + + -- Mika Kuoppala <mika.kuoppala@nokia.com> Wed, 16 Dec 2009 17:21:33 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..fd62ef8 --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: xserver-xorg-input-mtev +Section: x11 +Priority: optional +Maintainer: Mika Kuoppala <mika.kuoppala@nokia.com> +Build-Depends: debhelper (>= 5.0.0), pkg-config, xserver-xorg-dev (>= 1.7.993), libxi-dev (>= 2:1.2.99.4+0m6),x11proto-core-dev, x11proto-input-dev, dpkg-dev (>= 1.14.17), automake, libtool, xutils-dev (>= 1:7.5~1) +Standards-Version: 3.7.3 + +Package: xserver-xorg-input-mtev +Architecture: any +Description: Multitouch XI2 input driver + This package is a multitouch Xorg input driver supporting MultiTouch protocol + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..498b99c --- /dev/null +++ b/debian/copyright @@ -0,0 +1,24 @@ +Copyright: + Copyright (C) 2008 Henrik Rydberg (rydberg@euromail.se) + Copyright (C) 2009,2010 Nokia Corporation + +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> + released under GPL 2 + Copyright (C) 2009,2010 Nokia Corporation diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..27bf67c --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +xserver-xorg-input-mtev_0.1.12_armel.deb x11 optional diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..7415c92 --- /dev/null +++ b/debian/rules @@ -0,0 +1,45 @@ +#!/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-mtev 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 |