[Pkg-dkms-commits] [SCM] Maintenance of the dkms package branch, master, updated. upstream/2.0.20.4-45-g58d6410

Giuseppe Iuculano giuseppe at iuculano.it
Thu Jan 8 14:03:39 UTC 2009


The following commit has been merged in the master branch:
commit 743e263205da675b0b6ccb2d1de434f91993241d
Author: Giuseppe Iuculano <giuseppe at iuculano.it>
Date:   Thu Jan 8 14:52:06 2009 +0100

    debian/rules: fix dh-clean-k-is-deprecated lintian warning

diff --git a/debian/rules b/debian/rules
index d378da7..e4c39a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ clean: unpatch
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep 
 	dh_installdirs
 	$(MAKE) install-ubuntu DESTDIR=$(CURDIR)/debian/dkms
 	chmod a+x $(CURDIR)/debian/dkms/etc/dkms/template-dkms-mkdeb/debian/postinst

-- 
Maintenance of the dkms package



More information about the Pkg-dkms-commits mailing list