libparse-binary-perl 0.11-2 source package in Ubuntu

Changelog

libparse-binary-perl (0.11-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: replace tabs with spaces / remove trailing
    whitespace.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.
  * Apply multi-arch hints. + libparse-binary-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 04 Dec 2022 14:06:08 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparse-binary-perl_0.11-2.dsc 2.1 KiB 5cf3a87aa7e60b681a9401e66a251ba8ed87ce7ce8eb86a131720628d4ed4011
libparse-binary-perl_0.11.orig.tar.gz 32.5 KiB d55eaca4bc3ac26bd6b3972005e5870f598c09f2b2a89e1388d7876e46154297
libparse-binary-perl_0.11-2.debian.tar.xz 2.3 KiB c2375b18b5cfefb700417326567d3ffeac2a8b07d5f74c1fdc9e4966912184b7

Available diffs

No changes file available.

Binary packages built by this source

libparse-binary-perl: Binary data structure parser

 Parse::Binary makes parsing binary data structures much easier, by serving as
 a base class for classes that represents the binary data, which may contain
 objects of other classes to represent parts of itself.
 .
 Documentation is unfortunately a bit lacking at this moment. Please read the
 tests and source code of Parse::AFP and Win32::Exe for examples of using this
 module.