[SCM] Debian packaging of libclass-unload-perl branch, master, updated. 1a9ec6b4f9350f9a8e0c8df2f1606aa4ee8ba09e

gregor herrmann gregoa at debian.org
Sun May 26 14:07:39 UTC 2013


The following commit has been merged in the master branch:
commit 6baef34be3dd9c8a6139ace1363ddaf19647bb48
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 26 16:05:19 2013 +0200

    cme: sort&wrap
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index ed8e792..be1f06e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,24 @@
 Source: libclass-unload-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>,
+           Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libclass-inspector-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>,
- Alessandro Ghedini <ghedo at debian.org>
+Build-Depends-Indep: perl,
+                     libclass-inspector-perl
 Standards-Version: 3.9.4
-Homepage: https://metacpan.org/release/Class-Unload/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-unload-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-unload-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-unload-perl.git
+Homepage: https://metacpan.org/release/Class-Unload/
 
 Package: libclass-unload-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libclass-inspector-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libclass-inspector-perl
 Description: Perl module to unload a class at runtime
  Class::Unload is a Perl module that unloads the given class by clearing out its
  symbol table and removing it from %INC during runtime. The unloaded class may
  then be reloaded later on using 'require'.
+

-- 
Debian packaging of libclass-unload-perl



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