[libtry-tiny-perl] 01/05: Add alternative (build-)dependency for Sub::Util
Salvatore Bonaccorso
carnil at debian.org
Fri Dec 11 08:10:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository libtry-tiny-perl.
commit 4b85c04451076130b1ce4110b2abb057b37aeba8
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Fri Dec 11 09:03:32 2015 +0100
Add alternative (build-)dependency for Sub::Util
If present Sub::Util is preferred over Sub::Name. Add a versioned
Build-Depends-Indep and Suggests on perl (>= 5.21.4) which includes
Sub::Util.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 52a8f7e..73a7747 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libtry-tiny-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libcapture-tiny-perl (>= 0.12), libsub-name-perl, perl
+Build-Depends-Indep: libcapture-tiny-perl (>= 0.12), perl (>= 5.21.4) | libsub-name-perl, perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders:
Ansgar Burchardt <ansgar at debian.org>,
@@ -17,7 +17,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtry-tiny-perl.
Package: libtry-tiny-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
-Suggests: libsub-name-perl
+Suggests: perl (>= 5.21.4) | libsub-name-perl
Description: module providing minimalistic try/catch
Try::Tiny is a Perl module that provides bare bones try/catch statements. It
is designed to eliminate common mistakes with eval blocks, and NOTHING else.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtry-tiny-perl.git
More information about the Pkg-perl-cvs-commits
mailing list