debian/0000755000000000000000000000000012215016276007170 5ustar debian/compat0000644000000000000000000000000212215016276010366 0ustar 8 debian/copyright0000644000000000000000000000274612215016276011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Text-CSV Upstream-Contact: Makamaka Hannyaharamitu Source: https://metacpan.org/release/Text-CSV/ Files: * Copyright: 2007-2013, Makamaka Hannyaharamitu 1997, Alan Citterman License: Artistic or GPL-1+ Files: lib/Text/CSV_PP.pm Copyright: 2005-2013, Makamaka Hannyaharamitu License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, 2009, Ansgar Burchardt 2008, Vincent Danjean 2008, gregor herrmann 2009, Brian Cassidy 2009, Jonathan Yu 2010, Franck Joncourt 2010-2013, Salvatore Bonaccorso License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/rules0000755000000000000000000000003512215016276010246 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000015612215016276010223 0ustar version=3 https://metacpan.org/release/Text-CSV/ .*/Text-CSV-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000307412215016276010577 0ustar Source: libtext-csv-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-pod-perl, perl Maintainer: Debian Perl Group Uploaders: Vincent Danjean , gregor herrmann , Ansgar Burchardt , Brian Cassidy , Jonathan Yu , Franck Joncourt , Salvatore Bonaccorso Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Text-CSV/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-csv-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-csv-perl.git Package: libtext-csv-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: libtext-csv-xs-perl (>= 0.99) Description: comma-separated values manipulator (using XS or PurePerl) Text::CSV provides facilities for the composition and decomposition of files containing comma-separated value records. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields. . 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. . This module will automatically select the best available implementation of the algorithm, whether the Pure Perl version present in this package, or the C/XS implementation, available in libtext-csv-xs-perl. debian/source/0000755000000000000000000000000012215016276010470 5ustar debian/source/format0000644000000000000000000000001412215016276011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001532712215016276011052 0ustar libtext-csv-perl (1.32-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Salvatore Bonaccorso ] * Imported Upstream version 1.32 * Update copyright years for upstream files * Update copyright years for debian/* packaging files * Bump versioned Recommends on libtext-csv-xs-perl to (>= 0.99) * Bump Debhelper compat level to 8. Adjust versioned Build-Depends on debhelper to (>= 8). * Bump Standards-Version to 3.9.4 -- Salvatore Bonaccorso Sat, 14 Sep 2013 10:16:41 +0200 libtext-csv-perl (1.21-1) unstable; urgency=low [ Ansgar Burchardt ] * Update my email address. [ Salvatore Bonaccorso ] * New upstream release * Bump versioned Recommends on libtext-csv-xs-perl to (>= 0.80). -- Salvatore Bonaccorso Tue, 28 Dec 2010 15:59:06 +0100 libtext-csv-perl (1.20-1) unstable; urgency=low * New upstream release * Update my email address. -- Salvatore Bonaccorso Wed, 20 Oct 2010 16:29:27 +0200 libtext-csv-perl (1.19-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release. * Bump Recommends on libtext-csv-xs-perl to >= 0.74. * debian/copyright: Refer to /usr/share/common-licenses/GPL-1; refer to "Debian systems" instead of "Debian GNU/Linux systems". * Bump Standards-Version to 3.9.1. [ gregor herrmann ] * debian/copyright: update years of upstream copyright. -- Ansgar Burchardt Sat, 02 Oct 2010 20:02:27 +0200 libtext-csv-perl (1.18-1) unstable; urgency=low * New upstream release * Add myself to Uploaders. * Bump Recommends on libtext-csv-xs-perl to (>= 0.72) according to compatible version stated in Text::CSV. * Add myself to stanza for debian/* packaging in debian/copyright. * Drop debian/NEWS file as it documents changes which affects only upgrades from Etch to Lenny. -- Salvatore Bonaccorso Sat, 19 Jun 2010 18:06:25 +0200 libtext-csv-perl (1.17-1) unstable; urgency=low * New upstream release * Refreshed d.copyright to follow DEP5 guideline. * Switch to dpkg-source 3.0 (quilt) format. * Bumped up Standards-Version to 3.8.4 (no changes). * Added /me to Uploaders. (Refreshed both d.copyright and d.control accordingly) -- Franck Joncourt Sat, 20 Mar 2010 16:46:11 +0100 libtext-csv-perl (1.16-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release [ gregor herrmann ] * Bump versioned Recommends on libtext-csv-xs-perl to >= 0.70. -- Jonathan Yu Wed, 09 Dec 2009 13:24:49 -0500 libtext-csv-perl (1.15-1) unstable; urgency=low * New upstream release * Refreshed copyright information * Added myself to Copyright and Uploaders * Rewrote control description * Now recommends the new version of the XS implementation * Drop version dependency on perl -- Jonathan Yu Sat, 17 Oct 2009 07:43:51 -0400 libtext-csv-perl (1.14-1) unstable; urgency=low [ Brian Cassidy ] * New upstream release * debian/control: added myself to Uploaders * debian/copyright: added myself to copyright statement for debian/* * debian/watch: remove comments [ gregor herrmann ] * Bump versioned Recommends on libtext-csv-xs-perl as per upstream changes. * Set Standards-Version to 3.8.3 (no changes). -- Brian Cassidy Thu, 08 Oct 2009 23:35:58 -0300 libtext-csv-perl (1.13-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * New upstream release. * Bump Standards-Version to 3.8.2 (no changes). * Use minimal debian/rules. -- Ansgar Burchardt Sat, 01 Aug 2009 14:24:10 +0200 libtext-csv-perl (1.12-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Sat, 16 May 2009 17:26:23 +0200 libtext-csv-perl (1.11-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Ansgar Burchardt ] * New upstream release. + bump version of recommended libtext-csv-xs-perl to 0.63. + Update years of copyright in debian/copyright. * Set Standards-Version to 3.8.1 (no changes). -- Ansgar Burchardt Sun, 29 Mar 2009 20:55:08 +0200 libtext-csv-perl (1.10-1) unstable; urgency=low * New upstream release. + bump version of recommended libtext-cvs-xs-perl to 0.56 -- Ansgar Burchardt Sat, 25 Oct 2008 17:37:59 +0200 libtext-csv-perl (1.09-1) unstable; urgency=low * New upstream release + bump version of recommended libtext-cvs-xs-perl to 0.54 -- Ansgar Burchardt Sat, 06 Sep 2008 15:45:15 +0200 libtext-csv-perl (1.08-1) unstable; urgency=low [ Tim Retout ] * debian/copyright: Fix 'at your opinion' typo. [ Ansgar Burchardt ] * New upstream release * Remove lintian override for long line in debian/copyright: lintian now recognizes the machine-readable format -- Ansgar Burchardt Fri, 22 Aug 2008 15:43:49 +0200 libtext-csv-perl (1.07-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release. + Bump recommended libtext-csv-xs-perl version to 0.52 * Convert debian/copyright to proposed machine-readable format * Regenerate rules for debhelper 7 * Add myself to Uploaders. [ gregor herrmann ] * Add lintian override for a long line in debian/copyright. -- Ansgar Burchardt Sun, 03 Aug 2008 12:31:09 +0200 libtext-csv-perl (1.06-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.8.0 (no changes). * Add /me to Uploaders. * debian/control: make Recommends on libtext-csv-xs-perl versioned. -- gregor herrmann Wed, 18 Jun 2008 19:29:27 +0200 libtext-csv-perl (1.05-2) unstable; urgency=low * really apply previous svn commits in the package (bad workflow of myself with the previous upload) -- Vincent Danjean Sun, 08 Jun 2008 20:36:38 +0200 libtext-csv-perl (1.05-1) unstable; urgency=low * 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 Wed, 21 May 2008 13:21:19 +0200