[Pkg-mono-svn-commits] [SCM] mono branch, master-experimental, updated. debian/2.6.7-5-88-gbf09b22

Mirco Bauer meebey at meebey.net
Wed Apr 6 22:10:27 UTC 2011


The following commit has been merged in the master-experimental branch:
commit 78db0f97aecc305e6b05d363969b435a01041934
Author: Mirco Bauer <meebey at meebey.net>
Date:   Mon Apr 4 20:23:29 2011 +0200

    Replaced depcrecated dh_clean -k call with dh_prep

diff --git a/debian/rules b/debian/rules
index aff5b1d..48ceb7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -162,7 +162,7 @@ install: install-stamp
 install-stamp:
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp

-- 
mono



More information about the Pkg-mono-svn-commits mailing list