[SCM] Debian packaging of libmodule-runtime-perl branch, master, updated. debian/0.013-1-3-g6f6649f

gregor herrmann gregoa at debian.org
Thu Jul 5 20:40:08 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index d89ea7c..a4cd002 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,16 @@
 Source: libmodule-runtime-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ivan Kohler <ivan-debian at 420.am>,
- Alessandro Ghedini <ghedo at debian.org>,
- Angel Abad <angel at debian.org>
+           Alessandro Ghedini <ghedo at debian.org>,
+           Angel Abad <angel at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8),
- perl
+               perl
 Build-Depends-Indep: libparams-classify-perl,
- libtest-pod-coverage-perl,
- libtest-pod-perl,
- perl (>= 5.10.1) | libparent-perl
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-runtime-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libmodule-runtime-perl.git
@@ -18,12 +18,14 @@ Homepage: http://search.cpan.org/dist/Module-Runtime/
 
 Package: libmodule-runtime-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libparams-classify-perl,
- perl (>= 5.10.1) | libparent-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libparams-classify-perl,
+         perl
 Description: Perl module for runtime module handling
  Module::Runtime deals with runtime handling of Perl modules, which are normally
  handled at compile time.
  .
  This module provide functions that can, for example, require or use modules at
  runtime, check for module names validity, compose module names and more.
+

-- 
Debian packaging of libmodule-runtime-perl



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