[libparse-pmfile-perl] 02/04: control

gregor herrmann gregoa at debian.org
Sat Sep 27 13:40:03 UTC 2014


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

gregoa pushed a commit to branch master
in repository libparse-pmfile-perl.

commit ec3ea7fcf90c41523c388d84fe86932cbbd8f7fa
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 27 15:31:41 2014 +0200

    control
---
 debian/control | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index ba76bcf..efbfc46 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,13 @@
 Source: libparse-pmfile-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: libextutils-makemaker-cpanfile-perl (>= 0.06),
- perl (>= 5.13.9)
+Build-Depends-Indep: libextutils-makemaker-cpanfile-perl,
+                     perl (>= 5.13.9) | libjson-pp-perl,
+                     perl (>= 5.13.8) | libversion-perl (>= 1:0.8300),
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparse-pmfile-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libparse-pmfile-perl.git
@@ -13,16 +15,13 @@ Homepage: https://metacpan.org/release/Parse-PMFile
 
 Package: libparse-pmfile-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- perl (>= 5.13.9)
-Description: parses .pm file as PAUSE does
- The most of the code of this module is taken from the PAUSE code as of April
- 2013 almost verbatim. Thus, the heart of this module should be quite stable.
- However, I made it not to use pipe ("-|") as well as I stripped
- database-related code. If you encounter any issue, that's most probably
- because of my modification.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         perl (>= 5.13.9) | libjson-pp-perl,
+         perl (>= 5.13.8) | libversion-perl (>= 1:0.8300)
+Description: module to parse .pm file as PAUSE does
+ Most of the code of this module is taken from the PAUSE code as of April 2013
+ almost verbatim. Thus, the heart of Parse::PMFile should be quite stable.
  .
  Parse::PMFile doesn't provide features to extract a distribution or parse
  meta files intentionally.
- .
- This description was automagically extracted from the module by dh-make-perl.

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



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