[libsys-hostip-perl] 04/06: Add 01-remove-eumm-version-req.patch

Nick Morrott nickm-guest at moszumanska.debian.org
Wed Sep 21 23:34:33 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libsys-hostip-perl.

commit 11c959414eca15b59c6d54c8fae743748780b8bf
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Wed Sep 21 23:53:53 2016 +0100

    Add 01-remove-eumm-version-req.patch
---
 debian/patches/01-remove-eumm-version-req.patch | 46 +++++++++++++++++++++++++
 debian/patches/series                           |  1 +
 2 files changed, 47 insertions(+)

diff --git a/debian/patches/01-remove-eumm-version-req.patch b/debian/patches/01-remove-eumm-version-req.patch
new file mode 100644
index 0000000..e17628a
--- /dev/null
+++ b/debian/patches/01-remove-eumm-version-req.patch
@@ -0,0 +1,46 @@
+Description: Remove versioned dependency on ExtUtils::MakeMaker 7.1101
+ This version is not available in Perl 5.24, and is not packaged separately
+Author: Nick Morrott <knowledgejunkie at gmail.com>
+Forwarded: not-needed
+Last-Update: 2016-09-21
+---
+--- a/META.json
++++ b/META.json
+@@ -17,7 +17,7 @@
+    "prereqs" : {
+       "configure" : {
+          "requires" : {
+-            "ExtUtils::MakeMaker" : "7.1101"
++            "ExtUtils::MakeMaker" : "0"
+          }
+       },
+       "develop" : {
+--- a/META.yml
++++ b/META.yml
+@@ -10,7 +10,7 @@
+   IPC::Open3: '0'
+   Test::More: '0'
+ configure_requires:
+-  ExtUtils::MakeMaker: '7.1101'
++  ExtUtils::MakeMaker: '0'
+ dynamic_config: 0
+ generated_by: 'Dist::Zilla version 6.006, CPAN::Meta::Converter version 2.143240'
+ license: perl
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -4,13 +4,13 @@
+ 
+ 
+ 
+-use ExtUtils::MakeMaker 7.1101;
++use ExtUtils::MakeMaker;
+ 
+ my %WriteMakefileArgs = (
+   "ABSTRACT" => "Try extra hard to get IP address related info",
+   "AUTHOR" => "Sawyer X <xsawyerx\@cpan.org>, Jonathan Schatz <jon\@divisionbyzero.com>",
+   "CONFIGURE_REQUIRES" => {
+-    "ExtUtils::MakeMaker" => "7.1101"
++    "ExtUtils::MakeMaker" => "0"
+   },
+   "DISTNAME" => "Sys-HostIP",
+   "LICENSE" => "perl",
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c336b28
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-remove-eumm-version-req.patch

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



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