[Pkg-dkms-commits] [SCM] Dynamic Kernel Module Support branch, master, updated. debian/2.1.1.1-1-7-gaf8bb12

Giuseppe Iuculano iuculano at debian.org
Sun Feb 14 10:59:29 UTC 2010


The following commit has been merged in the master branch:
commit 3fe380cef1dfc3a9087dd33ab7065281f17dbe50
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Sun Feb 14 11:57:40 2010 +0100

    Do not install /etc/header_postinst.d/dkms, at this moment Debian kernel doesn't support it

diff --git a/debian/patches/02_header_postinst.patch b/debian/patches/02_header_postinst.patch
new file mode 100644
index 0000000..4ae23d2
--- /dev/null
+++ b/debian/patches/02_header_postinst.patch
@@ -0,0 +1,14 @@
+Do not install /etc/header_postinst.d/dkms, at this moment Debian kernel doesn't support it.
+--- a/Makefile
++++ b/Makefile
+@@ -70,8 +70,8 @@ install-doc:
+ 	install -p -m 0644 $(DOCFILES) $(DOCDIR)
+ 
+ install-debian: install install-doc
+-	mkdir   -p -m 0755 $(KCONF)/header_postinst.d
+-	install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/header_postinst.d/dkms
++	#mkdir   -p -m 0755 $(KCONF)/header_postinst.d
++	#install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/header_postinst.d/dkms
+ 	mkdir   -p -m 0755 $(ETC)/template-dkms-mkdeb/debian
+ 	ln -s template-dkms-mkdeb $(ETC)/template-dkms-mkdsc
+ 	install -p -m 0664 template-dkms-mkdeb/Makefile $(ETC)/template-dkms-mkdeb/
diff --git a/debian/patches/series b/debian/patches/series
index ca4dff0..a004dbe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_shell_error.patch
+02_header_postinst.patch

-- 
Dynamic Kernel Module Support



More information about the Pkg-dkms-commits mailing list