debian/0000755000000000000000000000000012143444175007173 5ustar debian/patches/0000755000000000000000000000000012143443767010630 5ustar debian/patches/install_pm.patch0000644000000000000000000000075712143443767014024 0ustar Description: tell Makefile.PL which file to install Origin: vendor Bug-Debian: http://bugs.debian.org/690355 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=80166 Author: gregor herrmann Last-Update: 2012-05-11 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,4 +5,5 @@ 'NAME' => 'File::Data', 'VERSION_FROM' => 'File/Data.pm', # finds $VERSION 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 + 'PM' => { 'File/Data.pm' => '$(INST_LIBDIR)/Data.pm' }, ); debian/patches/series0000644000000000000000000000002112044767445012040 0ustar install_pm.patch debian/control0000644000000000000000000000147312143442237010600 0ustar Source: libfile-data-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libfile-data-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-data-perl.git Homepage: http://search.cpan.org/dist/File-Data/ Package: libfile-data-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: interface to file data File::Data wraps all the accessing of a file into a convenient set of calls for reading and writing data, including a simple regex interface. debian/source/0000755000000000000000000000000012044767445010503 5ustar debian/source/format0000644000000000000000000000001412044767445011711 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000211512143444175011044 0ustar libfile-data-perl (1.16-3) unstable; urgency=low [ Salvatore Bonaccorso ] * Use canonical host (anonscm.debian.org) in Vcs-Git URI. [ Jonas Smedegaard ] * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Bump policy compliance to standards-version 3.9.4. * Bump packaging license to GPL-3+, and extend coverage to include current year. * Tidy rules file, and add md5sum for upstream tarball. * Stop track upstream development releases. * Fix patch to have code land at proper path. Really closes: bug#690355. -- Jonas Smedegaard Sat, 11 May 2013 15:32:09 +0200 libfile-data-perl (1.16-2) unstable; urgency=low * Team upload. * Add patch install_pm.patch: tell Makefile.PL which module to install. (Closes: #690355) -- gregor herrmann Tue, 30 Oct 2012 17:34:28 +0100 libfile-data-perl (1.16-1) unstable; urgency=low * Initial packaging release. Closes: bug#684222. -- Jonas Smedegaard Wed, 08 Aug 2012 01:24:29 +0200 debian/README.source0000644000000000000000000000056312134045103011342 0ustar CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 debian/compat0000644000000000000000000000000212044767445010401 0ustar 8 debian/watch0000644000000000000000000000023312143442132010211 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/File-Data/ .*/File-Data-([\d.]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000133212143442213012321 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: Changes MANIFEST META.yml Makefile.PL README TODO debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/patches/install_pm.patch debian/patches/series debian/source/format debian/watch t/extra t/japh t/read t/test.t t/write Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2012-2013, Jonas Smedegaard License: GPL-3+ FIXME Files: File/Data.pm Copyright: 2000, - 2012, file.data@rfi.net 2012, Richard Foley License: Perl FIXME debian/copyright0000644000000000000000000000317212143441766011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: File::Data Upstream-Contact: Richard Foley Source: http://search.cpan.org/dist/File-Data/ Files: * Copyright: 2000-2012, Richard Foley License: Artistic or GPL-1+ Comment: License: . This 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.conf0000644000000000000000000000014612044767445010623 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000216512143442063010251 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2012, 2013 Jonas Smedegaard # Description: Main Debian packaging script for File::Data # # 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-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = File-Data DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/File DEB_UPSTREAM_TARBALL_MD5 = 6407aab47152ae815d18b1b21c8ddb80 debian/control.in0000644000000000000000000000141612143441711011176 0ustar Source: libfile-data-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/libfile-data-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-data-perl.git Homepage: http://search.cpan.org/dist/File-Data/ Package: libfile-data-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: interface to file data File::Data wraps all the accessing of a file into a convenient set of calls for reading and writing data, including a simple regex interface.