From 2638568a8b97f04eb39e7701549c1d97add9e8ed Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 23 Sep 2010 11:03:34 +0200 Subject: Route the Joojoo tablet to the hid-egalax driver Signed-off-by: Henrik Rydberg --- debian/changelog | 6 ++++++ debian/postinst | 2 +- debian/postrm | 2 +- debian/prerm | 2 +- debian/rules | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 4a47856..74a63f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hid-dkms (1.0.3) maverick; urgency=low + + * Route the Joojoo tablet to the special driver + + -- Henrik Rydberg Wed, 22 Sep 2010 13:15:18 +0200 + hid-dkms (1.0.2) maverick; urgency=low * Package numbering fix diff --git a/debian/postinst b/debian/postinst index 7187ba7..1b19ae9 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e NAME=hid -VERSION=1.0.2 +VERSION=1.0.3 case "$1" in configure) diff --git a/debian/postrm b/debian/postrm index 82c13ad..34bff8e 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh NAME=hid -VERSION=1.0.2 +VERSION=1.0.3 set -e diff --git a/debian/prerm b/debian/prerm index 68a1680..2907011 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,7 @@ #!/bin/sh NAME=hid -VERSION=1.0.2 +VERSION=1.0.3 set -e diff --git a/debian/rules b/debian/rules index cb7f58c..b79fe77 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 NAME=hid -VERSION=1.0.2 +VERSION=1.0.3 configure: configure-stamp configure-stamp: -- cgit v1.2.3