r29304 - in /trunk/libspreadsheet-read-perl/debian: changelog patches/interpreter.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jan 5 13:49:16 UTC 2009


Author: gregoa
Date: Mon Jan  5 13:49:13 2009
New Revision: 29304

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29304
Log:
Extend interpreter.patch to also fix the path in the examples.

Modified:
    trunk/libspreadsheet-read-perl/debian/changelog
    trunk/libspreadsheet-read-perl/debian/patches/interpreter.patch

Modified: trunk/libspreadsheet-read-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/changelog?rev=29304&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/changelog (original)
+++ trunk/libspreadsheet-read-perl/debian/changelog Mon Jan  5 13:49:13 2009
@@ -1,6 +1,7 @@
 libspreadsheet-read-perl (0.31-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Extend interpreter.patch to also fix the path in the examples.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 05 Jan 2009 14:45:48 +0100
 

Modified: trunk/libspreadsheet-read-perl/debian/patches/interpreter.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/patches/interpreter.patch?rev=29304&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/patches/interpreter.patch (original)
+++ trunk/libspreadsheet-read-perl/debian/patches/interpreter.patch Mon Jan  5 13:49:13 2009
@@ -1,12 +1,34 @@
 Description: adjust path to perl binary
 
-Index: libspreadsheet-read-perl/Read.pm
-===================================================================
---- libspreadsheet-read-perl.orig/Read.pm	2008-09-23 21:26:03.000000000 +0200
-+++ libspreadsheet-read-perl/Read.pm	2008-09-23 21:27:42.000000000 +0200
+--- a/Read.pm
++++ b/Read.pm
 @@ -1,4 +1,4 @@
 -#!/pro/bin/perl
 +#!/usr/bin/perl
  
  package Spreadsheet::Read;
  
+--- a/examples/ss2tk
++++ b/examples/ss2tk
+@@ -1,4 +1,4 @@
+-#!/pro/bin/perl
++#!/usr/bin/perl
+ 
+ # ss2tk: show SpreadSheet file in Tk::TableMatrix::Spreadsheet (*)
+ #	  (m)'07 [26-06-2007] Copyright H.M.Brand 2005-2009
+--- a/examples/xls2csv
++++ b/examples/xls2csv
+@@ -1,4 +1,4 @@
+-#!/pro/bin/perl
++#!/usr/bin/perl
+ 
+ # xls2csv: Convert Microsoft Excel spreadsheet to CSV
+ #	   (m)'08 [10-03-2008] Copyright H.M.Brand 2008-2009
+--- a/examples/xlscat
++++ b/examples/xlscat
+@@ -1,4 +1,4 @@
+-#!/pro/bin/perl
++#!/usr/bin/perl
+ 
+ # xls2cat: show XLS/SXC file as Text
+ #	  (m)'08 [10-10-2008] Copyright H.M.Brand 2005-2009




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