debian/0000755000000000000000000000000012201453431007161 5ustar debian/copyright0000644000000000000000000000262612201453431011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Text-RecordParser Upstream-Contact: Ken Youens-Clark Source: https://metacpan.org/release/Text-RecordParser/ Files: * Copyright: 2006-2010, Ken Youens-Clark License: GPL-2 Files: debian/* Copyright: 2009, Jonathan Yu 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 General Public License can be found in `/usr/share/common-licenses/GPL-1'. License: GPL-2 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; version 2. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000020012201453431010202 0ustar version=3 https://metacpan.org/release/Text-RecordParser/ .*/Text-RecordParser-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000315412201453431010567 0ustar Source: libtext-recordparser-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1) Build-Depends-Indep: libclass-accessor-perl, libgraphviz-perl, libio-stringy-perl, liblist-moreutils-perl, libpod-markdown-perl, libpod-readme-perl, libreadonly-perl, libtest-exception-perl, libtest-pod-coverage-perl, libtest-pod-perl, libtext-autoformat-perl, libtext-tabulardisplay-perl, perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Salvatore Bonaccorso Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Text-RecordParser/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-recordparser-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-recordparser-perl.git Package: libtext-recordparser-perl Architecture: all Depends: libclass-accessor-perl, libio-stringy-perl, liblist-moreutils-perl, libreadonly-perl, libtext-autoformat-perl, ${misc:Depends}, ${perl:Depends} Recommends: libgraphviz-perl, libreadonly-xs-perl, libtext-tabulardisplay-perl Description: module to parse record-oriented data in a text file Text::RecordParser is a Perl module that extracts record-oriented data from arbitrary text files. The most common example has records separated by newlines and fields delimited by commas or tabs. This module aims to provide a consistent interface for processing an arbitrary sequence of records in a file, however they may be delimited. The data can then be extracted using arrays or hashes. debian/changelog0000644000000000000000000000463712201453431011045 0ustar libtext-recordparser-perl (1.6.3-1) unstable; urgency=low * Imported Upstream version 1.6.3 * Add (build-)dependency for Text::Autoformat. Add Build-Depends-Indep and Depends on libtext-autoformat-perl. * Add Build-Depends-Indep on libpod-readme-perl * Add Build-Depends-Indep on libpod-markdown-perl * Wrap and sort fields in debian/control file -- Salvatore Bonaccorso Sat, 10 Aug 2013 16:51:09 +0200 libtext-recordparser-perl (1.6.1-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Imported Upstream version 1.6.1 * Email change: Salvatore Bonaccorso -> carnil@debian.org * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Update debian/copyright file information. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for debian/* packaging files. Refer to Debian systems in general instead of Debian GNU/Linux systems only. * Bump Standards-Version to 3.9.4 * Update build-dependency for Module::Build 0.40 requirement * Bump Debhelper compat level to 8. Adjust versioned Build-Depends on debhelper to (>= 8) -- Salvatore Bonaccorso Mon, 20 May 2013 19:19:08 +0200 libtext-recordparser-perl (1.5.0-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.4 (no changes) [ Salvatore Bonaccorso ] * New upstream release * debian/control: - Drop Build-Depends-Indep on perl (>= 5.10) | libversion-perl and perl (>= 5.10) | libmodule-build-perl as stable has this already satisfied. - Drop Depends on perl (>= 5.10) | libversion-perl - Move perl to Build-Depends for Module::Build use. * Add myself to Uploaders. * debian/copyright: Refresh to revision 135 of DEP5 proposed format- specification for machine-readable copyright files. Update upstream's copyright years. Update debian/* packaging stanza. * Bump Standards-Version to 3.9.1 (no changes needed). * Convert to '3.0 (quilt)' source package format. -- Salvatore Bonaccorso Mon, 26 Jul 2010 19:37:36 +0200 libtext-recordparser-perl (1.3.0-1) unstable; urgency=low * Initial Release (Closes: #549243) -- Jonathan Yu Fri, 23 Oct 2009 20:38:03 -0400 debian/rules0000755000000000000000000000011312201453431010234 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: PAGER= dh_auto_test debian/source/0000755000000000000000000000000012201453431010461 5ustar debian/source/format0000644000000000000000000000001412201453431011667 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212201453431010357 0ustar 8 debian/libtext-recordparser-perl.docs0000644000000000000000000000000512201453431015132 0ustar TODO