diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2008-11-09 23:17:24 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2008-11-09 23:17:24 +0100 |
| commit | 6179e30e6ee2421b1d2fe1c4f3fbf530de2440aa (patch) | |
| tree | e89c4fe4136eec8f20dbc5d1fd5c1e67e30dc2b0 /debian | |
| parent | 8b25612e078e6e93c880b84b603110dec02b5881 (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/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/dirs | 1 | ||||
| -rw-r--r-- | debian/postinst | 2 | ||||
| -rw-r--r-- | debian/postrm | 2 | ||||
| -rw-r--r-- | debian/prerm | 2 | ||||
| -rwxr-xr-x | debian/rules | 2 |
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 @@ | |||
| 1 | bcm5974-dkms (1.0.1) unstable; urgency=low | 1 | bcm5974-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 | ||
| 9 | Package: bcm5974-dkms | 9 | Package: bcm5974-dkms |
| 10 | Architecture: all | 10 | Architecture: all |
| 11 | Depends: dkms (>= 1.95), bash (>> 1.99) | 11 | Depends: dkms (>= 1.95), bash (>> 1.99), usbhid-dkms |
| 12 | Description: Apple USB BCM5974 Multitouch trackpad support (DKMS) | 12 | Description: 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 @@ | |||
| 1 | etc/modprobe.d | ||
| 2 | usr/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 @@ | |||
| 3 | set -e | 3 | set -e |
| 4 | 4 | ||
| 5 | NAME=bcm5974 | 5 | NAME=bcm5974 |
| 6 | VERSION=1.0.1 | 6 | VERSION=1.1.0 |
| 7 | 7 | ||
| 8 | case "$1" in | 8 | case "$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 | ||
| 3 | NAME=bcm5974 | 3 | NAME=bcm5974 |
| 4 | VERSION=1.0.1 | 4 | VERSION=1.1.0 |
| 5 | 5 | ||
| 6 | set -e | 6 | set -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 | ||
| 3 | NAME=bcm5974 | 3 | NAME=bcm5974 |
| 4 | VERSION=1.0.1 | 4 | VERSION=1.1.0 |
| 5 | 5 | ||
| 6 | set -e | 6 | set -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 | ||
| 7 | NAME=bcm5974 | 7 | NAME=bcm5974 |
| 8 | VERSION=1.0.1 | 8 | VERSION=1.1.0 |
| 9 | 9 | ||
| 10 | configure: configure-stamp | 10 | configure: configure-stamp |
| 11 | configure-stamp: | 11 | configure-stamp: |
