[libtest-version-perl] 03/03: control

gregor herrmann gregoa at debian.org
Sun Nov 24 15:44:26 UTC 2013


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

gregoa pushed a commit to branch master
in repository libtest-version-perl.

commit 011fd843ea420a7303de046ca704f44a948bc311
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Nov 24 16:43:05 2013 +0100

    control
---
 debian/control | 28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 8cb57ca..599b5fb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,15 @@
 Source: libtest-version-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libfile-find-rule-perl-perl,
- libtest-exception-perl,
- libtest-tester-perl,
- perl (>= 5.13.9)
+                     libtest-exception-perl,
+                     libtest-tester-perl,
+                     perl (>= 5.13.8) | libversion-perl (>= 1:0.8600),
+                     perl (>= 5.13.9) | libmodule-metadata-perl,
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-version-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-version-perl.git
@@ -15,10 +17,14 @@ Homepage: https://metacpan.org/release/Test-Version
 
 Package: libtest-version-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libfile-find-rule-perl-perl,
- perl (>= 5.13.9)
-Description: Check to see that version's in modules are sane
- (no description was found)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libfile-find-rule-perl-perl,
+         perl (>= 5.13.8) | libversion-perl (>= 1:0.8600),
+         perl (>= 5.13.9) | libmodule-metadata-perl
+Description: module for checking the sanity of versions in modules
+ Test::Versions's goal is to be a one stop shop for checking to see that
+ the versions in the modules across a CPAN distribution are sane.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ It has checks to ensure that all modules have a VERSION defined, and that the
+ VERSION is valid.

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



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