aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian2
-rw-r--r--debian/changelog7
-rw-r--r--debian/control17
-rw-r--r--debian/copyright2
-rw-r--r--debian/dirs2
-rwxr-xr-xdebian/rules2
6 files changed, 17 insertions, 15 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index e1e27bf..82e4cb1 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,4 +1,4 @@
-multitouch Xorg driver
+xf86-input-multitouch Xorg driver
* Install the debian package
diff --git a/debian/changelog b/debian/changelog
index b6ef16b..7b0cbae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-multitouch (0.1) unstable; urgency=low
+xf86-input-multitouch (1.0~rc2-mactel1) unstable; urgency=low
- * Add multitouch Xorg input driver
+ * Introducing the multitouch Xorg input driver
+
+ -- Henrik Rydberg <rydberg@euromail.se> Thu, 21 Oct 2010 19:30:17 +0200
- -- Henrik Rydberg <rydberg@euromail.se> Mon, 03 Nov 2008 00:47:37 +0100
diff --git a/debian/control b/debian/control
index c74798c..0deffc6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,17 @@
-Source: multitouch
+Source: xf86-input-multitouch
Section: misc
Priority: optional
Maintainer: Henrik Rydberg <rydberg@euromail.se>
-Build-Depends: debhelper (>= 5)
+Build-Depends:
+ debhelper (>= 5),
+ xserver-xorg-dev (>= 2:1.7.6.901),
+ libmtdev-dev (>= 1.0.10)
Standards-Version: 3.7.2
-Homepage: http://web.comhem.se/rydberg/Bits/
+Homepage: http://bitmath.org/code/multitouch/
-Package: multitouch
+Package: xf86-input-multitouch
Architecture: any
-Depends: bash (>> 1.99)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmtdev1 (>= 1.0)
Description: Multitouch X input driver
- This package is a multitouch Xorg input driver.
-
+ This X input driver provides gestures support for multitouch touchpads,
+ in particular those with integrated button.
diff --git a/debian/copyright b/debian/copyright
index bf1dcd2..93b3ce3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Source URL: http://web.comhem.se/rydberg/Bits/
+Source URL: http://bitmath.org/code/multitouch/
Upstream Author: Henrik Rydberg <rydberg@euromail.se>
diff --git a/debian/dirs b/debian/dirs
index 6611862..8b13789 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1,3 +1 @@
-usr/share/hal/fdi/information/10freedesktop
-usr/lib/hal
diff --git a/debian/rules b/debian/rules
index 90568c9..c34780c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ install:
dh_testroot
dh_clean -k
dh_installdirs
- $(MAKE) DESTDIR=$(CURDIR)/debian/hal-applesmc install
+ $(MAKE) DESTDIR=$(CURDIR)/debian/xf86-input-multitouch install
binary-arch: build-arch install
dh_testdir