[SCM] Debian packaging of libxml-libxml-perl branch, master, updated. debian/1.93+dfsg-1-11-gb591205

Alessandro Ghedini al3xbio at gmail.com
Fri Mar 16 11:48:32 UTC 2012


The following commit has been merged in the master branch:
commit f6eef493415937a521f6e5fd215fca791fd7e60a
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Fri Mar 16 12:13:09 2012 +0100

    Hackily fix the failure to build twice in a row
    
    Thanks: Florian Schlichting

diff --git a/debian/rules b/debian/rules
index c17a011..24f0a5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,9 @@ override_dh_auto_configure:
 
 override_dh_auto_test:
 	dh_auto_test -- TEST_FILES="$(TEST_FILES)"
+
+# fix failure to build twice in a row
+override_dh_auto_clean:
+	$(RM) Makefile
+	perl Makefile.PL
+	dh_auto_clean

-- 
Debian packaging of libxml-libxml-perl



More information about the Pkg-perl-cvs-commits mailing list