libdata-messagepack-perl 1.02-1 source package in Ubuntu

Changelog

libdata-messagepack-perl (1.02-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/rules: move include/ directory out of the way to avoid
    accidentally using the bundled msgpack library.
    This replicates the 'DEB_UPSTREAM_CRUFT_MOVE = include' rune from the old
    CDBS debian/rules version.

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 1.02.
  * Update debian/upstream/metadata.
  * Update build and runtime dependencies.
    + Drop unused ${cdbs:Depends} from Depends.
    + Remove unneeded libfile-copy-recursive-perl from Build-Depends.
    + Annotate test-only build dependencies with <!nocheck>.
  * Fix encoding glitch in previous changelog entry.

 -- gregor herrmann <email address hidden>  Sat, 19 Mar 2022 19:06:52 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdata-messagepack-perl_1.02-1.dsc 2.5 KiB 32aa2c265b7f2a4e1c667a873c22b3b1a62faf9cdaef1b890949a5a583a5d630
libdata-messagepack-perl_1.02.orig.tar.gz 74.6 KiB c33db44790aa8d254147882e2378dffe970ad60331350bde062d17953482b1b7
libdata-messagepack-perl_1.02-1.debian.tar.xz 5.8 KiB 1e22aa21361708ac1d299a15e80c67471de2055b127d11043121f29dbe29f636

No changes file available.

Binary packages built by this source

libdata-messagepack-perl: MessagePack serializing/deserializing

 Data::Messagepack converts Perl data structures to MessagePack and vice
 versa.
 .
 MessagePack is a binary-based efficient object serialization
 format. It enables to exchange structured objects between many
 languages like JSON. But unlike JSON, it is very fast and small.

libdata-messagepack-perl-dbgsym: debug symbols for libdata-messagepack-perl