[libdevel-patchperl-perl] 01/01: Explicitly (build-)depend on Module::Pluggable.
gregor herrmann
gregoa at debian.org
Thu Aug 8 12:28:13 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libdevel-patchperl-perl.
commit a3e0b6402b2639bb58f8e10802da38eb3b1c87c4
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Aug 8 14:22:04 2013 +0200
Explicitly (build-)depend on Module::Pluggable.
Closes: #711659
---
debian/control | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 7e0752c..7ba4c78 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libfile-pushd-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0),
libtest-script-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Alessandro Ghedini <ghedo at debian.org>,
@@ -16,7 +17,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-patc
Package: libdevel-patchperl-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
- libfile-pushd-perl
+ libfile-pushd-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0)
Description: Perl module to patch perl source a la Devel::PPPort's buildperl.pl
Devel::PatchPerl is a modularisation of the patching code contained in
Devel::PPPort's buildperl.pl.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-patchperl-perl.git
More information about the Pkg-perl-cvs-commits
mailing list