[libtask-kensho-perl] 11/17: Refresh 0001-disable-makefile-subtask-installation.patch
Nick Morrott
nickm-guest at moszumanska.debian.org
Fri May 27 12:06:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
nickm-guest pushed a commit to branch master
in repository libtask-kensho-perl.
commit 9c94340c16ac1a0736fc0134d63bd6a69ec77674
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date: Fri May 27 09:14:51 2016 +0100
Refresh 0001-disable-makefile-subtask-installation.patch
---
...001-disable-makefile-subtask-installation.patch | 76 +++++++++++-----------
1 file changed, 38 insertions(+), 38 deletions(-)
diff --git a/debian/patches/0001-disable-makefile-subtask-installation.patch b/debian/patches/0001-disable-makefile-subtask-installation.patch
index 9dc6712..5edad18 100644
--- a/debian/patches/0001-disable-makefile-subtask-installation.patch
+++ b/debian/patches/0001-disable-makefile-subtask-installation.patch
@@ -7,47 +7,47 @@ Last-Update: 2016-05-27
---
--- a/Makefile.PL
+++ b/Makefile.PL
-@@ -44,45 +44,6 @@
+@@ -40,45 +40,6 @@
"warnings" => 0
);
--# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.006
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::Async'} = $FallbackPrereqs{'Task::Kensho::Async'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::Async (Async Programming)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::CLI'} = $FallbackPrereqs{'Task::Kensho::CLI'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::CLI (Useful Command-line Tools)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::Config'} = $FallbackPrereqs{'Task::Kensho::Config'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::Config (Config Modules)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::DBDev'} = $FallbackPrereqs{'Task::Kensho::DBDev'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::DBDev (Database Development)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::Dates'} = $FallbackPrereqs{'Task::Kensho::Dates'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::Dates (Date Modules)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::Email'} = $FallbackPrereqs{'Task::Kensho::Email'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::Email (Email)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::ExcelCSV'} = $FallbackPrereqs{'Task::Kensho::ExcelCSV'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::ExcelCSV (Excel/CSV)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::Exceptions'} = $FallbackPrereqs{'Task::Kensho::Exceptions'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::Exceptions (Exception Handling)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::Hackery'} = $FallbackPrereqs{'Task::Kensho::Hackery'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::Hackery (Script Hackery)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::Logging'} = $FallbackPrereqs{'Task::Kensho::Logging'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::Logging (Logging)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::ModuleDev'} = $FallbackPrereqs{'Task::Kensho::ModuleDev'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::ModuleDev (Module Development)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::OOP'} = $FallbackPrereqs{'Task::Kensho::OOP'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::OOP (Object Oriented Programming)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::Scalability'} = $FallbackPrereqs{'Task::Kensho::Scalability'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::Scalability (Scalability)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::Testing'} = $FallbackPrereqs{'Task::Kensho::Testing'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::Testing (Testing)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::Toolchain'} = $FallbackPrereqs{'Task::Kensho::Toolchain'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::Toolchain (Basic Toolchain)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::WebCrawling'} = $FallbackPrereqs{'Task::Kensho::WebCrawling'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::WebCrawling (Web Crawling)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::WebDev'} = $FallbackPrereqs{'Task::Kensho::WebDev'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::WebDev (Web Development)? [Y/n]", 'Y') =~ /^y/i;
--$WriteMakefileArgs{PREREQ_PM}{'Task::Kensho::XML'} = $FallbackPrereqs{'Task::Kensho::XML'} = $release_version
--if $ENV{PERL_MM_USE_DEFAULT} or prompt("install Task::Kensho::XML (XML Development)? [Y/n]", 'Y') =~ /^y/i;
+-# inserted by Dist::Zilla::Plugin::DynamicPrereqs 0.029
+-requires('Task::Kensho::Async', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::Async (Async Programming)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::CLI', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::CLI (Useful Command-line Tools)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::Config', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::Config (Config Modules)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::DBDev', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::DBDev (Database Development)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::Dates', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::Dates (Date Modules)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::Email', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::Email (Email)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::ExcelCSV', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::ExcelCSV (Excel/CSV)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::Exceptions', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::Exceptions (Exception Handling)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::Hackery', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::Hackery (Script Hackery)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::Logging', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::Logging (Logging)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::ModuleDev', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::ModuleDev (Module Development)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::OOP', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::OOP (Object Oriented Programming)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::Scalability', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::Scalability (Scalability)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::Testing', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::Testing (Testing)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::Toolchain', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::Toolchain (Basic Toolchain)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::WebCrawling', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::WebCrawling (Web Crawling)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::WebDev', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::WebDev (Web Development)? [Y/n]", 'Y') =~ /^y/i;
+-requires('Task::Kensho::XML', $WriteMakefileArgs{VERSION})
+- if prompt("install Task::Kensho::XML (XML Development)? [Y/n]", 'Y') =~ /^y/i;
-
-
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtask-kensho-perl.git
More information about the Pkg-perl-cvs-commits
mailing list