[SCM] Debian packaging of Module-Implementation CPAN distribution branch, master, updated. debian/0.06-1-2-g07d3c03

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


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

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

diff --git a/debian/control b/debian/control
index ffc1247..cd6c858 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,16 @@
 Source: libmodule-implementation-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
- Angel Abad <angel at debian.org>
+           Angel Abad <angel at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libmodule-runtime-perl (>= 0.012),
- libtest-fatal-perl,
- libtest-requires-perl,
- libtest-taint-perl,
- libtry-tiny-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
- perl
+                     libtest-fatal-perl,
+                     libtest-requires-perl,
+                     libtest-taint-perl,
+                     libtry-tiny-perl,
+                     perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-implementation-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libmodule-implementation-perl.git
@@ -19,9 +18,10 @@ Homepage: http://search.cpan.org/dist/Module-Implementation/
 
 Package: libmodule-implementation-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmodule-runtime-perl (>= 0.012),
- libtry-tiny-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmodule-runtime-perl (>= 0.012),
+         libtry-tiny-perl
 Description: module for loading one of several alternate implementations of a module
  Module::Implementation abstracts out the process of choosing one of several
  underlying implementations for a module. This can be used to provide XS and
@@ -32,3 +32,4 @@ Description: module for loading one of several alternate implementations of a mo
  This module is only useful when you know all the implementations ahead of
  time. If you want to load arbitrary implementations then you probably want
  something like a plugin system, not this module.
+

-- 
Debian packaging of Module-Implementation CPAN distribution



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