--- libfilehandle-unget-perl-0.1623.orig/debian/control +++ libfilehandle-unget-perl-0.1623/debian/control @@ -0,0 +1,20 @@ +Source: libfilehandle-unget-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7) +Build-Depends-Indep: perl, libdevel-leak-perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/FileHandle-Unget/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfilehandle-unget-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfilehandle-unget-perl/ + +Package: libfilehandle-unget-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Perl module that allows ungetting of multiple bytes + FileHandle::Unget is a Perl Module that is a drop-in replacement for the + standard FileHandle module. It allows more than one byte to be placed back + on the input. It also provides ungets to unget a string, which is useful if + the filehandle refers to a stream for which you can't just seek() backwards. --- libfilehandle-unget-perl-0.1623.orig/debian/copyright +++ libfilehandle-unget-perl-0.1623/debian/copyright @@ -0,0 +1,39 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: David Coppit +Upstream-Source: http://search.cpan.org/dist/FileHandle-Unget/ +Upstream-Name: FileHandle-Unget + +Files: * +Copyright: 2000-2004, David Coppit + 1998-2000, Broc Seib +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2008, gregor herrmann + 2003-2007, Joey Hess +License: Artistic | GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License-Alias: Perl +License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' + --- libfilehandle-unget-perl-0.1623.orig/debian/watch +++ libfilehandle-unget-perl-0.1623/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/FileHandle-Unget/ .*/FileHandle-Unget-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libfilehandle-unget-perl-0.1623.orig/debian/compat +++ libfilehandle-unget-perl-0.1623/debian/compat @@ -0,0 +1 @@ +7 --- libfilehandle-unget-perl-0.1623.orig/debian/README.source +++ libfilehandle-unget-perl-0.1623/debian/README.source @@ -0,0 +1,6 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. + --- libfilehandle-unget-perl-0.1623.orig/debian/changelog +++ libfilehandle-unget-perl-0.1623/debian/changelog @@ -0,0 +1,105 @@ +libfilehandle-unget-perl (0.1623-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + Fix bug where files with binary data would sometimes cause + an uninitialized warning (RT#48528) + + Remove EU::MM::bytes, which doesn't exist anymore (RT#48984) + * Standards-Version 3.8.3 (no changes) + * Use short debhelper rules format, bump compat to 7 + * Updated copyright information + * Add myself to Copyright and Uploaders + * Change to machine-readable copyright format + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + -- Jonathan Yu Tue, 01 Sep 2009 11:32:31 -0400 + +libfilehandle-unget-perl (0.1622-1) unstable; urgency=low + + [ Frank Lichtenheld ] + * build-stamp should depend on Makefile, not build. Fixes + parallel build. Found by Daniel Schepler. + + [ gregor herrmann ] + * New upstream release. + * debian/control: + - added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); + Homepage field (source stanza) + - removed: XS-Vcs-Svn fields. + - slightly improve short description + - add /me to Uploaders + - move perl to Build-Depends-Indep + - add build dependency on libdevel-leak-perl to activate an additional + test + * Use dist-based URL in debian/watch. + * Set debhelper compatibility level to 5. + * Split out changes to Makefile.PL into a quilt patch; add quilt framework. + * Refresh debian/rules, no functional changes. + * debian/copyright: + - add author-independent upstream URL and actual copyright statement + - add information for files in inc/ + * Set Standards-Version to 3.8.0; add debian/README.source to document + quilt usage. + + -- gregor herrmann Thu, 17 Jul 2008 18:28:42 +0200 + +libfilehandle-unget-perl (0.1621-3) unstable; urgency=low + + * Now maintained by the Debian perl group. + * Updated to current policy. + + -- Joey Hess Mon, 30 Jul 2007 00:39:35 -0400 + +libfilehandle-unget-perl (0.1621-2) unstable; urgency=low + + * Updated to current policy. + + -- Joey Hess Sun, 18 Dec 2005 17:01:11 -0500 + +libfilehandle-unget-perl (0.1621-1) unstable; urgency=low + + * New upstream release. + + -- Joey Hess Mon, 7 Feb 2005 12:03:50 -0500 + +libfilehandle-unget-perl (0.1620-1) unstable; urgency=low + + * New upstream release. + * Reduce required Scalar::Util version to 1.13, which works find AFAIK. + Don't know why MakeMaker has only begun checking that depednency now, + it was 1.14 in the last release but it did not notice. + + -- Joey Hess Tue, 18 Jan 2005 23:51:07 -0500 + +libfilehandle-unget-perl (0.16.1-1) unstable; urgency=low + + * New upstream release. + + -- Joey Hess Fri, 1 Oct 2004 05:34:31 -0400 + +libfilehandle-unget-perl (0.14-1) unstable; urgency=low + + * New upstream release. + * Fix to use Scalar::Util::weaken instead of external WeakRef module. + + -- Joey Hess Mon, 9 Feb 2004 14:09:52 -0500 + +libfilehandle-unget-perl (0.13-1) unstable; urgency=low + + * New upstream release. + + -- Joey Hess Thu, 15 Jan 2004 15:37:44 -0500 + +libfilehandle-unget-perl (0.11-1) unstable; urgency=low + + * Initial release, packaged because libmail-mbox-messageparser-perl + depends on it. + + -- Joey Hess Thu, 30 Oct 2003 15:19:03 -0500 --- libfilehandle-unget-perl-0.1623.orig/debian/rules +++ libfilehandle-unget-perl-0.1623/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ --- libfilehandle-unget-perl-0.1623.orig/debian/patches/Makefile.PL.patch +++ libfilehandle-unget-perl-0.1623/debian/patches/Makefile.PL.patch @@ -0,0 +1,13 @@ +Author: Joey Hess + +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -6,7 +6,7 @@ + all_from ('lib/FileHandle/Unget.pm'); + + requires ( +- 'Scalar::Util' => '1.14', ++ 'Scalar::Util' => '1.13', + ); + + test_requires ( --- libfilehandle-unget-perl-0.1623.orig/debian/patches/series +++ libfilehandle-unget-perl-0.1623/debian/patches/series @@ -0,0 +1 @@ +Makefile.PL.patch