[libcpan-changes-perl] 02/06: Remove minimum version from Depends and B-D-I

Nuno Carvalho smash at cpan.org
Wed Oct 16 10:37:46 UTC 2013


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

mestre-guest pushed a commit to branch master
in repository libcpan-changes-perl.

commit 0b2b9588e55828eabfd0425aebbea87dfa81eb8a
Author: Nuno Carvalho <smash at cpan.org>
Date:   Wed Oct 16 11:17:38 2013 +0100

    Remove minimum version from Depends and B-D-I
---
 debian/changelog |    6 ++++++
 debian/control   |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2980d97..5594103 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libcpan-changes-perl (0.25-1) UNRELEASED; urgency=low
+
+  * d/control: remove unnecessary dependency version for libversion-perl.
+
+ -- Nuno Carvalho <smash at cpan.org>  Wed, 16 Oct 2013 11:00:34 +0100
+
 libcpan-changes-perl (0.23-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index db284e5..185d210 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- perl (>= 5.11.4) | libversion-perl (>= 1:0.7900),
+ perl (>= 5.11.4) | libversion-perl,
  perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
@@ -17,7 +17,7 @@ Package: libcpan-changes-perl
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}, ${perl:Depends},
- perl (>= 5.11.4) | libversion-perl (>= 1:0.7900)
+ perl (>= 5.11.4) | libversion-perl
 Description: module for reading and writing CPAN Changes files
  CPAN::Changes is a Perl module for working with the quasi-standard Changes
  file commonly included with modern CPAN distributions. It allows developers

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



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