[Pkg-dkms-commits] [SCM] Dynamic Kernel Module Support branch, master, updated. debian/2.1.0.1-4-8-g8e89e63

Giuseppe Iuculano iuculano at debian.org
Tue Dec 15 08:01:10 UTC 2009


The following commit has been merged in the master branch:
commit 851020704f76f61e0cf742d55457413adc37b8fe
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Tue Dec 15 08:57:05 2009 +0100

    Do not install upstart job file

diff --git a/debian/patches/01_upstart.patch b/debian/patches/01_upstart.patch
new file mode 100644
index 0000000..1242f5e
--- /dev/null
+++ b/debian/patches/01_upstart.patch
@@ -0,0 +1,12 @@
+Do not install upstart job file
+--- a/Makefile
++++ b/Makefile
+@@ -37,7 +37,7 @@ clean-dpkg: clean
+ 
+ copy-init:
+ 	install -m 755 dkms_autoinstaller debian/dkms.dkms_autoinstaller.init
+-	install -m 755 dkms_autoinstaller.upstart debian/dkms.dkms_autoinstaller.upstart
++	#install -m 755 dkms_autoinstaller.upstart debian/dkms.dkms_autoinstaller.upstart
+ 
+ install:
+ 	mkdir -m 0755 -p $(VAR) $(SBIN) $(MAN) $(INITD) $(ETC) $(BASHDIR) $(SHAREDIR) $(LIBDIR)
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..4e25430 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_upstart.patch

-- 
Dynamic Kernel Module Support



More information about the Pkg-dkms-commits mailing list