[libdist-inkt-perl] 01/15: Update package relations: Stop explicitly (build-)depend on libmodule-metadata-perl libcpan-meta-perl libcpan-meta-requirements-perl: Provided by perl even in oldstable.

Jonas Smedegaard dr at jones.dk
Mon Jul 3 07:52:23 UTC 2017


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

js pushed a commit to branch master
in repository libdist-inkt-perl.

commit 9975a03cc922f12760a455b3ad6dcf12e38e7898
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jul 3 08:41:58 2017 +0200

    Update package relations: Stop explicitly (build-)depend on libmodule-metadata-perl libcpan-meta-perl libcpan-meta-requirements-perl: Provided by perl even in oldstable.
---
 debian/rules | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index ce0c581..337c2c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,23 +27,20 @@ DEB_UPSTREAM_PACKAGE = Dist-Inkt
 DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
 
 # Needed by upstream build and (always) at runtime
+# * Provided by perl: cpan-meta module-metadata cpan-meta-requirements
+#   test-simple
 perl-deps = cpan-changes data-dump file-chdir list-moreutils
-perl-deps += module-metadata module-runtime module-signature
+perl-deps += module-runtime module-signature
 perl-deps += path-finddev path-iterator-rule path-tiny rdf-doap-lite
 perl-deps += software-license types-path-tiny type-tiny
 perl-deps += namespace-autoclean
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
-deps +=, perl (>=5.13.10) | libcpan-meta-perl
-deps +=, perl (>=5.15.7) | cpan-meta-requirements
 deps +=, libmodule-cpanfile-perl (>= 1.0002)
 deps +=, libmoose-perl (>= 2.0800)
 
 depends = libtext-sprintfn-perl
 
-# Needed by upstream testsuite
-deps-test = perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
-
-CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
+CDBS_BUILD_DEPENDS +=, $(deps)
 CDBS_DEPENDS_$(pkg) = $(deps), $(depends)
 
 DEB_INSTALL_EXAMPLES_$(pkg) = examples/*

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



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