diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2008-10-25 01:45:50 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2008-10-25 01:45:50 +0200 |
| commit | 8b25612e078e6e93c880b84b603110dec02b5881 (patch) | |
| tree | ccc0a4e127b7d43d4fc170b5aabaa989a19c4ed7 /debian | |
| parent | c666f466b8af4e2433325b7812515516c2f5adcf (diff) | |
bcm5974-1.0.1
Fixed a package stability problem when installing on a machine
without supported touchpad.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/postinst | 2 | ||||
| -rw-r--r-- | debian/postrm | 2 | ||||
| -rw-r--r-- | debian/prerm | 2 | ||||
| -rwxr-xr-x | debian/rules | 2 |
5 files changed, 10 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index d6a45f8..cd42af0 100644 --- a/debian/changelog +++ b/debian/changelog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | bcm5974-dkms (1.0.1) unstable; urgency=low | ||
| 2 | |||
| 3 | * Package stability when device not supported fixed | ||
| 4 | |||
| 5 | -- Henrik Rydberg <rydberg@euromail.se> Sat, 25 Oct 2008 01:39:20 +0200 | ||
| 6 | |||
| 1 | bcm5974-dkms (1.0) unstable; urgency=low | 7 | bcm5974-dkms (1.0) unstable; urgency=low |
| 2 | 8 | ||
| 3 | * Support for MacBookPro 5,1 (unibody) confirmed | 9 | * 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 @@ | |||
| 3 | set -e | 3 | set -e |
| 4 | 4 | ||
| 5 | NAME=bcm5974 | 5 | NAME=bcm5974 |
| 6 | VERSION=1.0 | 6 | VERSION=1.0.1 |
| 7 | 7 | ||
| 8 | case "$1" in | 8 | case "$1" in |
| 9 | configure) | 9 | configure) |
diff --git a/debian/postrm b/debian/postrm index 9ec40a4..e89ac95 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 | 4 | VERSION=1.0.1 |
| 5 | 5 | ||
| 6 | set -e | 6 | set -e |
| 7 | 7 | ||
diff --git a/debian/prerm b/debian/prerm index 8414ebb..2a82c19 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 | 4 | VERSION=1.0.1 |
| 5 | 5 | ||
| 6 | set -e | 6 | set -e |
| 7 | 7 | ||
diff --git a/debian/rules b/debian/rules index 165eb5c..f4c2023 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 | 8 | VERSION=1.0.1 |
| 9 | 9 | ||
| 10 | configure: configure-stamp | 10 | configure: configure-stamp |
| 11 | configure-stamp: | 11 | configure-stamp: |
