[SCM] Debian packaging of libmodule-used-perl branch, master, updated. 133e9b7fac1e8478a71030085c76ef9d6ad67e6b

gregor herrmann gregoa at debian.org
Thu Jul 5 20:40:18 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 973348f..6d15148 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,29 @@
 Source: libmodule-used-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libtest-deep-perl (>= 0.098), libfile-next-perl,
- libppi-perl (>= 1.203), libreadonly-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Build-Depends-Indep: perl,
+                     libtest-deep-perl,
+                     libfile-next-perl,
+                     libppi-perl,
+                     libreadonly-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/Module-Used/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmodule-used-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-used-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmodule-used-perl.git
+Homepage: http://search.cpan.org/dist/Module-Used/
 
 Package: libmodule-used-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libppi-perl (>= 1.203),
- libreadonly-perl, libfile-next-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libppi-perl,
+         libreadonly-perl,
+         libfile-next-perl
 Description: library to detect modules loaded by Perl code without running it
  Module::Used is a Perl module that does static analysis of arbitrary Perl
  code, looking for use and require statements to determine what modules are
  required by the code. It also knows about Moose and Moose::Role, so it can
  determine appropriate dependencies in that case too.
+

-- 
Debian packaging of libmodule-used-perl



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