This is an automated email from the git hooks/post-receive script. carnil pushed a commit to branch master in repository libcapture-tiny-perl.
commit 4bd369388a97948d9b5814c8ba80410d7832b1ec Author: Salvatore Bonaccorso <[email protected]> Date: Thu Feb 18 19:00:17 2016 +0100 Add (build-)dependency for JSON:PP Add alternate Build-Depends-Indep and Depends on perl (>= 5.21.5) or libjson-pp-perl (>= 2.27300). --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 417dd6d..c230158 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, + perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300), libtest-version-perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcapture-tiny-perl.git @@ -19,7 +20,8 @@ Testsuite: autopkgtest-pkg-perl Package: libcapture-tiny-perl Architecture: all Depends: ${misc:Depends}, - ${perl:Depends} + ${perl:Depends}, + perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300) Description: module to capture STDOUT and STDERR Capture::Tiny is a Perl module that provides a simple, portable way to capture anything sent to STDOUT or STDERR, regardless of whether it comes -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcapture-tiny-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
