From 8b25612e078e6e93c880b84b603110dec02b5881 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sat, 25 Oct 2008 01:45:50 +0200 Subject: bcm5974-1.0.1 Fixed a package stability problem when installing on a machine without supported touchpad. 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 d6a45f8..cd42af0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bcm5974-dkms (1.0.1) unstable; urgency=low + + * Package stability when device not supported fixed + + -- Henrik Rydberg Sat, 25 Oct 2008 01:39:20 +0200 + bcm5974-dkms (1.0) unstable; urgency=low * Support for MacBookPro 5,1 (unibody) confirmed diff --git a/debian/postinst b/debian/postinst index 32fdaab..d0b74cd 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e NAME=bcm5974 -VERSION=1.0 +VERSION=1.0.1 case "$1" in configure) diff --git a/debian/postrm b/debian/postrm index 9ec40a4..e89ac95 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh NAME=bcm5974 -VERSION=1.0 +VERSION=1.0.1 set -e diff --git a/debian/prerm b/debian/prerm index 8414ebb..2a82c19 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,7 @@ #!/bin/sh NAME=bcm5974 -VERSION=1.0 +VERSION=1.0.1 set -e diff --git a/debian/rules b/debian/rules index 165eb5c..f4c2023 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 NAME=bcm5974 -VERSION=1.0 +VERSION=1.0.1 configure: configure-stamp configure-stamp: -- cgit v1.2.3