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

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


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

gregoa pushed a commit to branch master
in repository libdebug-client-perl.

commit 504067237606f1ba47ae3e69834de9933d892dc6
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 13 20:24:14 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 b8d7bea..b0f6817 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 BUILDHOME = $(CURDIR)/debian/build
 
-TEST_FILES = $(filter-out t/00-check-deps.t t/01-compile.t,$(shell echo t/*.t))
+TEST_FILES = $(filter-out t/00-check-deps.t t/01-compile.t,$(wildcard t/*.t))
 
 %:
 	dh $@

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



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