[Pkg-dkms-commits] [SCM] Maintainance of the dkms package branch, master, updated. debian/2.0.20.4-1-10-gd0a6481

Giuseppe Iuculano giuseppe at iuculano.it
Mon Feb 16 10:07:36 UTC 2009


The following commit has been merged in the master branch:
commit b910eb31bed1976221b4cc498c5c615871b042af
Author: Giuseppe Iuculano <giuseppe at iuculano.it>
Date:   Mon Feb 16 10:54:34 2009 +0100

    debian/patches/03-use-new-header_postinst.d_directory.patch: Use new /etc/kernel/header_postinst.d directory introduced in kernel-package 11.017

diff --git a/debian/patches/03-use-new-header_postinst.d_directory.patch b/debian/patches/03-use-new-header_postinst.d_directory.patch
new file mode 100644
index 0000000..ba2a5ff
--- /dev/null
+++ b/debian/patches/03-use-new-header_postinst.d_directory.patch
@@ -0,0 +1,15 @@
+Use /etc/kernel/header_postinst.d directory
+--- a/Makefile
++++ b/Makefile
+@@ -49,9 +49,9 @@ install:
+ 	gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
+ 	chmod 0644 $(MAN)/dkms.8.gz
+ 	touch --reference=dkms.8 $(MAN)/dkms.8.gz
+-	mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/postinst.d
++	mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/header_postinst.d
+ 	install -p -m 0755 kernel_prerm.d_dkms  $(KCONF)/prerm.d/dkms
+-	install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/postinst.d/dkms
++	install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/header_postinst.d/dkms
+ 
+ DOCFILES=sample.spec sample.conf AUTHORS COPYING README.dkms sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
+ 
diff --git a/debian/patches/series b/debian/patches/series
index f2fa718..c7d8291 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,6 @@
 01-fix_manpage.patch
 02-fix_distribution.patch
+03-use-new-header_postinst.d_directory.patch
 04-use_su-to-root.patch
 05-do_not_check_admin_group.patch
 06-fakeroot.patch

-- 
Maintainance of the dkms package



More information about the Pkg-dkms-commits mailing list