[libcatalystx-injectcomponent-perl] 01/02: Explicitly (build-)depend on Devel::InnerPackage.
gregor herrmann
gregoa at debian.org
Thu Aug 8 12:10:02 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libcatalystx-injectcomponent-perl.
commit 79bbeb9c5bd99c1fdabd48887171e677dfc353c9
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Aug 8 14:09:23 2013 +0200
Explicitly (build-)depend on Devel::InnerPackage.
Closes: #711652
---
debian/control | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 15dd3f3..3845e95 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libcatalyst-perl,
libclass-inspector-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0),
libtest-most-perl
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalystx-injectcomponent-perl.git
@@ -17,7 +18,8 @@ Package: libcatalystx-injectcomponent-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libcatalyst-perl,
- libclass-inspector-perl
+ libclass-inspector-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0)
Description: module for injecting components into Catalyst applications
CatalystX::InjectComponent will inject Controller, Model, and View
components into Catalyst applications at setup (run)time. It does
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalystx-injectcomponent-perl.git
More information about the Pkg-perl-cvs-commits
mailing list