r30015 - in /trunk/libspreadsheet-read-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jan 24 02:47:45 UTC 2009


Author: gregoa
Date: Sat Jan 24 02:47:42 2009
New Revision: 30015

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30015
Log:
debian/control: update short and long description.

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

Modified: trunk/libspreadsheet-read-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/changelog?rev=30015&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/changelog (original)
+++ trunk/libspreadsheet-read-perl/debian/changelog Sat Jan 24 02:47:42 2009
@@ -4,6 +4,7 @@
   * debian/control: bump versioned (build) dependencies and add
     libspreadsheet-xlsx-perl.
   * Extend interpreter.patch to include new example script.
+  * debian/control: update short and long description.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 24 Jan 2009 03:02:39 +0100
 

Modified: trunk/libspreadsheet-read-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/control?rev=30015&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/control (original)
+++ trunk/libspreadsheet-read-perl/debian/control Sat Jan 24 02:47:42 2009
@@ -22,14 +22,16 @@
 Recommends: libtext-csv-xs-perl (>= 0.59),
  libspreadsheet-parseexcel-perl (>= 0.41), libspreadsheet-xlsx-perl (>= 0.08)
 Suggests: perl-tk, libtk-tablematrix-perl
-Description: Read common spreadsheet formats and return the data
- Spreadsheet::Read reads most common spreadsheet formats and returns the 
- content in a easy-to-read manner.
+Description: reader for common spreadsheet formats and return the data
+ Spreadsheet::Read tries to transparently read *any* spreadsheet and return
+ its content in a universal manner independent of the parsing module that does
+ the actual spreadsheet scanning.
  .
- For OpenOffice this module uses Spreadsheet::ReadSXC
+ For OpenOffice this module uses Spreadsheet::ReadSXC.
  .
- For Excel this module uses Spreadsheet::ParseExcel
+ For Microsoft Excel this module uses Spreadsheet::ParseExcel or
+ Spreadsheet::XLSX.
  .
- For CSV this module uses Text::CSV_XS or Text_PP
+ For CSV this module uses Text::CSV_XS or Text::CSV_PP.
  .
- For SquirrelCalc there is a built-in parser
+ For SquirrelCalc there is a very simplistic built-in parser.




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