From 6179e30e6ee2421b1d2fe1c4f3fbf530de2440aa Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sun, 9 Nov 2008 23:17:24 +0100 Subject: bcm5974-dkms 1.1.0 This is a reworked debian source DKMS package, in a shared git/bzr setup. Signed-off-by: Henrik Rydberg --- debian/changelog | 4 ++-- debian/control | 2 +- debian/dirs | 1 - debian/postinst | 2 +- debian/postrm | 2 +- debian/prerm | 2 +- debian/rules | 2 +- 7 files changed, 7 insertions(+), 8 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index cd42af0..63e7a9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -bcm5974-dkms (1.0.1) unstable; urgency=low +bcm5974-dkms (1.1.0) intrepid; urgency=low - * Package stability when device not supported fixed + * Kernel configuration removed; now depends on the usbhid-dkms package. -- Henrik Rydberg Sat, 25 Oct 2008 01:39:20 +0200 diff --git a/debian/control b/debian/control index 07c8bcb..afa83c0 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://web.comhem.se/rydberg/Bits/ Package: bcm5974-dkms Architecture: all -Depends: dkms (>= 1.95), bash (>> 1.99) +Depends: dkms (>= 1.95), bash (>> 1.99), usbhid-dkms Description: Apple USB BCM5974 Multitouch trackpad support (DKMS) This driver adds support for the multitouch trackpad on the new Apple Macbook Air and Macbook Pro Penryn laptops. It replaces the diff --git a/debian/dirs b/debian/dirs index fee20a1..b601f22 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,2 +1 @@ -etc/modprobe.d usr/src diff --git a/debian/postinst b/debian/postinst index d0b74cd..e10a0d5 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e NAME=bcm5974 -VERSION=1.0.1 +VERSION=1.1.0 case "$1" in configure) diff --git a/debian/postrm b/debian/postrm index e89ac95..c1d236c 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh NAME=bcm5974 -VERSION=1.0.1 +VERSION=1.1.0 set -e diff --git a/debian/prerm b/debian/prerm index 2a82c19..f1ebd99 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,7 @@ #!/bin/sh NAME=bcm5974 -VERSION=1.0.1 +VERSION=1.1.0 set -e diff --git a/debian/rules b/debian/rules index f4c2023..9c03321 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 NAME=bcm5974 -VERSION=1.0.1 +VERSION=1.1.0 configure: configure-stamp configure-stamp: -- cgit v1.2.3