liblog-dispatch-configurator-any-perl 1.122640-2 source package in Ubuntu

Changelog

liblog-dispatch-configurator-any-perl (1.122640-2) unstable; urgency=medium

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

  [ Axel Beckert ]
  * Fix Vcs-Browser header (Thanks DUCK!)

  [ 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 Carlos Vicente from Uploaders. Thanks for your work!

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

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

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 15:48:31 +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
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblog-dispatch-configurator-any-perl_1.122640-2.dsc 2.4 KiB fe9bb8851e61cb470ec95f0a6887b910b6be37c09b92b3492fd3b21f79228ef6
liblog-dispatch-configurator-any-perl_1.122640.orig.tar.gz 13.7 KiB e9900c7c510b27d96eeb5ab28afc2780ccce19558f24daf649810514a11f41c8
liblog-dispatch-configurator-any-perl_1.122640-2.debian.tar.xz 2.4 KiB 9a331e69644c6708c8a2a189129283cd0fd2bcec5deaf0f3e52cd0a34828f8ae

Available diffs

No changes file available.

Binary packages built by this source

liblog-dispatch-configurator-any-perl: configurator implementation with Config::Any

 Log::Dispatch::Config is a wrapper for Log::Dispatch and provides a way to
 configure Log::Dispatch objects with configuration files. Somewhat like a
 lite version of log4j and Log::Log4perl it allows multiple log destinations.
 The standard configuration file format for Log::Dispatch::Config is
 AppConfig.
 .
 Log::Dispatch::Configurator::Any plugs in to Log::Dispatch::Config and allows
 the use of other file formats, in fact any format supported by the
 Config::Any module. As a bonus you can also pass in a configuration data
 structure instead of a file name.