[SCM] Debian packaging of libmodule-install-perl branch, master, updated. debian/1.06-1-3-gf6ab910

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


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

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

diff --git a/debian/control b/debian/control
index 4c685c6..689a510 100644
--- a/debian/control
+++ b/debian/control
@@ -1,51 +1,43 @@
 Source: libmodule-install-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Bastian Blank <waldi at debian.org>,
+           Damyan Ivanov <dmn at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Brian Cassidy <brian.cassidy at gmail.com>,
+           Rene Mayorga <rmayorga at debian.org>,
+           AGOSTINI Yves <agostini at univ-metz.fr>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Salvatore Bonaccorso <carnil at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>,
+           Julián Moreno Patiño <darkjunix at gmail.com>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libfile-remove-perl,
- libjson-perl (>= 2.14),
- libmodule-scandeps-perl (>= 0.89),
- libpar-dist-perl,
- libwww-perl,
- libyaml-tiny-perl (>= 1.36),
- perl (>= 5.10.1) | libfile-spec-perl (>= 3.2800),
- perl (>= 5.10.1) | libmodule-build-perl (>= 0.2900),
- perl (>= 5.10.1) | libparse-cpan-meta-perl (>= 1.38),
- perl (>= 5.10.1) | libtest-harness-perl (>= 3.13),
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.86),
- perl (>= 5.12) | libextutils-install-perl (>= 1.52)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Bastian Blank <waldi at debian.org>,
- Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Brian Cassidy <brian.cassidy at gmail.com>,
- Rene Mayorga <rmayorga at debian.org>,
- AGOSTINI Yves <agostini at univ-metz.fr>,
- Jonathan Yu <jawnsy at cpan.org>,
- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Ryan Niebur <ryan at debian.org>,
- Salvatore Bonaccorso <carnil at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>,
- Julián Moreno Patiño <darkjunix at gmail.com>
+                     libfile-remove-perl,
+                     libjson-perl,
+                     libmodule-scandeps-perl,
+                     libpar-dist-perl,
+                     libwww-perl,
+                     libyaml-tiny-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Module-Install/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmodule-install-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmodule-install-perl.git
+Homepage: http://search.cpan.org/dist/Module-Install/
 
 Package: libmodule-install-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libfile-remove-perl,
- libjson-perl (>= 2.14),
- libmodule-scandeps-perl (>= 0.89),
- libpar-dist-perl,
- libwww-perl,
- libyaml-tiny-perl (>= 1.36),
- perl (>= 5.10.1) | libfile-spec-perl (>= 3.2800),
- perl (>= 5.10.1) | libmodule-build-perl (>= 0.2900),
- perl (>= 5.10.1) | libparse-cpan-meta-perl (>= 1.38),
- perl (>= 5.12) | libextutils-install-perl (>= 1.52)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libfile-remove-perl,
+         libjson-perl,
+         libmodule-scandeps-perl,
+         libpar-dist-perl,
+         libwww-perl,
+         libyaml-tiny-perl,
+         perl
 Description: framework for installing Perl modules
  Module::Install is a package for writing installers for CPAN (or CPAN-like)
  distributions that are clean, simple, minimalist, act in a strictly correct
@@ -57,3 +49,4 @@ Description: framework for installing Perl modules
  in Makefile.PL in a simple and portable way. It is simple to learn, and has
  the same features as ExtUtils::MakeMaker and Module::Build. However, it has
  the advantage that it requires no installation for end-users.
+

-- 
Debian packaging of libmodule-install-perl



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