[SCM] libtype-tiny-perl Debian packaging branch, master, updated. debian/0.006-1-208-g1b14add

Jonas Smedegaard dr at jones.dk
Sun Jun 30 14:29:41 UTC 2013


The following commit has been merged in the master branch:
commit 06a740da2928632ab9e210fc37f010b8959c5653
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jun 15 10:18:28 2013 +0200

    Fix tighten to build-depend versioned on libvalidation-class-perl: Newer version needed in testsuite since 0.005~05.

diff --git a/debian/rules b/debian/rules
index 3b51418..6998fba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,10 +28,11 @@ DEB_UPSTREAM_PACKAGE = Type-Tiny
 DEB_UPSTREAM_URL = http://www.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 
 # Needed by upstream testsuite
-perl-deps-test = moose mouse json class-insideout validation-class
+perl-deps-test = moose mouse json class-insideout
 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)
+deps-test +=, libvalidation-class-perl (>= 7.900017)
 
 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