[SCM] Debian packaging of libclass-mixinfactory-perl branch, master, updated. c548183e2b3c28b54c0013e31d74b5923594400f

gregor herrmann gregoa at debian.org
Thu Jul 5 20:16:41 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 02c6bba..fc3bf1c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,22 @@
 Source: libclass-mixinfactory-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.8.8-12)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Build-Depends-Indep: perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/Class-MixinFactory/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-mixinfactory-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-mixinfactory-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-mixinfactory-perl.git
+Homepage: http://search.cpan.org/dist/Class-MixinFactory/
 
 Package: libclass-mixinfactory-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${misc:Depends}
 Description: Class Factory with Selection of Mixins
  This distribution facilitates the run-time generation of classes which inherit
  from a base class and some optional selection of mixin classes.
  .
  A factory is provided to generate the mixed classes with multiple inheritance.
  A NEXT method allows method redispatch up the inheritance chain.
+

-- 
Debian packaging of libclass-mixinfactory-perl



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