[SCM] Debian packaging of libtest-module-used-perl branch, master, updated. 781c18b0385cac55ee05e19b673b9755bd71fa1e
gregor herrmann
gregoa at debian.org
Thu Jul 5 21:00:40 UTC 2012
The following commit has been merged in the master branch:
commit 0132cd6a2e64f07995e077188a6ca5a494827d7d
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Jul 5 12:59:50 2012 -0600
debian/control: update {versioned,alternative} (build) dependencies.
diff --git a/debian/control b/debian/control
index a0321a2..29ceee0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,32 @@
Source: libtest-module-used-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+ Ansgar Burchardt <ansgar at debian.org>,
+ Nicholas Bamber <nicholas at periapt.co.uk>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libmodule-used-perl, libppi-perl,
- liblist-moreutils-perl, libcpan-meta-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, Ansgar Burchardt <ansgar at debian.org>,
- Nicholas Bamber <nicholas at periapt.co.uk>
+Build-Depends-Indep: perl,
+ libmodule-used-perl,
+ libppi-perl,
+ liblist-moreutils-perl,
+ perl (>= 5.13.10) | libcpan-meta-perl
Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Test-Module-Used/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-module-used-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-module-used-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-module-used-perl.git
+Homepage: http://search.cpan.org/dist/Test-Module-Used/
Package: libtest-module-used-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libmodule-used-perl, libppi-perl,
- liblist-moreutils-perl, libcpan-meta-perl
+Depends: ${perl:Depends},
+ ${misc:Depends},
+ libmodule-used-perl,
+ libppi-perl,
+ liblist-moreutils-perl,
+ perl (>= 5.13.10) | libcpan-meta-perl
Description: module for testing whether a module is used
Test::Module::Used is a Perl test module for determining whether a module is
really used (and vice versa) between lib/t and META.yml. It is useful for
detecting cases where dependencies are specified (possibly as a remnant of
older versions) but no longer needed, or where one forgets to declare them.
+
--
Debian packaging of libtest-module-used-perl
More information about the Pkg-perl-cvs-commits
mailing list