[SCM] Debian packaging of libtest-www-mechanize-perl branch, master, updated. debian/1.40-1-8-g051cc5b
gregor herrmann
gregoa at debian.org
Mon Jun 4 16:32:18 UTC 2012
The following commit has been merged in the master branch:
commit 35605e23241eb3e7a486b05961bb37649c784378
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Jun 4 18:30:41 2012 +0200
Make build dependency on libhtml-lint-perl versioned and add it to Recommends.
diff --git a/debian/control b/debian/control
index c2cf86e..9d5aad9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libcarp-assert-more-perl,
- libhtml-lint-perl,
+ libhtml-lint-perl (>= 2.20),
libhttp-server-simple-perl (>= 0.42),
libtest-longstring-perl (>= 0.15),
libtest-pod-coverage-perl,
@@ -36,6 +36,7 @@ Depends: ${perl:Depends}, ${misc:Depends},
liburi-perl,
libwww-mechanize-perl (>= 1.68),
libwww-perl (>= 6.02)
+Recommends: libhtml-lint-perl (>= 2.20)
Description: module for testing web applications
Test::WWW::Mechanize is a Perl module framework for testing web applications.
It extends the functionality of WWW::Mechanize (see libwww-mechanize-perl) by
--
Debian packaging of libtest-www-mechanize-perl
More information about the Pkg-perl-cvs-commits
mailing list