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

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


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

gregoa pushed a commit to branch master
in repository libtest-signature-perl.

commit efc3a9ea96423500584ae8f78f60ce9ac1370b0c
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 13 20:26:36 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 c6f14a6..91e5c2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-TEST_FILES=	$(filter-out t/0-signature.t,$(shell echo t/*.t))
+TEST_FILES=	$(filter-out t/0-signature.t,$(wildcard t/*.t))
 
 %:
 	dh $@

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



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