debian/0000755000000000000000000000000012122654515007171 5ustar debian/control0000644000000000000000000000252112122654536010577 0ustar Source: libdata-record-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libsub-uplevel-perl, libtest-exception-perl, libtest-simple-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libdata-record-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-record-perl.git Homepage: http://search.cpan.org/dist/Data-Record/ Package: libdata-record-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: "split" on steroids Sometimes we need data split into records and a simple split on the input record separator (C<$/>) or some other value fails because the values we're splitting on may allowed in other parts of the data. Perhaps they're quoted. Perhaps they're embedded in other data which should not be split up. . Data::Record allows you to specify what you wish to split the data on, but also speficy an "unless" regular expression. If the text in question matches the "unless" regex, it will not be split there. This allows us to do things like split on newlines unless newlines are embedded in quotes. debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000055012122654515011043 0ustar libdata-record-perl (0.02-2) unstable; urgency=low * Fix include CDBS snippet perl-build (not perl-makemaker). -- Jonas Smedegaard Thu, 21 Mar 2013 20:02:31 +0100 libdata-record-perl (0.02-1) unstable; urgency=low * Initial packaging release. Closes: bug#703501. -- Jonas Smedegaard Wed, 20 Mar 2013 12:32:16 +0100 debian/compat0000644000000000000000000000000212010177205010357 0ustar 8 debian/watch0000644000000000000000000000024012122313465010212 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Data-Record/ .*/Data-Record-([\d._]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000126412122313602012321 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Build.PL Changes MANIFEST META.yml Makefile.PL debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch t/00-load.t t/10record.t t/pod-coverage.t t/pod.t Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2013, Jonas Smedegaard License: GPL-3+ FIXME Files: lib/Data/Record.pm Copyright: & LICENSE 2005, Curtis "Ovid" Poe License: Perl FIXME Files: README Copyright: 2005, Curtis "Ovid" Poe License: Perl FIXME debian/copyright0000644000000000000000000000322412122315013011110 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Data::Record Upstream-Contact: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Data-Record Source: http://search.cpan.org/dist/Data-Record/ Files: * Copyright: 2005, Curtis "Ovid" Poe License: Artistic or GPL-1+ Comment: License: . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. . Comment: . Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: debian/* Copyright: 2013, Jonas Smedegaard License: GPL-3+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-3+ 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 3, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000260612122654423010253 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2013, Jonas Smedegaard # Description: Main Debian packaging script for Data::Record # # 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 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-build.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = Data-Record DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Data DEB_UPSTREAM_TARBALL_MD5 = 1c22555d2ef4494d5991a12bb44a0e20 # Needed by upstream build process and (always) at runtime deps = libsub-uplevel-perl # Needed by upstream testsuite deps-test = libtest-exception-perl, libtest-simple-perl CDBS_BUILD_DEPENDS += , $(deps), $(deps-test) CDBS_DEPENDS_$(pkg) = $(deps) debian/control.in0000644000000000000000000000233712122315631011177 0ustar Source: libdata-record-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libdata-record-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-record-perl.git Homepage: http://search.cpan.org/dist/Data-Record/ Package: libdata-record-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: "split" on steroids Sometimes we need data split into records and a simple split on the input record separator (C<$/>) or some other value fails because the values we're splitting on may allowed in other parts of the data. Perhaps they're quoted. Perhaps they're embedded in other data which should not be split up. . Data::Record allows you to specify what you wish to split the data on, but also speficy an "unless" regular expression. If the text in question matches the "unless" regex, it will not be split there. This allows us to do things like split on newlines unless newlines are embedded in quotes.