r5265 - in /packages/libspreadsheet-parseexcel-perl/trunk/debian/patches: 00list 40saveparser.dpatch

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Fri Apr 20 18:19:20 UTC 2007


Author: ntyni-guest
Date: Fri Apr 20 18:19:20 2007
New Revision: 5265

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5265
Log:
actually add the fix for #420122 ...

Added:
    packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/40saveparser.dpatch   (with props)
Modified:
    packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/00list

Modified: packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/00list?rev=5265&op=diff
==============================================================================
--- packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/00list (original)
+++ packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/00list Fri Apr 20 18:19:20 2007
@@ -1,3 +1,4 @@
 10objref.dpatch
 20general.dpatch
 30rstring.dpatch
+40saveparser.dpatch

Added: packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/40saveparser.dpatch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/40saveparser.dpatch?rev=5265&op=file
==============================================================================
--- packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/40saveparser.dpatch (added)
+++ packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/40saveparser.dpatch Fri Apr 20 18:19:20 2007
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 40saveparser.dpatch by Niko Tyni <ntyni at iki.fi>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: make Spreadsheet::ParseExcel::SaveParser be usable on its own
+## DP: Debian #420122, [rt.cpan.org #26080]
+
+ at DPATCH@
+diff -urNad trunk~/lib/Spreadsheet/ParseExcel/SaveParser.pm trunk/lib/Spreadsheet/ParseExcel/SaveParser.pm
+--- trunk~/lib/Spreadsheet/ParseExcel/SaveParser.pm	2007-04-20 13:45:21.000000000 +0300
++++ trunk/lib/Spreadsheet/ParseExcel/SaveParser.pm	2007-04-20 21:14:54.000000000 +0300
+@@ -11,6 +11,7 @@
+ use strict;
+ use warnings;
+ 
++use Spreadsheet::ParseExcel;
+ use base 'Spreadsheet::ParseExcel::Workbook';
+ our $VERSION = '0.06';
+ 

Propchange: packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/40saveparser.dpatch
------------------------------------------------------------------------------
    svn:executable = *




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