[SCM] Debian packaging of libclass-c3-adopt-next-perl branch, master, updated. 6afd11af6e0b01d6e70e2f642790c84ef25bfc11

gregor herrmann gregoa at debian.org
Thu Jul 5 20:15:07 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index b46e902..7afe27b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,30 @@
 Source: libclass-c3-adopt-next-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Nathan Handler <nhandler at ubuntu.com>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libmro-compat-perl, liblist-moreutils-perl,
- libtest-exception-perl (>= 0.27)
-Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>, Nathan Handler <nhandler at ubuntu.com>
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Build-Depends-Indep: perl,
+                     libmro-compat-perl,
+                     liblist-moreutils-perl,
+                     libtest-exception-perl
 Standards-Version: 3.8.1
-Homepage: http://search.cpan.org/dist/Class-C3-Adopt-NEXT/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-c3-adopt-next-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-c3-adopt-next-perl.git
-
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-c3-adopt-next-perl.git
+Homepage: http://search.cpan.org/dist/Class-C3-Adopt-NEXT/
 
 Package: libclass-c3-adopt-next-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libmro-compat-perl, liblist-moreutils-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libmro-compat-perl,
+         liblist-moreutils-perl
 Description: drop-in replacement for NEXT, using Class::C3 to do the hard work 
  Class::C3::Adopt::NEXT is intended as a drop-in replacement for NEXT,
  supporting the same interface, but using Class::C3 to do the hard work. You
  can then write new code without NEXT, and migrate individual source files to
  use Class::C3 or method modifiers as appropriate, at whatever pace you're
  comfortable with.
+

-- 
Debian packaging of libclass-c3-adopt-next-perl



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