[libclass-load-perl] 05/08: cme: reformat debian/control

gregor herrmann gregoa at debian.org
Sat Feb 15 14:36:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libclass-load-perl.

commit f0fc0b1ff96f23657458a701addde22f63a2a320
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 15 15:32:35 2014 +0100

    cme: reformat debian/control
    
    Git-Dch: Ignore
---
 debian/control | 37 +++++++++++++++++++------------------
 1 file changed, 19 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index cb6a8d2..b84b6c6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,21 @@
 Source: libclass-load-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>,
- Alessandro Ghedini <ghedo at debian.org>
+           Angel Abad <angel at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 9.20130630~),
                libmodule-build-tiny-perl (>= 0.034)
 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.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-load-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-load-perl.git
@@ -23,12 +23,13 @@ Homepage: https://metacpan.org/release/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'".

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-load-perl.git



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