[SCM] Debian packaging of libclass-load-perl branch, master, updated. debian/0.17-1-16-g0cec190

Angel Abad angel at debian.org
Mon Jul 16 12:07:39 UTC 2012


The following commit has been merged in the master branch:
commit 07d1cde304df06febd41b63654696c948b24646d
Author: Angel Abad <angel at debian.org>
Date:   Mon Jul 16 14:03:58 2012 +0200

    debian/control: Update file
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 3827772..a0a1a0b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,19 @@
 Source: libclass-load-perl
-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>
 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>
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libdata-optlist-perl,
-                     libmodule-implementation-perl,
-                     libmodule-runtime-perl (>= 0.012),
-                     libpackage-stash-perl (>= 0.14),
-                     libtest-fatal-perl,
-                     libtest-requires-perl,
-                     libtest-without-module-perl,
-                     libtry-tiny-perl,
-                     perl
+ libmodule-implementation-perl,
+ libmodule-runtime-perl (>= 0.012),
+ libpackage-stash-perl (>= 0.14),
+ libtest-fatal-perl,
+ libtest-requires-perl,
+ libtest-without-module-perl,
+ libtry-tiny-perl,
+ perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-load-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-load-perl.git
@@ -21,13 +21,12 @@ Homepage: http://search.cpan.org/dist/Class-Load/
 
 Package: libclass-load-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         libdata-optlist-perl,
-         libmodule-implementation-perl,
-         libmodule-runtime-perl (>= 0.012),
-         libpackage-stash-perl (>= 0.14),
-         libtry-tiny-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdata-optlist-perl,
+ libmodule-implementation-perl,
+ libmodule-runtime-perl (>= 0.012),
+ libpackage-stash-perl (>= 0.14),
+ libtry-tiny-perl
 Description: module for loading modules by name
  "require EXPR" only accepts Class/Name.pm style module names, not
  Class::Name. For that, Class::Load provides "load_class 'Class::Name'".
@@ -40,4 +39,3 @@ Description: module for loading modules by name
  been loaded. Asking %INC is an option, but that will miss inner packages and
  any class for which the filename does not correspond to the package name. For
  that, this module provides "is_class_loaded 'Class::Name'".
-

-- 
Debian packaging of libclass-load-perl



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