debian/0000755000000000000000000000000011635273423007174 5ustar debian/rules0000755000000000000000000000014211635270517010252 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ override_dh_clean: dh_clean rm -rf testout debian/patches/0000755000000000000000000000000011635272772010631 5ustar debian/patches/02_over.diff0000644000000000000000000000102211635273114012721 0ustar --- ../orig/io-stringy-2.110/./lib/IO/Wrap.pm 2005-02-10 22:21:53.000000000 +0100 +++ ./lib/IO/Wrap.pm 2011-09-18 06:37:31.000000000 +0200 @@ -209,6 +209,8 @@ =head1 AUTHOR +=over 4 + =item Primary Maintainer David F. Skoll (F). --- ../orig/io-stringy-2.110/./lib/IO/WrapTie.pm 2005-02-10 22:21:53.000000000 +0100 +++ ./lib/IO/WrapTie.pm 2011-09-18 06:40:29.000000000 +0200 @@ -478,6 +478,8 @@ =head1 AUTHOR +=over 4 + =item Primary Maintainer David F. Skoll (F). debian/patches/series0000644000000000000000000000003311635272663012041 0ustar 01_close.diff 02_over.diff debian/patches/01_close.diff0000644000000000000000000000175711635267124013075 0ustar Check "close" exit code. Closes: #409947. Patch by Eduardo Pérez Ureta , thanks. diff -ruN -x '*.png' -x '*.jpg' -x '*.ogg' -x '*_image_archive' ../orig/io-stringy-2.110.orig/lib/IO/AtomicFile.pm ./lib/IO/AtomicFile.pm --- ../orig/io-stringy-2.110.orig/lib/IO/AtomicFile.pm 2005-02-10 22:21:53.000000000 +0100 +++ ./lib/IO/AtomicFile.pm 2007-11-25 12:12:04.000000000 +0100 @@ -86,10 +86,13 @@ sub close { my ($self, $die) = @_; unless ($self->_closed(1)) { ### sentinel... - $self->SUPER::close(); - rename(${*$self}{'io_atomicfile_temp'}, - ${*$self}{'io_atomicfile_path'}) - or ($die ? die "close atomic file: $!\n" : return undef); + if ($self->SUPER::close()) { + rename(${*$self}{'io_atomicfile_temp'}, + ${*$self}{'io_atomicfile_path'}) + or ($die ? die "close (rename) atomic file: $!\n" : return undef); + } else { + $die ? die "close atomic file: $!\n" : return undef; + } } 1; } debian/watch0000644000000000000000000000011611635270062010217 0ustar version=3 http://search.cpan.org/dist/IO-stringy/ .*/IO-stringy-(.*)\.tar\.gz debian/doc-base0000644000000000000000000000070711635267124010601 0ustar Document: libio-stringy-perl Title: Perl5 modules for manipulating scalar as files (IO-Stringy) Author: Abstract: IO-Stringy is a collection of Perl5 IO:: modules for manipulating data in scalar or array data structures using file mechanisms. Allows for memory basesd temporary file among other things. Section: Programming Format: HTML Index: /usr/share/doc/libio-stringy-perl/html/index.html Files: /usr/share/doc/libio-stringy-perl/html/*.html debian/compat0000644000000000000000000000000211635267343010376 0ustar 8 debian/docs0000644000000000000000000000000711635267343010050 0ustar README debian/install0000644000000000000000000000006111635267124010563 0ustar docs/IO/* usr/share/doc/libio-stringy-perl/html/ debian/changelog0000644000000000000000000001137011635273154011051 0ustar io-stringy (2.110-5) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. * Fixed debhelper-but-no-misc-depends. * debian/patches/02_over.diff: Fixes manpage-has-errors-from-pod2man. -- Bart Martens Sun, 18 Sep 2011 06:09:04 +0200 io-stringy (2.110-4) unstable; urgency=low * debian/control: Edited short description. Closes: #454767. * debian/control: Standards-Version, Homepage. * debian/doc-base: Fixed doc-base-unknown-section. -- Bart Martens Sun, 29 Jun 2008 19:15:21 +0200 io-stringy (2.110-3) unstable; urgency=low * debian/rules: Now using cdbs. * debian/copyright: Added missing information. -- Bart Martens Sun, 25 Nov 2007 12:12:44 +0100 io-stringy (2.110-2) unstable; urgency=medium * New maintainer. Closes: #399676. * lib/IO/AtomicFile.pm: Check "close" exit code. Closes: #409947. Patch by Eduardo Pérez Ureta , thanks. RC bug, urgency=medium. * debian/control: Added homepage to description, updated standards version, and fixed "build-depends-indep-should-be-build-depends debhelper". * debian/watch: Updated. -- Bart Martens Tue, 6 Feb 2007 20:01:04 +0100 io-stringy (2.110-1) unstable; urgency=low * New upstream version. -- Matthias Klose Sun, 13 Feb 2005 17:13:13 +0100 io-stringy (2.109-3) unstable; urgency=low * Return 1 from InnerFile's seek routine (closes: #280866). -- Matthias Klose Wed, 10 Nov 2004 20:12:21 +0100 io-stringy (2.109-2) unstable; urgency=low * New maintainer. * Hijacked package, as proposed in http://lists.debian.org/debian-devel/2004/08/msg01041.html * Add watch file. -- Matthias Klose Sun, 10 Oct 2004 13:13:12 +0200 io-stringy (2.109-1) unstable; urgency=low * New upstream release * Remove Scalar.pm.html from /usr/share/perl5/IO, Closes: #171966 * Merge NMU changes, Closes: #213573 -- Stephen Zander Mon, 2 Feb 2004 22:37:41 -0800 io-stringy (2.108-1.1) unstable; urgency=low * Non Maintainer Upload by Gunnar Wolf * Adds the missing information to debian/copyright (Closes: #213573) * Bumped up standars-version to 3.6.1 * Moved to section Perl -- Gunnar Wolf Wed, 5 Nov 2003 10:04:46 -0600 io-stringy (2.108-1) unstable; urgency=low * New upstream version, Closes: #108356 * Fix error in manpage, Closes: #109330 -- Stephen Zander Fri, 21 Sep 2001 12:55:28 -0700 io-stringy (1.220-1) unstable; urgency=low * New upstream version * Updated for policy 3.5.1 and the new perl packaging policy -- Stephen Zander Wed, 25 Apr 2001 00:50:49 -0700 io-stringy (1.216-1) unstable; urgency=low * New upstream version. * Remove .dhelp file on purge, Closes: #69563 -- Stephen Zander Tue, 12 Dec 2000 22:11:05 -0800 io-stringy (1.215-1) unstable; urgency=low * New upstream version. -- Stephen Zander Wed, 20 Sep 2000 17:50:37 -0700 io-stringy (1.213-1) unstable; urgency=low * New upstream source, Closes: #66026 -- Stephen Zander Sat, 19 Aug 2000 16:01:02 -0700 io-stringy (1.210-1) unstable; urgency=low * New upstream version. * Added doc-base support. -- Stephen Zander Tue, 18 Apr 2000 16:06:52 -0700 io-stringy (1.207-3) unstable; urgency=low * New maintainer -- Stephen Zander Sun, 17 Oct 1999 00:14:46 -0700 io-stringy (1.207-2) unstable; urgency=low * debian/rules: Adapted to use /usr/share/ following the recommendation on FHS transition from the Technical Committee * debian/rules: Test for debhelper >= 2.0.40 for FHS compliance * debian/control: Upgraded to Debian Policy 3.0.1 -- Dirk Eddelbuettel Fri, 8 Oct 1999 23:49:58 -0400 io-stringy (1.207-1) unstable; urgency=low * Upgraded to new upstream version IO-stringy-1.207 * Upgraded to new Debian Perl Policy -- Dirk Eddelbuettel Sun, 4 Jul 1999 13:54:52 -0400 io-stringy (1.203-1) unstable; urgency=low * Upgraded to new upstream version IO-stringy-1.203 * Upgraded Standards-Version: to 2.4.1.3 -- Dirk Eddelbuettel Wed, 2 Sep 1998 21:51:46 -0400 io-stringy (1.110-1) unstable; urgency=low * Upgraded to new upstream version 1.110 * Converted debian/rules to debhelper * Removed tabs from debian/control (lintian) * Corrected 0444 filemodes from Perl installation (lintian) -- Dirk Eddelbuettel Sun, 26 Apr 1998 20:14:05 -0400 io-stringy (1.105-1) unstable; urgency=low * Initial Debian release. -- Dirk Eddelbuettel Thu, 5 Feb 1998 18:59:03 -0500 debian/source/0000755000000000000000000000000011635267343010500 5ustar debian/source/format0000644000000000000000000000001411635267343011706 0ustar 3.0 (quilt) debian/links0000644000000000000000000000014711635267124010242 0ustar usr/share/doc/libio-stringy-perl/html/Stringy.pm.html usr/share/doc/libio-stringy-perl/html/index.html debian/copyright0000644000000000000000000000364711635267124011142 0ustar This is the Debian GNU/Linux libio-stringy-perl version of the IO-stringy package by Eryq . IO-stringy provides Perl modules for I/O from scalar variables or arrays of scalars. This package was put together by Dirk Eddelbuettel from sources obtained from http://www.perl.com/CPAN-local/authors/Eryq/IO-stringy-1.207.tar.gz It is also available from every other CPAN mirror. Visit http://www.perl.com/CPAN/ to find a Comprehensive Perl Archive Network (CPAN) site near you. The only change for the Debian package was the addition of the debian/ files. The package was renamed to match the Debian Policy which aims at consistent names for Perl Module packages. Upstream authors: Primary Maintainer David F. Skoll (dfs@roaringpenguin.com). Original Author Eryq (eryq@zeegee.com). President, ZeeGee Software Inc (http://www.zeegee.com). Co-Authors For all their bug reports and patch submissions, the following are officially recognized: Richard Jones B. K. Oxley (binkley) Doru Petrescu Doug Wilson (for picking up the ball I dropped, and doing tie() right) Go to http://www.zeegee.com for the latest downloads and on-line documentation for this module. Copyright: Copyright (c) 1996 by Eryq. All rights reserved. Copyright (c) 1999,2001 by ZeeGee Software Inc. All rights reserved. License: This program is free software; you can redistribute it and/or modify it under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" which comes with Perl. On Debian systems the complete text of the GPL and Artistic licenses can be found at: /usr/share/common-licenses/GPL and /usr/share/common-licenses/Artistic debian/control0000644000000000000000000000162211635267677010616 0ustar Source: io-stringy Section: perl Priority: optional Maintainer: Bart Martens Standards-Version: 3.9.2 Build-Depends: debhelper (>= 8.0.0) Build-Depends-Indep: perl (>> 5.8.1) Homepage: http://search.cpan.org/dist/IO-stringy/ Package: libio-stringy-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl modules for IO from scalars and arrays The libio-stringy-perl package (which corresponds to the CPAN package IO-stringy) provides the following Perl modules: IO::AtomicFile Write a file which is updated atomically IO::Lines I/O handle to read/write to array of lines IO::Scalar I/O handle to read/write to a string IO::ScalarArray I/O handle to read/write to array of scalars IO::Wrap Wrap old-style FHs in standard OO interface IO::WrapTie Tie your handles & retain full OO interface