libdpkg-parse-perl 0.03-3 source package in Ubuntu

Changelog

libdpkg-parse-perl (0.03-3) unstable; urgency=medium

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

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ 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.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

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

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 21:15:39 +0100

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdpkg-parse-perl_0.03-3.dsc 2.1 KiB fdb1b0c49a85e97b2645dc0c80c30cfb025cce83d74685c7d5676d30cf638745
libdpkg-parse-perl_0.03.orig.tar.gz 29.8 KiB e0c489ff645f5e74955683c04d329bd20e4a5a9fe048753d8fb0bf849241617f
libdpkg-parse-perl_0.03-3.debian.tar.xz 2.6 KiB c65847687d3d76eb5a290ed69b6727b05339eff11c284d37b5ac375fee810ad2

Available diffs

No changes file available.

Binary packages built by this source

libdpkg-parse-perl: module to parse various dpkg files into Perl Objects

 DPKG::Parse contains utilities to parse the various files created by dpkg and
 turn them into helpful Perl objects. Current files understood by various
 DPKG::Parse modules:
 .
 /var/lib/dpkg/status - DPKG::Parse::Status
 .
 /var/lib/dpkg/available - DPKG::Parse::Available
 .
 Packages.gz - DPKG::Parse::Packages
 .
 See each module's documentation for particulars - You should not be calling
 DPKG::Parse directly.