[SCM] Debian packaging of libbio-primerdesigner-perl branch, master, updated. 2db9dda5dd4969ddfe920158e7cf57e19c2f3b45

gregor herrmann gregoa at debian.org
Mon Jul 29 16:19:34 UTC 2013


The following commit has been merged in the master branch:
commit 8d3ac704481d137710422b2b4402f86ca1e77220
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jul 29 17:53:11 2013 +0200

    Update debian/rules and remove debian/clean.

diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index 5c0e0fb..0000000
--- a/debian/clean
+++ /dev/null
@@ -1,2 +0,0 @@
-# The passthrough Makefile.PL caused problems until M::B 0.33_01
-Makefile
diff --git a/debian/rules b/debian/rules
index d10c4f2..a794e97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,14 +3,13 @@
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
-%:
-	dh --buildsystem=perl_build $@
+TEST_FILES=$(filter-out t/remote.t,$(shell echo t/*.t))
 
-override_dh_auto_clean:
-	[ ! -f Build ] || dh_auto_clean --buildsystem=perl_build # debhelper bug #539848
+%:
+	dh $@ --buildsystem=perl_build
 
 override_dh_auto_test:
-	perl Build test test_files="$(filter-out t/remote.t,$(shell echo t/*.t))"
+	dh_auto_test -- --test_files "$(TEST_FILES)"
 
 override_dh_auto_install:
 	dh_auto_install

-- 
Debian packaging of libbio-primerdesigner-perl



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