debian/0000755000000000000000000000000012230551421007161 5ustar debian/rules0000755000000000000000000000003612230551421010240 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000272712230551421010574 0ustar Source: libfile-read-perl Maintainer: Debian Perl Group Uploaders: Deepak Tripathi , gregor herrmann , Damyan Ivanov Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libfile-slurp-perl, libtest-pod-perl, libtest-pod-coverage-perl, libtest-distribution-perl, libtest-portability-files-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-read-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-read-perl.git Homepage: https://metacpan.org/release/File-Read/ Package: libfile-read-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: interface for reading one or more files File::Read mainly proposes functions for reading one or more files, with different options. . This module was created to address a quite specific need: reading many files, some as a normal user and others as root, and eventually do a little more processing, all while being at the same time compatible with Perl 5.004. File::Slurp addresses the first point, but not the others, hence the creation of File::Read. If you don't need reading files as root or the post-processing features, then it's faster to directly use File::Slurp. debian/libfile-read-perl.examples0000644000000000000000000000000512230551421014173 0ustar eg/* debian/source/0000755000000000000000000000000012230551421010461 5ustar debian/source/format0000644000000000000000000000001412230551421011667 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000567612230551421011051 0ustar libfile-read-perl (0.0801-3) unstable; urgency=low [ gregor herrmann ] * Email change: gregor herrmann -> gregoa@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Improve short and long description. Thanks to Beatrice Torracca for the bug report. (Closes: #726834) * Switch to "3.0 (quilt)" source format. * Bump debhelper compatibility level to 8. * Use dh(1) in debian/rules. * debian/copyright: switch formatting to Copyright-Format 1.0. * Add build dependency on libtest-portability-files-perl. * Remove duplicate 'perl' from Build-Depends{,-Indep}. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Sat, 19 Oct 2013 20:43:20 +0200 libfile-read-perl (0.0801-2) unstable; urgency=low [ David Paleino ] * debian/control: removed myself from Uploaders (closes: #509493) [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Damyan Ivanov ] * rules,control,compat: upgrade to DH7 + do not ship redundant README * control: wrap long B-D-I * Standards-Version: 3.8.0 (no changes needed) -- Damyan Ivanov Tue, 23 Dec 2008 10:01:29 +0200 libfile-read-perl (0.0801-1) unstable; urgency=low * New upstream release * debian/patches removed, patch has been applied upstream * debian/rules: - some beautification - dh_installexamples added - references to quilt removed (see debian/patches note) * debian/control: - removing dependency from quilt (see debian/patches note) - added dependency on libtest-distribution-perl (some more tests are triggered) - added myself to Uploaders -- Damyan Ivanov Sat, 20 Oct 2007 10:39:59 +0300 libfile-read-perl (0.0700-1) unstable; urgency=low * New upstream release [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. [ Damyan Ivanov ] * [debian/watch] mangle upstream version so that 0.07 becomes 0.0700 to keep versions sequential (dpkg-wise) * Clean up debian/rules * Extract the change to the author's name (latin1->utf8) in a separate patch * Corrected author's name in debian/copyright too * Dropped Homepage pseudo-field from debian/control * Add myself to uploaders * add create_packlist=0 to $(PERL) Build.PL to avoid creating packlists -- Damyan Ivanov Thu, 18 Oct 2007 23:19:27 +0300 libfile-read-perl (0.0602-1) unstable; urgency=low * Initial Release (Closes: #382380) -- Deepak Tripathi Wed, 08 Aug 2007 18:33:33 +0530 debian/compat0000644000000000000000000000000212230551421010357 0ustar 8 debian/copyright0000644000000000000000000000224312230551421011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: File-Read Upstream-Contact: Sébastien Aperghis-Tramoni Source: https://metacpan.org/release/File-Read Files: * Copyright: 2006, Sébastien Aperghis-Tramoni License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, 2008, Damyan Ivanov 2007, Deepak Tripathi 2009, 2013, gregor herrmann 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/watch0000644000000000000000000000021212230551421010205 0ustar version=3 opts="uversionmangle=s/(?<=\.\d\d)$/00/" \ https://metacpan.org/release/File-Read/ .*/File-Read-([\.\d]+)\.(?:tar\.gz|tar|tgz)$