r26006 - in /trunk/libspreadsheet-parseexcel-perl/debian: changelog patches/60_this_is_not_a_manpage patches/series

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Mon Oct 13 00:58:15 UTC 2008


Author: gwolf
Date: Mon Oct 13 00:58:12 2008
New Revision: 26006

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26006
Log:
Keep lintian happy by not shipping manpages which aren't

Added:
    trunk/libspreadsheet-parseexcel-perl/debian/patches/60_this_is_not_a_manpage
Modified:
    trunk/libspreadsheet-parseexcel-perl/debian/changelog
    trunk/libspreadsheet-parseexcel-perl/debian/patches/series

Modified: trunk/libspreadsheet-parseexcel-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-parseexcel-perl/debian/changelog?rev=26006&op=diff
==============================================================================
--- trunk/libspreadsheet-parseexcel-perl/debian/changelog (original)
+++ trunk/libspreadsheet-parseexcel-perl/debian/changelog Mon Oct 13 00:58:12 2008
@@ -7,8 +7,11 @@
   [ Gunnar Wolf ]
   * New upstream release
   * Standards-version -> 3.8.0
-
- -- Gunnar Wolf <gwolf at debian.org>  Sun, 12 Oct 2008 19:49:29 -0500
+  * Commented out heafily incomplete manpage for
+    Spreadsheet::ParseExcel::SaveParser::Workbook, which is more a comment
+    than documentation. Lintian is surely happier this way.
+
+ -- Gunnar Wolf <gwolf at debian.org>  Sun, 12 Oct 2008 19:57:02 -0500
 
 libspreadsheet-parseexcel-perl (0.3200-2) unstable; urgency=low
 

Added: trunk/libspreadsheet-parseexcel-perl/debian/patches/60_this_is_not_a_manpage
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-parseexcel-perl/debian/patches/60_this_is_not_a_manpage?rev=26006&op=file
==============================================================================
--- trunk/libspreadsheet-parseexcel-perl/debian/patches/60_this_is_not_a_manpage (added)
+++ trunk/libspreadsheet-parseexcel-perl/debian/patches/60_this_is_not_a_manpage Mon Oct 13 00:58:12 2008
@@ -1,0 +1,32 @@
+Index: libspreadsheet-parseexcel-perl/lib/Spreadsheet/ParseExcel/SaveParser/Workbook.pm
+===================================================================
+--- libspreadsheet-parseexcel-perl.orig/lib/Spreadsheet/ParseExcel/SaveParser/Workbook.pm	2008-10-12 19:54:34.000000000 -0500
++++ libspreadsheet-parseexcel-perl/lib/Spreadsheet/ParseExcel/SaveParser/Workbook.pm	2008-10-12 19:56:43.000000000 -0500
+@@ -183,15 +183,18 @@
+         $oWrS->set_h_pagebreaks(@{$oWkS->{HPageBreak}});
+         # Veritical Page Breaks
+         $oWrS->set_v_pagebreaks(@{$oWkS->{VPageBreak}});
+-=pod
+-
+-            PageStart    => $oWkS->{PageStart},            # Page number for start
+-            UsePage      => $oWkS->{UsePage},              # Use own start page number
+-            NoColor      => $oWkS->{NoColor},               # Print in blcak-white
+-            Draft        => $oWkS->{Draft},                 # Print in draft mode
+-            Notes        => $oWkS->{Notes},                 # Print notes
+-            LeftToRight  => $oWkS->{LeftToRight},           # Left to Right
+-=cut
++#### This block is commented out in the Debian build - It led to an
++#### invalid/incomplete manual page. For documentation on this module,
++#### refer to Spreadsheet::ParseExcel::SaveParser.
++# =pod
++#
++#             PageStart    => $oWkS->{PageStart},            # Page number for start
++#             UsePage      => $oWkS->{UsePage},              # Use own start page number
++#             NoColor      => $oWkS->{NoColor},               # Print in blcak-white
++#             Draft        => $oWkS->{Draft},                 # Print in draft mode
++#             Notes        => $oWkS->{Notes},                 # Print notes
++#             LeftToRight  => $oWkS->{LeftToRight},           # Left to Right
++# =cut
+         for(my $iC = $oWkS->{MinCol} ;
+                             defined $oWkS->{MaxCol} && $iC <= $oWkS->{MaxCol} ; $iC++) {            
+             if(defined $oWkS->{ColWidth}[$iC]) {

Modified: trunk/libspreadsheet-parseexcel-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-parseexcel-perl/debian/patches/series?rev=26006&op=diff
==============================================================================
--- trunk/libspreadsheet-parseexcel-perl/debian/patches/series (original)
+++ trunk/libspreadsheet-parseexcel-perl/debian/patches/series Mon Oct 13 00:58:12 2008
@@ -3,3 +3,4 @@
 30rstring.patch
 40saveparser.patch
 50_manpage_numbered_character.patch
+60_this_is_not_a_manpage




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