r42918 - in /trunk/libipc-run-perl/debian: changelog patches/hashbang.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Aug 26 16:44:48 UTC 2009


Author: gregoa
Date: Wed Aug 26 16:44:37 2009
New Revision: 42918

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42918
Log:
Extend patch hashbang.patch to also fix the path to perl in yet another
example script; thanks to Dario Minnucci for the bug report
(closes: #543673).

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

Modified: trunk/libipc-run-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run-perl/debian/changelog?rev=42918&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/changelog (original)
+++ trunk/libipc-run-perl/debian/changelog Wed Aug 26 16:44:37 2009
@@ -1,3 +1,11 @@
+libipc-run-perl (0.84-2) UNRELEASED; urgency=low
+
+  * Extend patch hashbang.patch to also fix the path to perl in yet another
+    example script; thanks to Dario Minnucci for the bug report
+    (closes: #543673).
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 26 Aug 2009 18:43:26 +0200
+
 libipc-run-perl (0.84-1) unstable; urgency=low
 
   [ Nathan Handler ]

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=42918&op=diff
==============================================================================
--- trunk/libipc-run-perl/debian/patches/hashbang.patch (original)
+++ trunk/libipc-run-perl/debian/patches/hashbang.patch Wed Aug 26 16:44:37 2009
@@ -7,3 +7,11 @@
  use strict ;
  
  my @cat = qw( cat ) ;
+--- a/eg/run_daemon
++++ b/eg/run_daemon
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl -w
++#!/usr/bin/perl -w
+ 
+ ## An example of how to daemonize.  See the IPC::Run LIMITATIONS section for
+ ## some reasons why this can be a bit dangerous.




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