debian/0000755000000000000000000000000012070065706007171 5ustar debian/rules0000755000000000000000000000003612070065706010250 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000221212070065706010571 0ustar Source: libparse-fixedlength-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-pod-perl, libtest-pod-coverage-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparse-fixedlength-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libparse-fixedlength-perl.git Homepage: http://search.cpan.org/dist/Parse-FixedLength/ Package: libparse-fixedlength-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to parse a string containing fixed length fields The Parse::FixedLength module facilitates the process of breaking a string into its fixed-length components. Sure, it's a glorified (and in some ways more limited) substitute for the perl functions pack and unpack, but this module helps in the maintainability of working with fixed length formats as the number of fields in a format grows. debian/source/0000755000000000000000000000000012070065706010471 5ustar debian/source/format0000644000000000000000000000001412070065706011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000131612070065706011044 0ustar libparse-fixedlength-perl (5.39-1) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://bugs.debian.org/677732#10) * Imported Upstream version 5.39 * Update source format to 3.0 (quilt) * Update debian/copyright (years and format) * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Update debian/rules to use "dh $@" * Add libtest-pod-perl and libtest-pod-coverage-perl in build dependencies -- Xavier Guimard Fri, 28 Dec 2012 18:54:09 +0100 libparse-fixedlength-perl (5.37-1) unstable; urgency=low * Initial Release (closes: Bug#493048). -- Ivan Kohler Wed, 16 Jul 2008 19:06:22 -0700 debian/compat0000644000000000000000000000000212070065706010367 0ustar 8 debian/copyright0000644000000000000000000000260212070065706011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Parse-FixedLength Source: http://search.cpan.org/dist/Parse-FixedLength/ Upstream-Contact: Douglas Wilson Files: * Copyright: Douglas Wilson Terrence Brannon License: Artistic or GPL-1+ Comment: The upstream distribution does not contain an explicit statement of copyright ownership. Pursuant to the Berne Convention for the Protection of Literary and Artistic Works, it is assumed that all content is copyright by its respective authors unless otherwise stated. Files: debian/* Copyright: 2008, Ivan Kohler 2012, Xavier Guimard 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/watch0000644000000000000000000000036712070065706010230 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Parse-FixedLength/ .*/Parse-FixedLength-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$