This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libmatch-simple-perl.
commit 3867e06e543231d41c4d6a17ec3698794fd397c1 Author: Jonas Smedegaard <[email protected]> Date: Mon Sep 7 02:00:21 2015 +0200 Update package relations: Favor (build-)depending on recent perl over libscalar-list-utils-perl. --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2a94ade..7ad929c 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,8 @@ DEB_UPSTREAM_PACKAGE = match-simple DEB_UPSTREAM_URL = http://www.cpan.org/CPAN/authors/id/T/TO/TOBYINK # needed by upstream build and (always/often) at runtime -deps = libexporter-tiny-perl, libscalar-list-utils-perl (>= 1:1.33) +deps = libexporter-tiny-perl +deps +=, perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33) deps-recommend = libsub-infix-perl (>= 0.004) # Needed by upstream testsuite -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmatch-simple-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
