[libutf8-all-perl] 05/08: Drop required versions, per cme suggestion
Nuno Carvalho
smash at cpan.org
Wed Aug 31 21:46:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
mestre-guest pushed a commit to branch master
in repository libutf8-all-perl.
commit 1d482496b46a31602dc54bb280e7b06f93961218
Author: Nuno Carvalho <smash at cpan.org>
Date: Wed Aug 31 22:31:26 2016 +0100
Drop required versions, per cme suggestion
---
debian/changelog | 1 +
debian/control | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f8607d7..b517402 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libutf8-all-perl (0.021-1) UNRELEASED; urgency=medium
+ add new dependency libtest-exception-perl to D-B-I.
+ add new dependency libperlio-utf8-strict-perl to D-B-I and Depends.
+ update standards version to 3.9.8.
+ + drop minimum required versions per cme suggestion.
-- Nuno Carvalho <smash at cpan.org> Wed, 31 Aug 2016 17:22:14 +0100
diff --git a/debian/control b/debian/control
index cfe9424..c284983 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends-Indep: libimport-into-perl,
libtest-exception-perl,
libtest-fatal-perl,
libtest-warn-perl,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
- perl (>= 5.17.2) | libautodie-perl (>= 2.12)
+ perl,
+ perl (>= 5.17.2) | libautodie-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libutf8-all-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libutf8-all-perl.git
@@ -24,7 +24,7 @@ Depends: ${misc:Depends},
${perl:Depends},
libimport-into-perl,
libperlio-utf8-strict-perl,
- perl (>= 5.17.2) | libautodie-perl (>= 2.12)
+ perl (>= 5.17.2) | libautodie-perl
Breaks: libautodie-perl (<< 2.12~)
Description: Perl pragma to turn on UTF-8 everywhere
The utf8 pragma allows you to write Perl source code encoded in UTF-8. That
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libutf8-all-perl.git
More information about the Pkg-perl-cvs-commits
mailing list