From 833c34f893aa0472f36dee037986d138076c8237 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Fri, 30 Apr 2010 08:55:37 +0200 Subject: Add DKMS support for the MBP5,3, MBP5,4, MBP6 and MBP7 models Signed-off-by: Henrik Rydberg --- debian/changelog | 6 ++++++ debian/postinst | 2 +- debian/postrm | 2 +- debian/prerm | 2 +- debian/rules | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index ae48e19..3238ff7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +applesmc-dkms (0.15.2~rc1) unstable; urgency=low + + * Support for models MBP5,3, MBP5,4, MBP6 and MBP7 + + -- Henrik Rydberg Fri, 30 Apr 2010 08:53:35 +0200 + applesmc-dkms (0.15.1) unstable; urgency=low * Update to kernel 2.6.34-rc5 diff --git a/debian/postinst b/debian/postinst index f4ef2fd..ad053c6 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e NAME=applesmc -VERSION=0.15.1 +VERSION=0.15.2 case "$1" in configure) diff --git a/debian/postrm b/debian/postrm index a548ec9..ed01ca4 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh NAME=applesmc -VERSION=0.15.1 +VERSION=0.15.2 set -e diff --git a/debian/prerm b/debian/prerm index 3207094..37e3329 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,7 @@ #!/bin/sh NAME=applesmc -VERSION=0.15.1 +VERSION=0.15.2 set -e diff --git a/debian/rules b/debian/rules index 048bc63..cdfee50 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 NAME=applesmc -VERSION=0.15.1 +VERSION=0.15.2 configure: configure-stamp configure-stamp: -- cgit v1.2.3