r22014 - in /trunk/libxml-csv-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jun 20 21:46:17 UTC 2008


Author: gregoa
Date: Fri Jun 20 21:46:17 2008
New Revision: 22014

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22014
Log:
Change (build) dependency from libtext-csv-perl to libtext-csv-xs-perl
(Text::CSV_XS has moved to the latter package); closes: #487010.

Modified:
    trunk/libxml-csv-perl/debian/changelog
    trunk/libxml-csv-perl/debian/control

Modified: trunk/libxml-csv-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-csv-perl/debian/changelog?rev=22014&op=diff
==============================================================================
--- trunk/libxml-csv-perl/debian/changelog (original)
+++ trunk/libxml-csv-perl/debian/changelog Fri Jun 20 21:46:17 2008
@@ -6,6 +6,8 @@
   * Use dist-based URL in debian/watch.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
   * Remove unneeded changes in Makefile.PL.
+  * Change (build) dependency from libtext-csv-perl to libtext-csv-xs-perl
+    (Text::CSV_XS has moved to the latter package); closes: #487010.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:30 +0100
 

Modified: trunk/libxml-csv-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-csv-perl/debian/control?rev=22014&op=diff
==============================================================================
--- trunk/libxml-csv-perl/debian/control (original)
+++ trunk/libxml-csv-perl/debian/control Fri Jun 20 21:46:17 2008
@@ -7,13 +7,13 @@
 Homepage: http://search.cpan.org/dist/XML-CSV/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-csv-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-csv-perl/
-Build-Depends-Indep: debhelper (>= 4.1), perl, libtext-csv-perl
+Build-Depends-Indep: debhelper (>= 4.1), perl, libtext-csv-xs-perl
 
 Package: libxml-csv-perl
 Section: perl
 Priority: optional
 Architecture: all
-Depends: ${perl:Depends}, libtext-csv-perl
+Depends: ${perl:Depends}, libtext-csv-xs-perl
 Description: Perl module for transforming CSV documents into XML
  This module provides functions to easily transform CSV documents into
  XML.  The module uses Text::CSV_XS to parse csv files and put into




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