[libemail-address-perl] 01/02: Set minimum required version in d/control
Nuno Carvalho
smash at cpan.org
Wed Sep 25 21:10:16 UTC 2013
This is an automated email from the git hooks/post-receive script.
mestre-guest pushed a commit to branch master
in repository libemail-address-perl.
commit 291876170fb76a7113d24e8cfbbee8da6d7da7ef
Author: Nuno Carvalho <smash at cpan.org>
Date: Wed Sep 25 22:03:09 2013 +0100
Set minimum required version in d/control
---
debian/changelog | 3 +--
debian/control | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d5128fc..caed24d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,6 @@
libemail-address-perl (1.900-1) UNRELEASED; urgency=low
TODO:
- - build-depends: we need Test::More 0.96 -->
- "perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
- we can remove the override_dh_builddeb in d/rules, since xz compression is
now the default; or we can just as well wait with it until we also remove
debian/source/options (when xz is the deault in dpkg as well, which should
@@ -15,6 +13,7 @@ libemail-address-perl (1.900-1) UNRELEASED; urgency=low
+ remove Pre-Depends since that version requirement is no longer
required according to cme.
+ remove libtest-pod* from D-B-I, tests are not executed.
+ + add minimum version required for libtest-simple-perl in D-B-I.
-- Nuno Carvalho <smash at cpan.org> Wed, 25 Sep 2013 15:38:50 +0100
diff --git a/debian/control b/debian/control
index 1d6c217..72b9173 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
+Build-Depends-Indep: perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
libcapture-tiny-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libemail-address-perl.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libemail-address-perl.git
More information about the Pkg-perl-cvs-commits
mailing list