[SCM] Debian packaging of libclass-singleton-perl branch, master, updated. 81752b74862a790674f5fcacea3c2c7368e5452e

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


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

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

diff --git a/debian/control b/debian/control
index 0ea41b7..54a3888 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,17 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at debian.org>
 Section: perl
 Priority: optional
-Standards-Version: 3.8.0
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8)
-Homepage: http://search.cpan.org/dist/Class-Singleton/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-singleton-perl.git
+Build-Depends-Indep: perl
+Standards-Version: 3.8.0
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-singleton-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-singleton-perl.git
+Homepage: http://search.cpan.org/dist/Class-Singleton/
 
 Package: libclass-singleton-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${misc:Depends}
 Description: implementation of a "Singleton" class
  The Class::Singleton module implements a Singleton class from which other
  classes can be derived.  A Singleton describes an object class that can have
@@ -26,3 +27,4 @@ Description: implementation of a "Singleton" class
  .
  For a description and discussion of the Singleton class, see
  "Design Patterns", Gamma et al, Addison-Wesley, 1995, ISBN 0-201-63361-2.
+

-- 
Debian packaging of libclass-singleton-perl



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