summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-11-09 23:17:24 +0100
committerHenrik Rydberg <rydberg@euromail.se>2008-11-09 23:17:24 +0100
commit6179e30e6ee2421b1d2fe1c4f3fbf530de2440aa (patch)
treee89c4fe4136eec8f20dbc5d1fd5c1e67e30dc2b0 /debian
parent8b25612e078e6e93c880b84b603110dec02b5881 (diff)
bcm5974-dkms 1.1.0
This is a reworked debian source DKMS package, in a shared git/bzr setup. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
-rw-r--r--debian/dirs1
-rw-r--r--debian/postinst2
-rw-r--r--debian/postrm2
-rw-r--r--debian/prerm2
-rwxr-xr-xdebian/rules2
7 files changed, 7 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index cd42af0..63e7a9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
1bcm5974-dkms (1.0.1) unstable; urgency=low 1bcm5974-dkms (1.1.0) intrepid; urgency=low
2 2
3 * Package stability when device not supported fixed 3 * Kernel configuration removed; now depends on the usbhid-dkms package.
4 4
5 -- Henrik Rydberg <rydberg@euromail.se> Sat, 25 Oct 2008 01:39:20 +0200 5 -- Henrik Rydberg <rydberg@euromail.se> Sat, 25 Oct 2008 01:39:20 +0200
6 6
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/
8 8
9Package: bcm5974-dkms 9Package: bcm5974-dkms
10Architecture: all 10Architecture: all
11Depends: dkms (>= 1.95), bash (>> 1.99) 11Depends: dkms (>= 1.95), bash (>> 1.99), usbhid-dkms
12Description: Apple USB BCM5974 Multitouch trackpad support (DKMS) 12Description: Apple USB BCM5974 Multitouch trackpad support (DKMS)
13 This driver adds support for the multitouch trackpad on the new 13 This driver adds support for the multitouch trackpad on the new
14 Apple Macbook Air and Macbook Pro Penryn laptops. It replaces the 14 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 @@
1etc/modprobe.d
2usr/src usr/src
diff --git a/debian/postinst b/debian/postinst
index d0b74cd..e10a0d5 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -3,7 +3,7 @@
3set -e 3set -e
4 4
5NAME=bcm5974 5NAME=bcm5974
6VERSION=1.0.1 6VERSION=1.1.0
7 7
8case "$1" in 8case "$1" in
9 configure) 9 configure)
diff --git a/debian/postrm b/debian/postrm
index e89ac95..c1d236c 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2 2
3NAME=bcm5974 3NAME=bcm5974
4VERSION=1.0.1 4VERSION=1.1.0
5 5
6set -e 6set -e
7 7
diff --git a/debian/prerm b/debian/prerm
index 2a82c19..f1ebd99 100644
--- a/debian/prerm
+++ b/debian/prerm
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2 2
3NAME=bcm5974 3NAME=bcm5974
4VERSION=1.0.1 4VERSION=1.1.0
5 5
6set -e 6set -e
7 7
diff --git a/debian/rules b/debian/rules
index f4c2023..9c03321 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
5#export DH_VERBOSE=1 5#export DH_VERBOSE=1
6 6
7NAME=bcm5974 7NAME=bcm5974
8VERSION=1.0.1 8VERSION=1.1.0
9 9
10configure: configure-stamp 10configure: configure-stamp
11configure-stamp: 11configure-stamp: