[SCM] Debian packaging of libmodule-scandeps-perl branch, master, updated. debian/1.08-1-12-ge09eacd

gregor herrmann gregoa at debian.org
Sun May 19 11:50:23 UTC 2013


The following commit has been merged in the master branch:
commit f855946d6c90c6c52bf34204728d68f0b2ceee73
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 19 13:48:32 2013 +0200

    cme: sort/wrap
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 2149a1f..c3af374 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,29 @@
 Source: libmodule-scandeps-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>,
+           Ryan Niebur <ryan at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libprefork-perl, libtest-pod-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>, Nicholas Bamber <nicholas at periapt.co.uk>,
- Ryan Niebur <ryan at debian.org>
+Build-Depends-Indep: perl,
+                     libprefork-perl,
+                     libtest-pod-perl
 Standards-Version: 3.9.4
-Homepage: https://metacpan.org/release/Module-ScanDeps/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-scandeps-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-scandeps-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-scandeps-perl.git
+Homepage: https://metacpan.org/release/Module-ScanDeps/
 
 Package: libmodule-scandeps-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: module to recursively scan Perl code for dependencies
  Module::ScanDeps is a Perl module that scans potential modules used by perl
  programs to determine information about modules they depend on. It performs
  static analysis as well as more aggressive scanning (by running files in
  compile-only or normal mode).
+

-- 
Debian packaging of libmodule-scandeps-perl



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