From 61dfadb41b4936d2f6f173a13eb6fb410be3d7cc Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 9 Nov 2010 16:32:37 +0100 Subject: Measured touchpad range on the MBA32 Thanks hiboo. 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 6ce96e6..49035f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bcm5974-dkms (1.1.7) maverick; urgency=low + + * Measured trackpad range for MBA32 + + -- Henrik Rydberg Tue, 09 Nov 2010 16:32:06 +0100 + bcm5974-dkms (1.1.6) maverick; urgency=low * Add support for MBA31 and MBA32 models diff --git a/debian/postinst b/debian/postinst index 0df502a..ca2d261 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e NAME=bcm5974 -VERSION=1.1.6 +VERSION=1.1.7 case "$1" in configure) diff --git a/debian/postrm b/debian/postrm index f4aa5b6..d7abaa7 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh NAME=bcm5974 -VERSION=1.1.6 +VERSION=1.1.7 set -e diff --git a/debian/prerm b/debian/prerm index 84f2415..2b5ce18 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,7 @@ #!/bin/sh NAME=bcm5974 -VERSION=1.1.6 +VERSION=1.1.7 set -e diff --git a/debian/rules b/debian/rules index dd44bb3..ecd7701 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 NAME=bcm5974 -VERSION=1.1.6 +VERSION=1.1.7 configure: configure-stamp configure-stamp: -- cgit v1.2.3