[SCM] Debian packaging of libsuper-perl branch, master, updated. a957faa571dc585ac581fd66698efad372bf5f73

gregor herrmann gregoa at debian.org
Thu Jul 5 20:56:29 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 9d68b91..b3ba1af 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,27 @@
 Source: libsuper-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
+           Nathan Handler <nhandler at ubuntu.com>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libsub-identify-perl,
- perl-base (>= 5.10.1) | libscalar-list-utils-perl (>= 1:1.20)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
- Nathan Handler <nhandler at ubuntu.com>
+Build-Depends-Indep: perl,
+                     libsub-identify-perl,
+                     libscalar-list-utils-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/SUPER/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libsuper-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsuper-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libsuper-perl.git
+Homepage: http://search.cpan.org/dist/SUPER/
 
 Package: libsuper-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libsub-identify-perl,
- perl-base (>= 5.10.1) | libscalar-list-utils-perl (>= 1:1.20)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libsub-identify-perl,
+         libscalar-list-utils-perl
 Description: control superclass method dispatch
  SUPER allows to dispatch control to the superclass with a better syntax than
  the original mechanism. It provides an universal method super to determine a
  class' own superclass. SUPER allows the use of mixin and roles as the class
  containing the method is no more needed at compile time.
+

-- 
Debian packaging of libsuper-perl



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