r20249 - in /trunk/libtext-csv-perl/debian: NEWS changelog control

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Wed May 21 15:30:54 UTC 2008


Author: vdanjean
Date: Wed May 21 15:30:53 2008
New Revision: 20249

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20249
Log:
Packaging Text::CSV module

Modified:
    trunk/libtext-csv-perl/debian/NEWS
    trunk/libtext-csv-perl/debian/changelog
    trunk/libtext-csv-perl/debian/control

Modified: trunk/libtext-csv-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-perl/debian/NEWS?rev=20249&op=diff
==============================================================================
--- trunk/libtext-csv-perl/debian/NEWS (original)
+++ trunk/libtext-csv-perl/debian/NEWS Wed May 21 15:30:53 2008
@@ -1,13 +1,13 @@
 libtext-csv-perl (1.05-1) unstable; urgency=low
 
-  WARNING: mapping bewteen CPAN packages and Debian packages changed
+  WARNING: mapping between CPAN packages and Debian packages changed
 
     From this version, this Debian package (libtext-csv-perl) contains
-  the perl CPAN package Text::CSV
+  the perl CPAN package Text::CSV.
     Before this version, this Debian package (libtext-csv-perl) contained
-  the perl CPAN package Text::CSV_XS
+  the perl CPAN package Text::CSV_XS.
     From now, Text::CSV_XS is packaged in the debian package
-  libtext-csv-xs-perl
+  libtext-csv-xs-perl.
   
   Text::CSV is a generic perl package that can call Text::CSV_XS if available.
   Indeed, Text::CSV_XS provides a optimized version of Text::CSV routines.

Modified: trunk/libtext-csv-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-perl/debian/changelog?rev=20249&op=diff
==============================================================================
--- trunk/libtext-csv-perl/debian/changelog (original)
+++ trunk/libtext-csv-perl/debian/changelog Wed May 21 15:30:53 2008
@@ -1,5 +1,8 @@
 libtext-csv-perl (1.05-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial release (Closes: 482278)
+  * Replacing the Text::CSV_XS perl module by this Text::CSV perl module
+  * Text::CSV_XS is now packaged in the libtext-csv-xs-perl package
+    (see NEWS file for more information)
 
  -- Vincent Danjean <vdanjean at debian.org>  Wed, 21 May 2008 13:21:19 +0200

Modified: trunk/libtext-csv-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-csv-perl/debian/control?rev=20249&op=diff
==============================================================================
--- trunk/libtext-csv-perl/debian/control (original)
+++ trunk/libtext-csv-perl/debian/control Wed May 21 15:30:53 2008
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.10-12)
+Build-Depends-Indep: perl (>= 5.6.10-12), libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Vincent Danjean <vdanjean at debian.org>
 Standards-Version: 3.7.3
@@ -19,8 +19,10 @@
  comma-separated values. An instance of the Text::CSV class can combine
  fields into a CSV string and parse a CSV string into fields.
  .
- Text::CSV can use either Text::CSV_PP (a Pure Perl module) or
- Text::CSV_XS (a XS module) to provide the foncionnalities.
+ The module accepts either strings or files as input and can utilize any
+ user-specified characters as delimiters, separators, and escapes so it is
+ perhaps better called ASV (anything separated values) rather than just CSV.
  .
- Text::CSV_PP is in this package whereas Text::CSV_XS (the optimised routines)
- is provided by the libtext-csv-xs-perl package.
+ To work, Text::CSV can use either Text::CSV_PP (a Pure Perl module present in
+ this package) or Text::CSV_XS (a XS module, thus optimised, provided by the
+ libtext-csv-xs-perl package).




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