[Dmraid-debian-commits] [SCM] Maintenance of the dmraid package branch, master, updated. debian/1.0.0.rc15-1.exp6-11-g6405258

Giuseppe Iuculano giuseppe at iuculano.it
Fri Feb 13 08:04:43 UTC 2009


The following commit has been merged in the master branch:
commit ff07846e6481a3126de977a71f8e082681651feb
Author: Giuseppe Iuculano <giuseppe at iuculano.it>
Date:   Fri Feb 13 08:58:17 2009 +0100

    debian/rules: Use dh_clean -k is deprecated, use dh_prep and fix dh-clean-k-is-deprecated lintian warning

diff --git a/debian/rules b/debian/rules
index 359e183..673eca8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,7 @@ build-stamp:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	cd ${buildroot}/standard && make DESTDIR=$(CURDIR)/debian/standard install
 	cd ${buildroot}/udeb && make DESTDIR=$(CURDIR)/debian/udeb install
 	rm -rf debian/udeb/usr

-- 
Maintenance of the dmraid package



More information about the Dmraid-debian-commits mailing list