libio-string-perl 1.08-4 source package in Ubuntu

Changelog

libio-string-perl (1.08-4) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Axel Beckert ]
  * Fix multiple issues in debian/copyright reported by DUCK:
    + Use Matt Hope's @debian.org address instead of his old private one.
    + Use MetaCPAN URL instead of invalid www.cpan.org one.
    + Remove Gisle Aas' no more existing homepage from debian/copyright.
      His e-mail address should suffice to contact him.
  * debian/copyright: Replace search.cpan.org author search URL with
    MetaCPAN author page URL.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Name.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Apply multi-arch hints. + libio-string-perl: Add Multi-Arch: foreign.
    Changes-By: apply-multiarch-hints

  [ gregor herrmann ]
  * Drop basically empty debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Use Copyright-Format 1.0.
  * Add /me to Uploaders.

 -- gregor herrmann <email address hidden>  Sun, 22 Jan 2023 22:57:00 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main perl
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-string-perl_1.08-4.dsc 2.3 KiB 748fcee913d15929804c155be00170524eb4e42baba6ed8625b97c17990868f1
libio-string-perl_1.08.orig.tar.gz 7.3 KiB 2a3f4ad8442d9070780e58ef43722d19d1ee21a803bf7c8206877a10482de5a0
libio-string-perl_1.08-4.debian.tar.xz 3.4 KiB 45fa1d8228a44834ea2a33f008430418eac8611ab8aae6ea8caaadc62ef254a4

Available diffs

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.