[libnet-irc-perl] 02/08: Add patch to remove interactive question in Makefile.PL

Axel Beckert abe at deuxchevaux.org
Mon Jun 2 02:30:24 UTC 2014


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

abe pushed a commit to branch master
in repository libnet-irc-perl.

commit c4f3f91b0b78cf7622a984834db557e20ea7a493
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Jun 2 04:07:36 2014 +0200

    Add patch to remove interactive question in Makefile.PL
---
 debian/changelog                              |  1 +
 debian/patches/70interactive-makefile-pl.diff | 15 +++++++++++++++
 debian/patches/series                         |  1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index dcf4605..d45f352 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,7 @@ libnet-irc-perl (0.79-1) UNRELEASED; urgency=low
   * Switch to source format "3.0 (quilt)"
     + Drop "--with quilt" from debian/rules
     + Drop quilt build-dependency
+  * Add patch to remove interactive question in Makefile.PL
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 27 Dec 2009 08:57:58 -0500
 
diff --git a/debian/patches/70interactive-makefile-pl.diff b/debian/patches/70interactive-makefile-pl.diff
new file mode 100644
index 0000000..25758c0
--- /dev/null
+++ b/debian/patches/70interactive-makefile-pl.diff
@@ -0,0 +1,15 @@
+Index: libnet-irc-perl/Makefile.PL
+===================================================================
+--- libnet-irc-perl.orig/Makefile.PL	2014-06-02 04:01:00.000000000 +0200
++++ libnet-irc-perl/Makefile.PL	2014-06-02 04:05:00.000000000 +0200
+@@ -22,10 +22,7 @@
+ --------------------------------------------------------------------------------
+ WILLROBINSON
+ 
+--t STDIN or die $warning;
+ warn $warning;
+-chomp(my $acceptance = <STDIN>);
+-die "Refusing to install due to lack of confirmation" unless $acceptance eq $ok;
+ 
+ 
+ WriteMakefile(
diff --git a/debian/patches/series b/debian/patches/series
index 662cab1..cb8e33b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 40handler.diff
 50fix_next_outside_loop_with_return.diff
 60warnings_from_unknown_event.diff
+70interactive-makefile-pl.diff

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



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