debian/0000755000000000000000000000000012252674650007177 5ustar debian/compat0000644000000000000000000000000212252672704010373 0ustar 9 debian/watch0000644000000000000000000000017512207655176010235 0ustar version=3 https://metacpan.org/release/IO-String/ .*/IO-String-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian uupdate debian/changelog0000644000000000000000000000656412252674650011064 0ustar libio-string-perl (1.08-3) unstable; urgency=low * Team upload [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: delete /usr/lib/perl5 only if it exists. * debian/watch: use dist-based URL. * 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. [ 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 [ Axel Beckert ] * Switch to source format "3.0 (quilt)" * Update debian/copyright to mention the correct Perl license terms * Bump debhelper compatibility to 9 + Update versioned debhelper build-dependency accordingly * Revamp debian/rules: + Fix lintian warning debian-rules-missing-recommended-target + Replace "dh_clean -k" by "dh_prep" + Use dh_auto_{configure,build,test,install,clean} - Fixes lintian warning debian-rules-makemaker-prefix-is-deprecated + Drop now obsolete stamp file parameters from dh_clean + Move dh_installdocs parameter to debian/docs + Drop now obsolete dh_installchangelogs parameter + Remove no more needed /usr/lib/perl5 handling + Remove no more nededed variables + Finally switch to minimal dh-style debian/rules file * Fix lintian warning copyright-refers-to-symlink-license * Bump Standards-Version to 3.9.5 (no further changes) -- Axel Beckert Fri, 13 Dec 2013 22:18:27 +0100 libio-string-perl (1.08-2) unstable; urgency=low * adopted for Debian PErl Group * debian/control: debhelper increased to (>= 5) * debian/compat: increased to 5 -- Krzysztof Krzyzaniak (eloy) Fri, 17 Nov 2006 15:15:19 +0100 libio-string-perl (1.08-1) unstable; urgency=low * Hijack package * New upstream release * debian/control: - Switched Section to perl - Moved debhelper to Build-Depends - Updated to Standards-Version 3.7.2 * debian/compat - Added and set to 4 * debian/rules - Altered to suit my 'standard' build methods * debian/watch - Updated to version 2 -- Stephen Quinney Fri, 16 Jun 2006 11:50:32 +0100 libio-string-perl (1.05-1) unstable; urgency=low * New release -- Matt Hope Mon, 12 Apr 2004 23:53:26 +1000 libio-string-perl (1.02-1) unstable; urgency=low * New upstream release -- Matt Hope Sat, 1 Feb 2003 03:13:51 +1100 libio-string-perl (1.01-3) unstable; urgency=low * Updated maintainer email address. * Updated standards version -- Matt Hope Sat, 2 Nov 2002 15:37:59 +1100 libio-string-perl (1.01-2) unstable; urgency=low * Fixed mistake in rules, now builds properly with target arch-indep, closes: #122558 -- Matt Hope Thu, 6 Dec 2001 10:10:15 +1100 libio-string-perl (1.01-1) unstable; urgency=low * Initial Release, closes: #120471 -- Matt Hope (Dopey) Wed, 7 Nov 2001 16:38:11 +1100 debian/copyright0000644000000000000000000000206412252674271011133 0ustar This package was originally debianized by Matt Hope on Wed, 7 Nov 2001 16:38:11 +1100. Original source has been downloaded from http://www.cpan.org/authors/id/GAAS/ Upstream author is Gisle Aas email: gisle@ActiveState.com website: http://gisle.aas.no/ http://search.cpan.org/search?author=GAAS Original copyright notice: ------------------------------------------------------ Copyright 1998-2005 Gisle Aas. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. ------------------------------------------------------ Perl is distributed 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. debian/docs0000644000000000000000000000000712252673613010045 0ustar README debian/control0000644000000000000000000000254312252674466010613 0ustar Source: libio-string-perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) Section: perl Priority: optional Build-Depends: debhelper (>= 9~) Build-Depends-Indep: perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-string-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-string-perl.git Homepage: https://metacpan.org/release/IO-String/ Package: libio-string-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Emulate IO::File interface for in-core strings The IO::String module provide the IO::File interface for in-core strings. An IO::String object can be attached to a string, and will make it possible to use the normal file operations for reading or writing data, as well as seeking to various locations of the string. The main reason you might want to do this, is if you have some other library module that only provide an interface to file handles, and you want to keep all the stuff in memory. . The IO::String module provide an interface compatible with IO::File as distributed with IO-1.20, but the following methods are not available; new_from_fd, fdopen, format_write, format_page_number, format_lines_per_page, format_lines_left, format_name, format_top_name. debian/source/0000755000000000000000000000000012252672515010475 5ustar debian/source/format0000644000000000000000000000001412252672515011703 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000006412252674073010256 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@