From c666f466b8af4e2433325b7812515516c2f5adcf Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sat, 25 Oct 2008 00:39:51 +0200 Subject: Version 1.0 Debian DKMS package, with source available at launchpad: https://code.launchpad.net/~rydberg Package uploaded to the mactel-support PPA Signed-off-by: Henrik Rydberg --- debian/changelog | 4 ++-- debian/postinst | 2 +- debian/postrm | 2 +- debian/prerm | 2 +- debian/rules | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b13c3f9..d6a45f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -bcm5974-dkms (0.99) unstable; urgency=low +bcm5974-dkms (1.0) unstable; urgency=low - * Add support for MacBookPro 5,1 (unibody) + * Support for MacBookPro 5,1 (unibody) confirmed * Distribute package at launchpad as version 1.0 -- Henrik Rydberg Fri, 24 Oct 2008 23:36:22 +0200 diff --git a/debian/postinst b/debian/postinst index 3bc6c41..32fdaab 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e NAME=bcm5974 -VERSION=0.99 +VERSION=1.0 case "$1" in configure) diff --git a/debian/postrm b/debian/postrm index 9a4ef29..9ec40a4 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh NAME=bcm5974 -VERSION=0.99 +VERSION=1.0 set -e diff --git a/debian/prerm b/debian/prerm index 7c34eaa..8414ebb 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,7 @@ #!/bin/sh NAME=bcm5974 -VERSION=0.99 +VERSION=1.0 set -e diff --git a/debian/rules b/debian/rules index 649ebba..165eb5c 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 NAME=bcm5974 -VERSION=0.99 +VERSION=1.0 configure: configure-stamp configure-stamp: -- cgit v1.2.3