[SCM] Debian packaging of liblocal-lib-perl branch, master, updated. 0654b35c59aa5059b6b99e9eb64255cdfd79861a
gregor herrmann
gregoa at debian.org
Thu Jan 5 15:03:39 UTC 2012
The following commit has been merged in the master branch:
commit 4d563fe2583fd793983fcdd7853d4b3933222565
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Jan 5 15:19:56 2012 +0100
Add perl as an alternative (build) dependency to libmodule-build-perl.
diff --git a/debian/control b/debian/control
index 3caf273..a70a8e0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.2.13)
Build-Depends-Indep: libcapture-tiny-perl,
- libmodule-build-perl (>= 0.360000),
+ perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000),
perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy at cpan.org>,
@@ -18,7 +18,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblocal-lib-
Package: liblocal-lib-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
- libmodule-build-perl (>= 0.360000)
+ perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000)
Suggests: libcapture-tiny-perl
Description: module to use a local path for Perl modules
local::lib is a Perl module that provides a quick, convenient way of setting
--
Debian packaging of liblocal-lib-perl
More information about the Pkg-perl-cvs-commits
mailing list