[SCM] Debian packaging of libmodule-extractuse-perl branch, master, updated. debian/0.27-1-2-g483314b

gregor herrmann gregoa at debian.org
Thu Jul 5 20:39:37 UTC 2012


The following commit has been merged in the master branch:
commit 8a6cf9dd914ccb23bfbcb5b8db445c8786af960b
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:40:34 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 764a91c..c820f5d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,33 +1,35 @@
 Source: libmodule-extractuse-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>,
+           Florian Schlichting <fschlich at zedat.fu-berlin.de>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
- perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100)
+               perl (>= 5.11.4) | libmodule-build-perl
 Build-Depends-Indep: perl,
- libparse-recdescent-perl (>= 1.967009),
- 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>,
- Florian Schlichting <fschlich at zedat.fu-berlin.de>
+                     libparse-recdescent-perl (>= 1.967009),
+                     libpod-strip-perl,
+                     libtest-deep-perl,
+                     libtest-nowarnings-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     libuniversal-require-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Module-ExtractUse/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmodule-extractuse-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-extractuse-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmodule-extractuse-perl.git
+Homepage: http://search.cpan.org/dist/Module-ExtractUse/
 
 Package: libmodule-extractuse-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libparse-recdescent-perl (>= 1.967009),
- libpod-strip-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libparse-recdescent-perl (>= 1.967009),
+         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
  CPAN) used by the parsed code.
  .
  "Usage" is defined by either calling use or require.
+

-- 
Debian packaging of libmodule-extractuse-perl



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