libconfig-simple-perl 4.59-7 source package in Ubuntu

Changelog

libconfig-simple-perl (4.59-7) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

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

  [ Daniel Lintott ]
  * Add search.cpan.org back to debian/watch as 4.59 doesn't exist
    on metacpan

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Axel Beckert ]
  * Remove additional and outdated URL from Upstream-Contact in
    debian/control.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Change bugtracker URL(s) to HTTPS.
  * Simplify BTS URL.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

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

  [ gregor herrmann ]
  * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.

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

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

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Apply multi-arch hints.
    + libconfig-simple-perl: Add Multi-Arch: foreign.

  [ gregor herrmann ]
  * Backup and restore t/ directory as files get modified by the tests.
    (Closes: #1046938)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.

 -- gregor herrmann <email address hidden>  Mon, 04 Mar 2024 23:58:55 +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
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-simple-perl_4.59-7.dsc 2.2 KiB ac723b632009867342499d1b6952aa21f17d06160fd460479610e8f6309f4d08
libconfig-simple-perl_4.59.orig.tar.gz 20.5 KiB cb78a975ad8463f992f35f392227aaf188d533c9092373742b3c2bb592781054
libconfig-simple-perl_4.59-7.debian.tar.xz 4.7 KiB a7312aa445a1f80de3f9f46588da3cc54b6091ef410dd6c1e7430daa2d076dd6

Available diffs

No changes file available.

Binary packages built by this source

libconfig-simple-perl: simple configuration file class

 Reading and writing configuration files is one of the most frequent
 aspects of any software design. Config::Simple is the library to help
 you with it.
 .
 Config::Simple is a class representing configuration file object. It
 supports several configuration file syntax and tries to identify the
 file syntax to parse them accordingly. Library supports parsing,
 updating and creating configuration files.