[SCM] Debian packaging of libclass-std-perl branch, master, updated. dab4c1b98576cd34b953e8abd578ea455ffc5c38

gregor herrmann gregoa at debian.org
Sat May 25 18:21:38 UTC 2013


The following commit has been merged in the master branch:
commit b0a857daed41e061e4a73762c8447cb674326446
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 25 20:18:25 2013 +0200

    cme: sort&wrap
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 2993fe0..fcf560a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,24 @@
 Source: libclass-std-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
+Build-Depends-Indep: perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.4
-Homepage: https://metacpan.org/release/Class-Std/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-std-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-std-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-std-perl.git
+Homepage: https://metacpan.org/release/Class-Std/
 
 Package: libclass-std-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${misc:Depends}
 Description: module for creating standard "inside-out" classes
  Class::Std is a Perl module that provides tools to implement the "inside out
  object" class structure in a convenient and standardized way. This approach,
  which is also known as flyweight scalars, warehoused attributes and inverted
  indices, is discussed further in the documentation for this package.
+

-- 
Debian packaging of libclass-std-perl



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