[libreturn-multilevel-perl] 07/10: Update (build) dependencies.

gregor herrmann gregoa at debian.org
Sat Oct 18 18:59:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libreturn-multilevel-perl.

commit d4ec249c1235805fb9d90b916e071c388b2aeba3
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 18 20:56:19 2014 +0200

    Update (build) dependencies.
---
 debian/control | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 5112276..512ac4c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Schlichting <fsfs at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+                     libdata-munge-perl (>= 0.07),
+                     libtest-fatal-perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libreturn-multilevel-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libreturn-multilevel-perl.git
@@ -12,7 +14,8 @@ Homepage: https://metacpan.org/release/Return-MultiLevel
 
 Package: libreturn-multilevel-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends},
+         libdata-munge-perl (>= 0.07)
 Description: Perl module to enable returning from a nested call stack
  Return::MultiLevel provides a way to return immediately from a deeply                           
  nested call stack. This is similar to exceptions, but exceptions don't                          

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libreturn-multilevel-perl.git



More information about the Pkg-perl-cvs-commits mailing list