[libclass-tiny-perl] 04/05: Drop unrequired dependency

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 68c2fc1efb115a72bcc3e0fb94bf45f762adcc6e
Author: Nuno Carvalho <smash at cpan.org>
Date:   Wed Sep 14 11:01:42 2016 +0100

    Drop unrequired dependency
---
 debian/changelog | 2 ++
 debian/control   | 6 ++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index baa1fd5..1e170b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ libclass-tiny-perl (1.006-1) UNRELEASED; urgency=medium
   * debian/control:
     + update standards version to 3.9.8.
     + drop minimum required version per cme suggestion.
+    + drop libdevel-globaldestruction-perl dependency, not required with
+      perl >= 5.14.
 
  -- Nuno Carvalho <smash at cpan.org>  Wed, 14 Sep 2016 10:40:53 +0100
 
diff --git a/debian/control b/debian/control
index 1b2e48b..8c7b221 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Florian Schlichting <fsfs at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libdevel-globaldestruction-perl,
-                     libtest-failwarnings-perl,
+Build-Depends-Indep: libtest-failwarnings-perl,
                      perl (>= 5.17.1) | libcpan-meta-perl,
                      perl
 Standards-Version: 3.9.8
@@ -17,8 +16,7 @@ Homepage: https://metacpan.org/release/Class-Tiny
 Package: libclass-tiny-perl
 Architecture: all
 Depends: ${misc:Depends},
-         ${perl:Depends},
-         libdevel-globaldestruction-perl
+         ${perl:Depends}
 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