Hi,
here attached a patch that replace dh_clean -k with dh_prep

-- 
Simone Vellei (henomis)

GPG KEYID: A3D37CF4
GPG FINGERPRINT: 5A79 3A3A 143E 9B37 9B38  FB86 8E45 8B62 A3D3 7CF4
diff -Naur a/debhelper/dh_installxmlcatalogs b/debhelper/dh_installxmlcatalogs
--- a/debhelper/dh_installxmlcatalogs	2012-09-10 21:59:43.000000000 +0200
+++ b/debhelper/dh_installxmlcatalogs	2014-02-25 23:10:09.334945661 +0100
@@ -85,7 +85,7 @@
 
 =head1 NOTES
 
-Note that this command is not idempotent. "dh_clean -k" should be
+Note that this command is not idempotent. "dh_prep" should be
 called between invocations of this command. Otherwise, it may cause
 multiple instances of the same text to be added to maintainer scripts.
 
diff -Naur a/debian/rules b/debian/rules
--- a/debian/rules	2008-10-14 14:19:48.000000000 +0200
+++ b/debian/rules	2014-02-25 23:10:22.122968035 +0100
@@ -31,7 +31,7 @@
 install-stamp:	build
 		dh_testdir
 		dh_testroot
-		dh_clean -k
+		dh_prep
 		dh_installdirs
 		$(MAKE) install prefix=$(CURDIR)/debian/$(PACKAGE)/usr
 		touch install-stamp

Reply via email to