libio-string-perl 1.08-3 source package in Ubuntu
Changelog
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 <email address hidden> Fri, 13 Dec 2013 22:18:27 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | perl | |
Bionic | release | main | perl | |
Xenial | release | main | perl | |
Trusty | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libio-string-perl_1.08-3.dsc | 1.4 KiB | 5475d7d5ba7d336703050095170fcf1a03ff5e28ff561b79b0d50aec9f77350b |
libio-string-perl_1.08.orig.tar.gz | 7.3 KiB | 2a3f4ad8442d9070780e58ef43722d19d1ee21a803bf7c8206877a10482de5a0 |
libio-string-perl_1.08-3.debian.tar.gz | 2.9 KiB | 4168b051dc7475f4c632f1e8186662d73bf6ac0d6d0cc4f3634ab3b07b420719 |
Available diffs
- diff from 1.08-2 (in Ubuntu) to 1.08-3 (2.7 KiB)
No changes file available.
Binary packages built by this source
- libio-string-perl: 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.