[libcpan-meta-perl] 03/04: Drop avoid-new-List-Utils.patch, not needed anymore.

gregor herrmann gregoa at debian.org
Sat May 3 12:58:01 UTC 2014


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

gregoa pushed a commit to branch master
in repository libcpan-meta-perl.

commit bda3811ecf1145495e430206009e426a862067d3
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 3 14:53:00 2014 +0200

    Drop avoid-new-List-Utils.patch, not needed anymore.
    
    The module works with any List::Util version now.
    Remove (build) dependency on liblist-moreutils-perl as well.
---
 debian/control                            |  4 +-
 debian/patches/avoid-new-List-Utils.patch | 67 -------------------------------
 debian/patches/series                     |  1 -
 3 files changed, 1 insertion(+), 71 deletions(-)

diff --git a/debian/control b/debian/control
index e4937ed..6e1e1ee 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,7 @@ Uploaders: Ansgar Burchardt <ansgar at debian.org>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: liblist-moreutils-perl,
-                     libparse-cpan-meta-perl (>= 1.4414) | perl (>= 5.19.10),
+Build-Depends-Indep: libparse-cpan-meta-perl (>= 1.4414) | perl (>= 5.19.10),
                      perl,
                      perl (>= 5.13.9) | libversion-perl (>= 1:0.8800),
                      perl (>= 5.15.0) | libjson-pp-perl,
@@ -24,7 +23,6 @@ Package: libcpan-meta-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         liblist-moreutils-perl,
          libparse-cpan-meta-perl (>= 1.4414) | perl (>= 5.19.10),
          perl (>= 5.15.0) | libjson-pp-perl,
          perl (>= 5.17.1) | libcpan-meta-requirements-perl,
diff --git a/debian/patches/avoid-new-List-Utils.patch b/debian/patches/avoid-new-List-Utils.patch
deleted file mode 100644
index 0237a2e..0000000
--- a/debian/patches/avoid-new-List-Utils.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-From: Dominic Hargreaves <dom at earth.li>
-Date: Sat, 04 Jan 2014 14:25:38 +0000
-Subject: Don't require List::Util 1.33 as this isn't in Debian yet
-
-See <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732191> for more
-details.
-
-Forwarded: not-needed
-
---- a/META.yml
-+++ b/META.yml
-@@ -11,6 +11,7 @@ build_requires:
-   File::Spec::Functions: '0'
-   File::Temp: '0.20'
-   IO::Dir: '0'
-+  List::Util: '0'
-   Test::More: '0.88'
-   overload: '0'
-   utf8: '0'
-@@ -59,7 +60,7 @@ requires:
-   CPAN::Meta::YAML: '0.008'
-   Carp: '0'
-   JSON::PP: '2.27200'
--  List::Util: '1.33'
-+  List::MoreUtils: '0'
-   Parse::CPAN::Meta: '1.4414'
-   Scalar::Util: '0'
-   perl: '5.008'
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -25,7 +25,7 @@ my %WriteMakefileArgs = (
-     "CPAN::Meta::YAML" => "0.008",
-     "Carp" => 0,
-     "JSON::PP" => "2.27200",
--    "List::Util" => "1.33",
-+    "List::MoreUtils" => 0,
-     "Parse::CPAN::Meta" => "1.4414",
-     "Scalar::Util" => 0,
-     "strict" => 0,
-@@ -41,6 +41,7 @@ my %WriteMakefileArgs = (
-     "File::Temp" => "0.20",
-     "IO::Dir" => 0,
-     "Test::More" => "0.88",
-+    "List::Util" => 0,
-     "overload" => 0,
-     "utf8" => 0
-   },
-@@ -63,7 +64,7 @@ my %FallbackPrereqs = (
-   "File::Temp" => "0.20",
-   "IO::Dir" => 0,
-   "JSON::PP" => "2.27200",
--  "List::Util" => "1.33",
-+  "List::MoreUtils" => 0,
-   "Parse::CPAN::Meta" => "1.4414",
-   "Scalar::Util" => 0,
-   "Test::More" => "0.88",
---- a/lib/CPAN/Meta/Converter.pm
-+++ b/lib/CPAN/Meta/Converter.pm
-@@ -26,7 +26,7 @@ use CPAN::Meta::Validator;
- use CPAN::Meta::Requirements;
- use version 0.88 ();
- use Parse::CPAN::Meta 1.4400 ();
--use List::Util 1.33 qw/all/;
-+use List::MoreUtils qw/all/;
- 
- sub _dclone {
-   my $ref = shift;
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 75da3f5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-avoid-new-List-Utils.patch

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



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