libparse-debcontrol-perl 2.005-5 source package in Ubuntu

Changelog

libparse-debcontrol-perl (2.005-5) unstable; urgency=medium

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

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Carl Fürstenberg from Uploaders. Thanks for your work!
  * Fix typo in error message in patch.

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

  [ Laurent Baillet ]
  * fix lintian spelling-error-in-patch-description warning

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

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 7 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Thu, 16 Jun 2022 23:36:56 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparse-debcontrol-perl_2.005-5.dsc 2.2 KiB 8989b7101a484894bdd4c4f02bfbd3898959a6ef0a497bb0b49f5f23de9b88c6
libparse-debcontrol-perl_2.005.orig.tar.gz 11.1 KiB b64bce1ff212d7e3ef9d4368e7b62749cf27751fa8360cdf53e969123346a729
libparse-debcontrol-perl_2.005-5.debian.tar.xz 12.3 KiB f1ddcfaf9b40f95c445bfdf3bf63873121b5ee031aebbc248719eaa6e44e0caa

Available diffs

No changes file available.

Binary packages built by this source

libparse-debcontrol-perl: parser for debian control-like files

 Parse::DebControl is an easy OO way to parse Debian control files and
 other colon separated key-value pairs. It's specifically designed
 to handle the format used in Debian control files, template files, and
 the cache files used by dpkg.
 .
 For basic format information see:
 http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-controlsyntax
 .
 This module does not actually do any intelligence with the file content
 (because there are a lot of files in this format), but merely handles
 the format. It can handle simple control files, or files hundreds of lines
 long efficiently and easily.