[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 37523d9ccc289fcf3d03d908e60f9114810e3eb2
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 18 15:07:21 2012 +0100

    sort/wrap deps
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 92ae05f..ce38bac 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,14 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
  perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
-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
+Build-Depends-Indep: perl,
+ libparse-recdescent-perl,
+ libpod-strip-perl,
+ libtest-deep-perl,
+ libtest-nowarnings-perl,
+ libtest-pod-coverage-perl,
+ libtest-pod-perl,
+ libuniversal-require-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Peter Pentchev <roam at ringlet.net>,
  gregor herrmann <gregoa at debian.org>
@@ -18,7 +22,8 @@ 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, libpod-strip-perl
+ 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