This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libtest2-workflow-perl.
commit 2beedcb59e08839b4474fbbad494edc3bf743f2d Author: gregor herrmann <[email protected]> Date: Sat Jul 8 16:09:00 2017 +0200 Add 'perl (>= 5.25.4)' as an alternative (build) dependency for Test::More. Thanks: cme. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index cabab8a..ffa9ece 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libimporter-perl, libsub-info-perl, - libtest-simple-perl (>= 1.302048), + libtest-simple-perl (>= 1.302048) | perl (>= 5.25.4), libtest2-asyncsubtest-perl, libtest2-suite-perl, perl @@ -22,7 +22,7 @@ Depends: ${misc:Depends}, ${perl:Depends}, libimporter-perl, libsub-info-perl, - libtest-simple-perl (>= 1.302048), + libtest-simple-perl (>= 1.302048) | perl (>= 5.25.4), libtest2-asyncsubtest-perl, libtest2-suite-perl Description: module structuring tests using composable units -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest2-workflow-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
