[libbio-primerdesigner-perl] 01/02: debian/rules: use 'wildcard' instead of 'shell echo'.

gregor herrmann gregoa at debian.org
Thu Aug 13 18:22:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libbio-primerdesigner-perl.

commit 00c593df3ca0b70c7159c0f6cb4cb8a923ad9e15
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 13 20:22:25 2015 +0200

    debian/rules: use 'wildcard' instead of 'shell echo'.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a794e97..73bc19a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
-TEST_FILES=$(filter-out t/remote.t,$(shell echo t/*.t))
+TEST_FILES=$(filter-out t/remote.t,$(wildcard t/*.t))
 
 %:
 	dh $@ --buildsystem=perl_build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libbio-primerdesigner-perl.git



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