The following commit has been merged in the master branch:
commit d40faf7723fbea5193a4153c79ab7169c3a67701
Author: Giuseppe Iuculano <[email protected]>
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

_______________________________________________
Pkg-dkms-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-dkms-commits

Reply via email to