[libmodule-extract-perl] 01/02: Explicitly (build)depend on Archive::Extract.
gregor herrmann
gregoa at debian.org
Thu Aug 8 12:52:05 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libmodule-extract-perl.
commit 7d396a06de5c1c916f9d2602737823bace1a0ab7
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Aug 8 14:51:29 2013 +0200
Explicitly (build)depend on Archive::Extract.
Closes: #711666
---
debian/control | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 53e27ac..ccaac7d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl,
+ libarchive-extract-perl | perl (<< 5.17.0),
libtest-pod-perl
Standards-Version: 3.8.0
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-extract-perl.git
@@ -14,7 +15,8 @@ Homepage: https://metacpan.org/release/Module-Extract/
Package: libmodule-extract-perl
Architecture: all
Depends: ${perl:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ libarchive-extract-perl | perl (<< 5.17.0)
Description: base class for working with Perl distributions
Module::Extract is a convenience base class for modules that work with
Perl distributions.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-extract-perl.git
More information about the Pkg-perl-cvs-commits
mailing list