libdata-dump-streamer-perl 2.40-2 source package in Ubuntu

Changelog

libdata-dump-streamer-perl (2.40-2) unstable; urgency=medium

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

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * debian/copyright: replace tabs with spaces / remove trailing
    whitespace.
  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.

 -- Jelmer Vernooij <email address hidden>  Sun, 12 Jun 2022 22:57:47 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdata-dump-streamer-perl_2.40-2.dsc 2.4 KiB fded654161a0588e651eed1673145888da57df2dfa4feb468a8422000ab9ae7a
libdata-dump-streamer-perl_2.40.orig.tar.gz 142.3 KiB 24be356e39c20de9c65dcb0607b0e5b37b77fc57375f3a717ccbd1901f091d35
libdata-dump-streamer-perl_2.40-2.debian.tar.xz 5.0 KiB 5c36c6b67eefc56413e5f57b563d2f35bbd8b060fd15c28cc909471685133d6d

No changes file available.

Binary packages built by this source

libdata-dump-streamer-perl: module for serializing a data structure as Perl code

 Data::Dump::Streamer is a Perl module that serializes scalars, objects or
 reference variables and provides their contents in Perl syntax. Special data
 structures including closures, self-referential structures and objects are
 output correctly. This module is very similar in concept to the core module
 Data::Dumper, except this module is designed to output to a stream instead
 of constructing its output in memory (trading speed for memory).

libdata-dump-streamer-perl-dbgsym: debug symbols for libdata-dump-streamer-perl