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

js pushed a commit to branch master
in repository libunicode-utf8-perl.

commit b3f63203f0fd0eeab3a34d68405b73ea789b7686
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Sun May 18 11:29:20 2014 +0200

    Build-depend on libtaint-runtime-perl: Needed (optionally) for testsuite.
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index c42c3af..361a94d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,9 +24,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 DEB_UPSTREAM_PACKAGE = Unicode-UTF8
 DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Unicode
 
-# Needed by upstream testsuite
-# TODO: build-depend on libtain-runtime-perl when in Debian
+# Needed (always/optionally) by upstream testsuite
 perl-deps-test = test-fatal test-leaktrace variable-magic test-pod
 deps-test = $(patsubst %,$(comma) lib%-perl,$(perl-deps-test))
+deps-test-opt = libtaint-runtime-perl
 
-CDBS_BUILD_DEPENDS +=, $(deps-test)
+CDBS_BUILD_DEPENDS +=, $(deps-test), $(deps-test-opt)

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to