[libalien-wxwidgets-perl] 01/02: Explicitly (build-)depend on Module::Pluggable.
gregor herrmann
gregoa at debian.org
Thu Aug 8 12:05:50 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libalien-wxwidgets-perl.
commit 32f59fbceb36f53d4c88a768012a4a66614404f3
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Aug 8 14:03:50 2013 +0200
Explicitly (build-)depend on Module::Pluggable.
Closes: #711646
---
debian/control | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 4224484..968cff2 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0),
libwxgtk2.8-dev (>= 2.8.12.1-6),
libtest-pod-perl,
libtest-pod-coverage-perl
@@ -23,7 +24,8 @@ Package: libalien-wxwidgets-perl
Architecture: any
Depends: ${perl:Depends},
${misc:Depends},
- ${samewx:Depends}
+ ${samewx:Depends},
+ libmodule-pluggable-perl | perl (<< 5.17.0)
Description: Perl module for locating wxWidgets binaries
Alien::WxWidgets is a simple Perl module that detects configuration settings
of an installed wxWidgets. It is useful to assist in the building of modules
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libalien-wxwidgets-perl.git
More information about the Pkg-perl-cvs-commits
mailing list