r25565 - /trunk/libspreadsheet-read-perl/debian/changelog

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Sep 23 15:34:39 UTC 2008


Author: gregoa
Date: Tue Sep 23 15:34:36 2008
New Revision: 25565

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25565
Log:
back to UNRELEASED, TODO added to changelog

Modified:
    trunk/libspreadsheet-read-perl/debian/changelog

Modified: trunk/libspreadsheet-read-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/changelog?rev=25565&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/changelog (original)
+++ trunk/libspreadsheet-read-perl/debian/changelog Tue Sep 23 15:34:36 2008
@@ -1,4 +1,43 @@
-libspreadsheet-read-perl (0.28-1) unstable; urgency=low
+libspreadsheet-read-perl (0.28-1) UNRELEASED; urgency=low
+
+  TODO:
+
+  1) 0.28 was still missing in branches/upstream -> done.
+
+  2) recommended: add some packages to B-D-I to run more tests. the build gives
+     good hints:
+  
+     Warning: prerequisite Spreadsheet::ParseExcel 0.26 not found.
+     Warning: prerequisite Spreadsheet::ReadSXC 0.2 not found.
+     Warning: prerequisite Text::CSV 1 not found.
+     Warning: prerequisite Text::CSV_PP 1.05 not found.
+     Warning: prerequisite Text::CSV_XS 0.23 not found.
+     ..
+     t/20_csv.......skipped
+      all skipped: No CSV parser found
+     t/21_csv.......skipped
+      all skipped: No CSV parser found
+     t/30_xls.......skipped
+      all skipped: No M$-Excel parser found
+     t/31_clr.......skipped
+      all skipped: No M$-Excel parser found
+
+  3) the long description refers to oo.org and Spreadsheet::ReadSXC, but this
+     module doesn't exist in debian
+     (and "read any spreadsheet format" seems a bit exaggerated if it's a
+     wrapper around Spreadsheet::ParseExcel and Text::CSV)
+     
+  4) Read.pm is patched:
+  
+     -#!/pro/bin/perl
+     +#!/usr/bin/perl
+  
+     while this is a good idea we generally use quilt for managing patches
+     instead of changing the code directly:
+     http://pkg-perl.alioth.debian.org/howto/quilt.html
+  
+  5) maybe nice: install the examples, i.e. create
+     debian/libspreadsheet-read-perl.examples with "examples/*" as its content
 
   * Initial Release. Closes: #497780
 




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