[Pkg-dkms-commits] [SCM] Maintainance of the dkms package branch, master, updated. debian/2.0.21.0-1-25-g1ffb2cd

Giuseppe Iuculano giuseppe at iuculano.it
Sun May 3 10:29:08 UTC 2009


The following commit has been merged in the master branch:
commit 1ffb2cdec01ebfcbe6f73ac55c1ab7eee537a036
Author: Giuseppe Iuculano <giuseppe at iuculano.it>
Date:   Sun May 3 12:27:00 2009 +0200

    Removed 03-use-new-header_postinst.d_directory.patch, /etc/kernel/header_postinst.d is used only by kernel-package. dkms must use /etc/kernel/postinst.d/ directory.

diff --git a/debian/patches/03-use-new-header_postinst.d_directory.patch b/debian/patches/03-use-new-header_postinst.d_directory.patch
deleted file mode 100644
index ba2a5ff..0000000
--- a/debian/patches/03-use-new-header_postinst.d_directory.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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 44aebf6..646c0c2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,5 @@
 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