[SCM] Debian packaging of Unix::ConfigFile branch, master, updated. 1aad01f1cb5e7164324aeac17c26d8537aa8ec0e

gregor herrmann gregoa at debian.org
Thu Nov 8 21:24:37 UTC 2012


The following commit has been merged in the master branch:
commit 1aad01f1cb5e7164324aeac17c26d8537aa8ec0e
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Nov 8 22:19:24 2012 +0100

    skipping dh_clean leads to "doesn't build twice in a row"
    
    just exclude the *.orig file that are needed by the tests
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index b8baa43..1f647dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 	dh $@
 
 override_dh_clean:
-	# do nothing, we need to keep *.orig for test.pl
+	# we need to keep *.orig for test.pl
+	dh_clean -X*.orig
 
 override_dh_installexamples:
 	dh_installexamples

-- 
Debian packaging of Unix::ConfigFile



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