[SCM] Debian packaging of libmail-checkuser-perl branch, master, updated. debian/1.21-2

Ansgar Burchardt ansgar at debian.org
Sat Mar 10 14:14:11 UTC 2012


The following commit has been merged in the master branch:
commit c2b4e66fcc273a1f98df054ffeba49f562432aa8
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sat Mar 10 15:09:03 2012 +0100

    debian/rules: use $(wildcard ...) instead of $(shell echo ...)

diff --git a/debian/rules b/debian/rules
index aaf19d0..c9c9545 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-TEST_FILES = $(filter-out t/dns.t t/smtp.t t/smtp-taint.t t/timeout.t t/wildcard.t,$(shell echo t/*.t))
+TEST_FILES = $(filter-out t/dns.t t/smtp.t t/smtp-taint.t t/timeout.t t/wildcard.t,$(wildcard t/*.t))
 
 %:
 	dh $@

-- 
Debian packaging of libmail-checkuser-perl



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