r54954 - /trunk/libipc-run-perl/debian/patches/hashbang.patch

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Mar 28 18:57:30 UTC 2010


Author: carnil-guest
Date: Sun Mar 28 18:57:17 2010
New Revision: 54954

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54954
Log:
refresh patches add some more substitutions for wrong shebang

Modified:
    trunk/libipc-run-perl/debian/patches/hashbang.patch

Modified: trunk/libipc-run-perl/debian/patches/hashbang.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run-perl/debian/patches/hashbang.patch?rev=54954&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/patches/hashbang.patch (original)
+++ trunk/libipc-run-perl/debian/patches/hashbang.patch Sun Mar 28 18:57:17 2010
@@ -2,6 +2,7 @@
 Origin: vendor
 Bug-Debian: http://bugs.debian.org/543673
 Author: Gregor Herrmann <gregoa at debian.org>
+Reviewed-by: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
 --- a/eg/synopsis_scripting
 +++ b/eg/synopsis_scripting
 @@ -1,3 +1,4 @@
@@ -17,3 +18,19 @@
  
  ## An example of how to daemonize.  See the IPC::Run LIMITATIONS section for
  ## some reasons why this can be a bit dangerous.
+--- a/abuse/blocking_debug_with_sub_coprocess
++++ b/abuse/blocking_debug_with_sub_coprocess
+@@ -1,4 +1,4 @@
+-#!/opt/i386-linux/perl/bin/perl -w
++#!/usr/bin/perl -w
+ 
+ ## Submitted by Blair Zajac <blair at orcaware.com>
+ 
+--- a/abuse/timers
++++ b/abuse/timers
+@@ -1,4 +1,4 @@
+-#!/usr/local/lib/perl -w
++#!/usr/bin/perl -w
+ 
+ use strict ;
+ use IPC::Run qw( :all ) ;




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