From dc4adff09d3dd32b048645008b67d53887047c00 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Mon, 1 Dec 2008 19:29:37 +0100 Subject: Add support for MacBook Air 2 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 e1d970c..f3c0464 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +applesmc-dkms (0.14.1) unstable; urgency=low + + * Add support for MacBook Air 2 + + -- Henrik Rydberg Sun, 30 Nov 2008 18:32:42 +0100 + applesmc-dkms (0.13.1) unstable; urgency=low * Add autoinstaller directive diff --git a/debian/postinst b/debian/postinst index 5d31b17..6351864 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e NAME=applesmc -VERSION=0.13.1 +VERSION=0.14.1 case "$1" in configure) diff --git a/debian/postrm b/debian/postrm index fd37575..454faea 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh NAME=applesmc -VERSION=0.13.1 +VERSION=0.14.1 set -e diff --git a/debian/prerm b/debian/prerm index 468aede..05315a4 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,7 @@ #!/bin/sh NAME=applesmc -VERSION=0.13.1 +VERSION=0.14.1 set -e diff --git a/debian/rules b/debian/rules index b11bcff..c829ec6 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 NAME=applesmc -VERSION=0.13.1 +VERSION=0.14.1 configure: configure-stamp configure-stamp: -- cgit v1.2.3