[libclass-tiny-perl] 03/05: Update minimum requirements in d/control

Nuno Carvalho smash at cpan.org
Wed Sep 14 10:07:02 UTC 2016


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

mestre-guest pushed a commit to branch master
in repository libclass-tiny-perl.

commit e122b31b80df86be867b7e5b91d994312006568f
Author: Nuno Carvalho <smash at cpan.org>
Date:   Wed Sep 14 10:59:38 2016 +0100

    Update minimum requirements in d/control
---
 debian/changelog | 4 +++-
 debian/control   | 9 ++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 256a77e..baa1fd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,9 @@ libclass-tiny-perl (1.006-1) UNRELEASED; urgency=medium
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
   [ Nuno Carvalho ]
-  * debian/control: update standards version to 3.9.8.
+  * debian/control:
+    + update standards version to 3.9.8.
+    + drop minimum required version per cme suggestion.
 
  -- Nuno Carvalho <smash at cpan.org>  Wed, 14 Sep 2016 10:40:53 +0100
 
diff --git a/debian/control b/debian/control
index 951f7aa..1b2e48b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,9 @@ Uploaders: Florian Schlichting <fsfs at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libtest-failwarnings-perl,
-                     perl (>= 5.17.1) | libcpan-meta-perl (>= 2.120900),
-                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
-                     perl (>= 5.14.0) | libdevel-globaldestruction-perl,
+Build-Depends-Indep: libdevel-globaldestruction-perl,
+                     libtest-failwarnings-perl,
+                     perl (>= 5.17.1) | libcpan-meta-perl,
                      perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-tiny-perl.git
@@ -19,7 +18,7 @@ Package: libclass-tiny-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         perl (>= 5.14.0) | libdevel-globaldestruction-perl
+         libdevel-globaldestruction-perl
 Description: minimalist class construction module for Perl
  Class::Tiny offers a minimalist class construction kit in around 120
  lines of code. It uses no non-core modules for any recent Perl, while

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



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