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

Giuseppe Iuculano iuculano at debian.org
Mon Dec 14 21:52:07 UTC 2009


The following commit has been merged in the master branch:
commit d40faf7723fbea5193a4153c79ab7169c3a67701
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Mon Dec 14 22:33:23 2009 +0100

    debian/rules: Use new make install-debian target

diff --git a/debian/rules b/debian/rules
index 8759ebb..135e99a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,11 +25,7 @@ install: build
 	dh_testroot
 	dh_prep 
 	dh_installdirs
-	$(MAKE) install-ubuntu DESTDIR=$(CURDIR)/debian/dkms
-	chmod a+x $(CURDIR)/debian/dkms/etc/dkms/template-dkms-mkdeb/debian/postinst
-	chmod a+x $(CURDIR)/debian/dkms/etc/dkms/template-dkms-mkdeb/debian/prerm
-	chmod a+x $(CURDIR)/debian/dkms/etc/dkms/template-dkms-mkdeb/debian/rules
-	rm -rf $(CURDIR)/debian/dkms/usr/share/doc/dkms/sample*
+	$(MAKE) install-debian DESTDIR=$(CURDIR)/debian/dkms
 	
 binary-arch: build install
 binary-indep: build install

-- 
Dynamic Kernel Module Support



More information about the Pkg-dkms-commits mailing list