r25486 - in /trunk/libspreadsheet-read-perl/debian: changelog control rules

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Sun Sep 21 17:43:47 UTC 2008


Author: jeremiah-guest
Date: Sun Sep 21 17:43:43 2008
New Revision: 25486

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25486
Log:
Updated package with the suggestions, recommendations and other advice from gregoa.

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

Modified: trunk/libspreadsheet-read-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/changelog?rev=25486&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/changelog (original)
+++ trunk/libspreadsheet-read-perl/debian/changelog Sun Sep 21 17:43:43 2008
@@ -1,22 +1,5 @@
-libspreadsheet-read-perl (0.28-1) UNRELEASED; urgency=low
-
-  TODO:
-  - necessary: 
-    * "0.28" in d/changelog is not enough if the source itself is still 0.27 :)
-    * now that the package is architecture all a split between B-D (debhelper)
-      and B-D-I (perl) is necessary in debian/control; and binary-{arch,indep}
-      need to be exchanged in debian/rules
-  - recommended: add packages to B-D-I that are used in tests
-  - optional:
-    * wrap long line in d/control
-    * move libtext-csv-xs-perl from Suggets to Recommends, as it's required by
-      an optional part
-    * move parse-excel to the same category as Text::CSV_XS
-    * add perl-tk and libtk-tablematrix-perl to Suggests, if I read META.yml correctly
-    * the enumeration of used modules in the long description might be
-      shortened/compacted/reworded/...
-    -- gregoa
-
+libspreadsheet-read-perl (0.28-1) unstable; urgency=low
+ 
   * Initial Release. (Closes: #497780)
-
- -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Wed, 17 Sep 2008 16:17:46 +0200
+ 
+ -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Sun, 21 Sep 2008 18:34:37 +0200

Modified: trunk/libspreadsheet-read-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/control?rev=25486&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/control (original)
+++ trunk/libspreadsheet-read-perl/debian/control Sun Sep 21 17:43:43 2008
@@ -1,7 +1,8 @@
 Source: libspreadsheet-read-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.10-12)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep:  perl (>= 5.6.10-12), libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
 Standards-Version: 3.8.0
@@ -11,12 +12,12 @@
 
 Package: libspreadsheet-read-perl
 Architecture: all
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libspreadsheet-parseexcel-perl (>= 0.26), libio-stringy-perl, libtext-csv-perl (>= 1)
-Suggests: libtext-csv-xs-perl (>= 0.29)
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libio-stringy-perl, libtext-csv-perl (>= 1)
+Recommends: libtext-csv-xs-perl (>= 0.29), libspreadsheet-parseexcel-perl (>= 0.26)
+Suggests: perl-tk, libtk-tablematrix-perl
 Description: Transparently read any spreadsheet format and return its content
- Spreadsheet::Read tries to transparently read any spreadsheet format,
- return the content in a universally readable manner, independent of the parsing
- module.
+ Spreadsheet::Read reads any spreadsheet format and return the 
+ content in a easy-to-read manner.
  .
  For OpenOffice this module uses Spreadsheet::ReadSXC
  .
@@ -25,4 +26,4 @@
  For CSV this module uses Text::CSV_XS (0.29 or up preferred) or
  Text_PP (1.05 or up required)
  .
- For SquirrelCalc there is a very simplistic built-in parser
+ For SquirrelCalc there is a built-in parser

Modified: trunk/libspreadsheet-read-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-read-perl/debian/rules?rev=25486&op=diff
==============================================================================
--- trunk/libspreadsheet-read-perl/debian/rules (original)
+++ trunk/libspreadsheet-read-perl/debian/rules Sun Sep 21 17:43:43 2008
@@ -13,10 +13,10 @@
 	dh install
 	touch $@
 
-binary-arch: install
+binary-arch: 
+
+binary-indep: install
 	dh $@
-
-binary-indep:
 
 binary: binary-arch binary-indep
 




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