[libpod-2-docbook-perl] 01/02: debian/rules: use 'wildcard' instead of 'shell echo'.

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


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

gregoa pushed a commit to branch master
in repository libpod-2-docbook-perl.

commit 9b3fc8030178434c570b2ff1dff9e2383fdacef2
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 13 20:26:06 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 9868cc8..29cfe9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
-TEST_FILES=$(filter-out t/valid_xml.t,$(shell echo t/*.t))
+TEST_FILES=$(filter-out t/valid_xml.t,$(wildcard t/*.t))
 
 %:
 	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpod-2-docbook-perl.git



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