[libweb-id-perl] 07/08: Fix tighten to (build-)depend versions of libmatch-simple-perl which uses Exporter::Tiny.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 10 18:28:33 UTC 2014


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

js pushed a commit to branch master
in repository libweb-id-perl.

commit 7effd134b74d46e480c141dd10b9315544dd761c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat May 10 20:20:48 2014 +0200

    Fix tighten to (build-)depend versions of libmatch-simple-perl which uses Exporter::Tiny.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index bf5bde5..b2b4491 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,9 +29,10 @@ DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
 # needed by upstream build and (always) at runtime
 perl-deps = crypt-x509 datetime exporter-tiny list-moreutils type-tiny
 perl-deps += path-tiny plack rdf-query rdf-trine file-sharedir
-perl-deps += uri namespace-sweep match-simple
+perl-deps += uri namespace-sweep
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
 deps +=, libmoose-perl (>= 2.0600)
+deps +=, libmatch-simple-perl (>= 0.005)
 
 # needed by upstream testsuite and (often) at runtime
 deps-test-recommend = openssl

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



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