[libapp-cmd-perl] 02/04: Update versioned (build-)dependency for Getopt::Long 2.39 requirement

Salvatore Bonaccorso carnil at debian.org
Mon Oct 28 18:44:43 UTC 2013


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

carnil pushed a commit to branch master
in repository libapp-cmd-perl.

commit 088bcae678ac72abd96fe3dd7344ddf4ab0bcfe7
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Oct 28 19:05:17 2013 +0100

    Update versioned (build-)dependency for Getopt::Long 2.39 requirement
    
    Change Build-Depends-Indep on perl. Squash versioned and unversioned
    dependencies together with constraint to perl (>= 5.17.10).
    
    Perl 5.17.10 at least is needed to get Getopt::Long 2.39.
---
 debian/control |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index d30d88c..037e485 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,7 @@ Source: libapp-cmd-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- libcapture-tiny-perl (>= 0.13),
+Build-Depends-Indep: libcapture-tiny-perl (>= 0.13),
  libclass-load-perl,
  libgetopt-long-descriptive-perl,
  libio-tiecombine-perl,
@@ -12,7 +11,10 @@ Build-Depends-Indep: perl,
  libsub-exporter-perl,
  libsub-install-perl,
  libtest-fatal-perl,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+# perl (>= 5.17.10) is covering both the requirement on perl to include
+# needed version of Getopt::Long 3.29 and the requirement for Test::More
+# perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
+ perl (>= 5.17.10)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>,
  Salvatore Bonaccorso <carnil at debian.org>,
@@ -33,7 +35,8 @@ Depends: ${perl:Depends}, ${misc:Depends},
  libmodule-pluggable-perl | perl (<< 5.17.0),
  libstring-rewriteprefix-perl,
  libsub-exporter-perl,
- libsub-install-perl
+ libsub-install-perl,
+ perl (>= 5.17.10)
 Description: Perl interface to write command line apps with less suffering
  App::Cmd is intended to make it easy to write complex command-line
  applications without having to think about most of the annoying

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



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