[SCM] libtype-tiny-perl Debian packaging branch, master, updated. debian/0.002-1-8-g8f3c798

Jonas Smedegaard dr at jones.dk
Mon May 6 14:22:31 UTC 2013


The following commit has been merged in the master branch:
commit ac1b73782c1e3c667a27b9cee9211897fd9608bf
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon May 6 16:05:15 2013 +0200

    Tighten to build-depend versioned on libmoo-perl: Match version mentioned in Type::Tiny::Manual::UsingWithMoo.

diff --git a/debian/rules b/debian/rules
index 013ad3b..4b64c47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,9 +29,10 @@ DEB_UPSTREAM_URL = http://www.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 DEB_UPSTREAM_TARBALL_MD5 = 3fe56a95184fac1361bc440933ffd62c
 
 # Needed by upstream testsuite
-perl-deps-test = moo moose mouse json
+perl-deps-test = moose mouse json
 deps-test = $(patsubst %,$(comma) lib%-perl,$(perl-deps-test))
 deps-test +=, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+deps-test +=, libmoo-perl (>= 1.001000)
 
 CDBS_BUILD_DEPENDS += , $(deps), $(deps-test)
 CDBS_DEPENDS_$(pkg) = $(deps)

-- 
libtype-tiny-perl Debian packaging



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