[SCM] Debian packaging of libclass-c3-perl branch, master, updated. 9ebee1a92c8d5e3cdfdc27a976ebce31e45f2a3f

gregor herrmann gregoa at debian.org
Sat May 26 19:47:43 UTC 2012


The following commit has been merged in the master branch:
commit cdd55f4e8e5b59d1ca803ae0dd1595c1788aa932
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 26 21:46:36 2012 +0200

    sort deps
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 7a57bd4..cf3f915 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,18 @@ Source: libclass-c3-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtest-exception-perl, libtest-pod-perl,
- libtest-pod-coverage-perl, libsub-name-perl, libalgorithm-c3-perl,
- libclass-c3-xs-perl, libmro-compat-perl
+Build-Depends-Indep: perl,
+ libalgorithm-c3-perl,
+ libclass-c3-xs-perl,
+ libmro-compat-perl,
+ libsub-name-perl,
+ libtest-exception-perl,
+ libtest-pod-coverage-perl,
+ libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>
+ Jonathan Yu <jawnsy at cpan.org>,
+ gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.9.3
 Homepage: http://search.cpan.org/dist/Class-C3/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-c3-perl.git
@@ -15,7 +21,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-c3-p
 
 Package: libclass-c3-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libalgorithm-c3-perl
+Depends: ${perl:Depends}, ${misc:Depends},
+ libalgorithm-c3-perl
 Recommends: libclass-c3-xs-perl
 Description: pragma for using the C3 method resolution order
  Class::C3 is a Perl pragma that modifies the standard method resolution order

-- 
Debian packaging of libclass-c3-perl



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