[SCM] Debian packaging of libclass-factory-perl branch, master, updated. 5e66bc0b26ccfe4d41613c08cd967e5c78e6d503

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


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

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

diff --git a/debian/control b/debian/control
index ecff3cb..b992da2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,22 @@
 Source: libclass-factory-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+           Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+           Damyan Ivanov <dmn at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.0-7)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>,
- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- Damyan Ivanov <dmn at debian.org>
+Build-Depends-Indep: perl
 Standards-Version: 3.7.3
-Homepage: http://search.cpan.org/dist/Class-Factory/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-factory-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-factory-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-factory-perl.git
+Homepage: http://search.cpan.org/dist/Class-Factory/
 
 Package: libclass-factory-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
-Description:  Base class for dynamic factory classes
+Depends: ${perl:Depends},
+         ${misc:Depends}
+Description: Base class for dynamic factory classes
  This is a simple module that factory classes can use to generate new
  types of objects on the fly, providing a consistent interface to common
  groups of objects.
@@ -24,3 +25,4 @@ Description:  Base class for dynamic factory classes
  the same set of tasks but may not know in advance what implementations
  you will be using.  With a factory class this is easy.  Class::Factory
  even provides a simple constructor for you.
+

-- 
Debian packaging of libclass-factory-perl



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