[libcpan-reporter-perl] 03/07: Drop lower-ipc-cmd-prereq.patch. (Build-) depend on perl 5.15.8 instead.

gregor herrmann gregoa at debian.org
Mon Apr 7 17:28:36 UTC 2014


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

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

commit 5cd9c28ee1a93fa68e535272257910c4683ca487
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Apr 7 19:20:27 2014 +0200

    Drop lower-ipc-cmd-prereq.patch. (Build-) depend on perl 5.15.8 instead.
---
 debian/control                            |  5 ++--
 debian/patches/lower-ipc-cmd-prereq.patch | 49 -------------------------------
 debian/patches/series                     |  1 -
 3 files changed, 3 insertions(+), 52 deletions(-)

diff --git a/debian/control b/debian/control
index 8308e27..2e26a87 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends-Indep: libcapture-tiny-perl,
  libio-captureoutput-perl,
  libprobe-perl-perl,
  libtest-reporter-perl,
- perl
+ perl (>= 5.15.8)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcpan-reporter-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpan-reporter-perl.git
@@ -27,7 +27,8 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libdevel-autoflush-perl,
  libfile-homedir-perl,
  libprobe-perl-perl,
- libtest-reporter-perl
+ libtest-reporter-perl,
+ perl (>= 5.15.8)
 Description: module which adds CPAN Testers reporting to CPAN.pm
  The CPAN Testers project captures and analyzes detailed results from building
  and testing CPAN distributions on multiple operating systems and multiple
diff --git a/debian/patches/lower-ipc-cmd-prereq.patch b/debian/patches/lower-ipc-cmd-prereq.patch
deleted file mode 100644
index 3445217..0000000
--- a/debian/patches/lower-ipc-cmd-prereq.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-Description: Lower IPC::Cmd dependency to 0.70 as unstable does not have 0.76
-Author: Marius Gavrilescu <marius at ieval.ro>
-Forwarded: not-needed
-Last-Update: 2013-06-22
-
---- libcpan-reporter-perl-1.2010.orig/Makefile.PL
-+++ libcpan-reporter-perl-1.2010/Makefile.PL
-@@ -38,7 +38,7 @@ my %WriteMakefileArgs = (
-     "File::Spec" => "3.19",
-     "File::Temp" => "0.16",
-     "IO::File" => 0,
--    "IPC::Cmd" => "0.76",
-+    "IPC::Cmd" => "0.70",
-     "Parse::CPAN::Meta" => 0,
-     "Probe::Perl" => 0,
-     "Test::Reporter" => "1.54",
---- libcpan-reporter-perl-1.2010.orig/META.json
-+++ libcpan-reporter-perl-1.2010/META.json
-@@ -58,7 +58,7 @@
-             "File::Spec" : "3.19",
-             "File::Temp" : "0.16",
-             "IO::File" : "0",
--            "IPC::Cmd" : "0.76",
-+            "IPC::Cmd" : "0.70",
-             "Parse::CPAN::Meta" : "0",
-             "Probe::Perl" : "0",
-             "Test::Reporter" : "1.54",
---- libcpan-reporter-perl-1.2010.orig/META.yml
-+++ libcpan-reporter-perl-1.2010/META.yml
-@@ -67,7 +67,7 @@ requires:
-   File::Spec: 3.19
-   File::Temp: 0.16
-   IO::File: 0
--  IPC::Cmd: 0.76
-+  IPC::Cmd: 0.70
-   Parse::CPAN::Meta: 0
-   Probe::Perl: 0
-   Test::Reporter: 1.54
---- libcpan-reporter-perl-1.2010.orig/lib/CPAN/Reporter/Config.pm
-+++ libcpan-reporter-perl-1.2010/lib/CPAN/Reporter/Config.pm
-@@ -7,7 +7,7 @@ use File::Glob ();
- use File::HomeDir 0.58 ();
- use File::Path qw/mkpath/;
- use File::Spec 3.19 ();
--use IPC::Cmd 0.76 ();
-+use IPC::Cmd 0.70 ();
- use IO::File ();
- use CPAN 1.9301 (); # for printing warnings
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b18694d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-lower-ipc-cmd-prereq.patch

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



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