[librdf-doap-perl] 37/45: Update package relations: (Build-)depend on recent perl: Needed to provide recent List::Util. Stop (build-)depend on liblist-moreutils-perl.

Jonas Smedegaard dr at jones.dk
Sat Dec 23 10:36:42 UTC 2017


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

js pushed a commit to annotated tag debian/0.100-1
in repository librdf-doap-perl.

commit e7ec551fdabbd75cad794e852c671827aa0bf095
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Dec 23 11:13:04 2017 +0100

    Update package relations: (Build-)depend on recent perl: Needed to provide recent List::Util. Stop (build-)depend on liblist-moreutils-perl.
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2d0a9e0..0b31bff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,10 +22,12 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 pkg = $(DEB_SOURCE_PACKAGE)
 
 # Needed by upstream build and (always) at runtime
-perl-deps = exporter-tiny json list-moreutils moosex-attributetags
+# * Recent perl needed for List::Util >= 1.45
+perl-deps = exporter-tiny json moosex-attributetags
 perl-deps += rdf-trine type-tiny match-simple
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
 deps +=, libmoose-perl (>= 2.0600)
+deps +=, perl (>= 5.25.1)
 
 # Needed by upstream testsuite
 deps-test = libtest-longstring-perl

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



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