debian/0000755000000000000000000000000011610050706007162 5ustar debian/control0000644000000000000000000000221011610050670010560 0ustar Source: libfile-readbackwards-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Christoph Martin , Fabrizio Regalli Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/File-ReadBackwards/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-readbackwards-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-readbackwards-perl/ Package: libfile-readbackwards-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module for reading a file backwards by lines File::ReadBackwards reads a file backwards line by line. It is simple to use, memory efficient and fast. It supports both an object and a tied handle interface. . It is intended for processing log and other similar text files which typically have their newest entries appended to them. By default files are assumed to be plain text and have a line ending appropriate to the OS. But you can set the input record separator string on a per file basis. debian/copyright0000644000000000000000000000224211610043447011121 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Uri Guttman Source: http://search.cpan.org/dist/File-ReadBackwards/ Name: File-ReadBackwards Files: * Copyright: 2003, Uri Guttman License: Artistic or GPL-1+ Files: debian/* Copyright: 2004, 2005, 2008, Christoph Martin 2004-2008, Christoph Martin 2011, Fabrizio Regalli 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/watch0000644000000000000000000000020011610043511010177 0ustar version=3 http://search.cpan.org/dist/File-ReadBackwards/ .*/File-ReadBackwards-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011610050706010611 5ustar debian/patches/01-spelling-error.diff0000644000000000000000000000063211610043447014632 0ustar Description: Fix spelling error Author: Fabrizio Regalli Last-Update: 2011-07-15 Forwarded: no --- a/ReadBackwards.pm +++ b/ReadBackwards.pm @@ -292,7 +292,7 @@ =head2 getline C is an alias for the readline method. It is here for -compatibilty with the IO::* classes which has a getline method. +compatibility with the IO::* classes which has a getline method. =head2 eof debian/patches/series0000644000000000000000000000002711610043447012031 0ustar 01-spelling-error.diff debian/compat0000644000000000000000000000000211610043447010364 0ustar 8 debian/changelog0000644000000000000000000000452611610050670011043 0ustar libfile-readbackwards-perl (1.05-1) unstable; urgency=low [ gregor herrmann ] * debian/watch: use dist-based URL. * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * debian/control: Added: Homepage field (source stanza). [ Fabrizio Regalli ] * New upstream release. * Bump to 3.9.2 Standard-Version. * Add myself to Uploaders and Copyright. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Switch to DEP5 license format. * Switch to standard 3 lines d/rules. * Switch to 3.0 quilt format. * Added 01-spelling-error.diff patch. * Removed unnecessary README. [ gregor herrmann ] * Remove call to uupdate from debian/watch. -- Fabrizio Regalli Fri, 15 Jul 2011 14:52:23 +0200 libfile-readbackwards-perl (1.04-3) unstable; urgency=low * fix make clean target (lintian) * update standards version * fix Description (lintian) -- Christoph Martin Wed, 11 Jun 2008 17:51:57 +0200 libfile-readbackwards-perl (1.04-2) unstable; urgency=low * Upload package to alioth pkg-perl * change maintainer to pkg-perl * fix FTBFS error with perl-5.10 (closes: #467778) -- Christoph Martin Tue, 4 Mar 2008 15:12:25 +0100 libfile-readbackwards-perl (1.04-1) unstable; urgency=low * New upstream release (closes: #329538) -- Christoph Martin Thu, 22 Sep 2005 12:32:23 +0200 libfile-readbackwards-perl (1.03-1) unstable; urgency=low * New upstream release -- Christoph Martin Fri, 4 Feb 2005 10:37:30 +0100 libfile-readbackwards-perl (1.02-3) unstable; urgency=low * add watch file -- Christoph Martin Tue, 3 Aug 2004 14:58:54 +0200 libfile-readbackwards-perl (1.02-2) unstable; urgency=low * correct maintainer email-address in control and copyright -- Christoph Martin Tue, 27 Apr 2004 10:39:07 +0200 libfile-readbackwards-perl (1.02-1) unstable; urgency=low * Initial Release (closes: #241045) -- Christoph Martin Tue, 30 Mar 2004 15:22:41 +0200 debian/source/0000755000000000000000000000000011610050706010462 5ustar debian/source/format0000644000000000000000000000001411610043447011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003711610043447010246 0ustar #!/usr/bin/make -f %: dh $@