[SCM] Debian packaging of libmodule-extractuse-perl branch, master, updated. d1cef569b56860b9dd000cb968f9d40b858a3527

gregor herrmann gregoa at debian.org
Sat Feb 18 14:20:49 UTC 2012


The following commit has been merged in the master branch:
commit c2feec4fd7ad2c1a92e6919af098b4243d9eab12
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 18 15:06:13 2012 +0100

    Remove some ancient versions from (build)-deps (nothing older in the
    archive).

diff --git a/debian/control b/debian/control
index 797f325..92ae05f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
  perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
-Build-Depends-Indep: libparse-recdescent-perl (>= 1.94),
-  libpod-strip-perl (>= 1.00), libtest-deep-perl (>= 0.087),
+Build-Depends-Indep: libparse-recdescent-perl,
+  libpod-strip-perl, libtest-deep-perl,
   libtest-nowarnings-perl, libtest-pod-coverage-perl, libtest-pod-perl,
   libuniversal-require-perl, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -18,7 +18,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-ext
 Package: libmodule-extractuse-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
-  libparse-recdescent-perl (>= 1.94), libpod-strip-perl (>= 1.00)
+  libparse-recdescent-perl, libpod-strip-perl
 Description: Perl module to find out modules used by the specified Perl source
  Module::ExtractUse is basically a Parse::RecDescent grammar to parse Perl
  code. It tries very hard to find all modules (whether pragmas, Core, or from

-- 
Debian packaging of libmodule-extractuse-perl



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