r18547 - in /trunk/libpoe-perl/debian/patches: makefile_dont_use_defaults.patch series

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Sat Apr 12 22:53:28 UTC 2008


Author: roberto
Date: Sat Apr 12 22:53:27 2008
New Revision: 18547

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18547
Log:
Add revised version of patch back in

Added:
    trunk/libpoe-perl/debian/patches/makefile_dont_use_defaults.patch
Modified:
    trunk/libpoe-perl/debian/patches/series

Added: trunk/libpoe-perl/debian/patches/makefile_dont_use_defaults.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/patches/makefile_dont_use_defaults.patch?rev=18547&op=file
==============================================================================
--- trunk/libpoe-perl/debian/patches/makefile_dont_use_defaults.patch (added)
+++ trunk/libpoe-perl/debian/patches/makefile_dont_use_defaults.patch Sat Apr 12 22:53:27 2008
@@ -1,0 +1,27 @@
+--- libpoe-perl.orig/Makefile.PL
++++ libpoe-perl/Makefile.PL
+@@ -6,15 +6,15 @@
+ 
+ # Switch to default behavior if STDIN isn't a tty.
+ 
+-unless (-t STDIN) {
+-  warn(
+-    "\n",
+-    "=============================================\n\n",
+-    "STDIN is not a terminal.  Assuming --default.\n\n",
+-    "=============================================\n\n",
+-  );
+-  push @ARGV, "--default";
+-}
++#unless (-t STDIN) {
++#  warn(
++#    "\n",
++#    "=============================================\n\n",
++#    "STDIN is not a terminal.  Assuming --default.\n\n",
++#    "=============================================\n\n",
++#  );
++#  push @ARGV, "--default";
++#}
+ 
+ # Remind the user she can use --default.
+ 

Modified: trunk/libpoe-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/patches/series?rev=18547&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/patches/series (original)
+++ trunk/libpoe-perl/debian/patches/series Sat Apr 12 22:53:27 2008
@@ -1,1 +1,2 @@
+makefile_dont_use_defaults.patch
 honour_networking_flag_in_tests.patch




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