[libdata-phrasebook-perl] 01/02: Explicitly (build-)depend on Module::Pluggable.
gregor herrmann
gregoa at debian.org
Thu Aug 8 12:19:28 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libdata-phrasebook-perl.
commit 1efd4c0cbc09b48374b4546275aa837764aa7d54
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Aug 8 14:16:27 2013 +0200
Explicitly (build-)depend on Module::Pluggable.
Closes: #711656
---
debian/control | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 236277a..15330ef 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: libdata-phrasebook-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
Standards-Version: 3.9.3
@@ -12,7 +13,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-phras
Package: libdata-phrasebook-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends},
+ libmodule-pluggable-perl | perl (<< 5.17.0)
Description: perl implementation of the phrasebook paradigm
The phrasebook pattern is a technique to separate expressions in one language
(e.g. SQL) from the main code that is written in another (e.g. Perl). The
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-phrasebook-perl.git
More information about the Pkg-perl-cvs-commits
mailing list