r64240 - in /trunk/libarchive-zip-perl/debian: changelog patches/fix_example_shebangs.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Oct 25 20:45:38 UTC 2010


Author: gregoa
Date: Mon Oct 25 20:45:16 2010
New Revision: 64240

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64240
Log:
Update patch fix_example_shebangs.patch to include yet another hashbang
(closes: #601402).

Modified:
    trunk/libarchive-zip-perl/debian/changelog
    trunk/libarchive-zip-perl/debian/patches/fix_example_shebangs.patch

Modified: trunk/libarchive-zip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/changelog?rev=64240&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/changelog (original)
+++ trunk/libarchive-zip-perl/debian/changelog Mon Oct 25 20:45:16 2010
@@ -1,6 +1,11 @@
 libarchive-zip-perl (1.30-4) UNRELEASED; urgency=low
 
+  [ Salvatore Bonaccorso ]
   * Update my email address.
+
+  [ gregor herrmann ]
+  * Update patch fix_example_shebangs.patch to include yet another hashbang
+    (closes: #601402).
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 10 Oct 2010 15:02:28 +0200
 

Modified: trunk/libarchive-zip-perl/debian/patches/fix_example_shebangs.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/patches/fix_example_shebangs.patch?rev=64240&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/patches/fix_example_shebangs.patch (original)
+++ trunk/libarchive-zip-perl/debian/patches/fix_example_shebangs.patch Mon Oct 25 20:45:16 2010
@@ -43,6 +43,15 @@
  #
  # Shows one way to write a self-extracting archive file.
  # This is not intended for production use, and it always extracts to a
+@@ -46,7 +46,7 @@
+ 
+ # below the __DATA__ line is the extraction stub:
+ __DATA__
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ # Self-extracting Zip file extraction stub
+ # Copyright (C) 2002 Ned Konz
+ 
 --- a/examples/unzipAll.pl
 +++ b/examples/unzipAll.pl
 @@ -1,4 +1,4 @@




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