patjak / mba6x_bl

MacBook Air 6,1 and 6,2 (mid 2013) backlight driver
GNU General Public License v2.0
125 stars 21 forks source link

updated dkms deb package to latest git version. #29

Closed miekg closed 9 years ago

miekg commented 9 years ago

Worked and an old branch in a direct clone of your git repo. Long story short here is the patch:

diff --git a/README.md b/README.md
index 3bba702..1ee2ae5 100644
--- a/README.md
+++ b/README.md
@@ -13,13 +13,13 @@ Note: You no longer need to specify mba6x_bl as your backlight device in /etc/X1
 At this point you can load the module

     sudo modprobe mba6x_bl
-    
+
 Then restart X (usually log in / log out will do the trick). The module should automatically load on next boot on any MacBook Air 6,x.

 ## Debian dkms package

 You can either follow the long route <https://wiki.kubuntu.org/Kernel/Dev/DKMSPackaging>, or
-download a pre-made .deb file from <http://miek.nl/downloads/2014/mba6xbl-dkms_0.0.3_all.deb>,
+download a pre-made .deb file from <http://miek.nl/downloads/2015/mba6xbl-dkms_1.0.0_all.deb>,
 which can be installed with `dpkg -i`.

 ## Ubuntu specific instructions
diff --git a/dkms.conf b/dkms.conf
index 645ca8e..1b37760 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -1,5 +1,5 @@
 PACKAGE_NAME="mba6xbl"
-PACKAGE_VERSION="0.0.1"
+PACKAGE_VERSION="1.0.0"
 CLEAN="make clean"
 MAKE[0]="make all KVERSION=$kernelver"
 BUILT_MODULE_NAME[0]="mba6x_bl"
patjak commented 9 years ago

Thanks, I've pushed it to master. If possible, next time, could you sent me a proper patch with subject and body. Makes it easier to merge.