From e91e9a573068a225a8b02b218b4dabefe600f01a Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sat, 24 Apr 2010 13:06:15 +0200 Subject: Update applesmc.c to kernel version 2.6.34-rc5 This version will work for karmic and lucid packages. --- 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 1975276..ae48e19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +applesmc-dkms (0.15.1) unstable; urgency=low + + * Update to kernel 2.6.34-rc5 + + -- Henrik Rydberg Sat, 24 Apr 2010 12:59:47 +0200 + applesmc-dkms (0.14.4) unstable; urgency=low * Rebuild for jaunty diff --git a/debian/postinst b/debian/postinst index 29d68f7..f4ef2fd 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e NAME=applesmc -VERSION=0.14.4 +VERSION=0.15.1 case "$1" in configure) diff --git a/debian/postrm b/debian/postrm index 66a9926..a548ec9 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh NAME=applesmc -VERSION=0.14.4 +VERSION=0.15.1 set -e diff --git a/debian/prerm b/debian/prerm index bdeaad0..3207094 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,7 @@ #!/bin/sh NAME=applesmc -VERSION=0.14.4 +VERSION=0.15.1 set -e diff --git a/debian/rules b/debian/rules index d804964..048bc63 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 NAME=applesmc -VERSION=0.14.4 +VERSION=0.15.1 configure: configure-stamp configure-stamp: -- cgit v1.2.3