appconfig 1.71-2.3 source package in Ubuntu

Changelog

appconfig (1.71-2.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Mark libappconfig-perl Multi-Arch: foreign. (Closes: #984507)
  * Convert to source format 3.0. (Closes: #1007049)

 -- Bastian Germann <email address hidden>  Thu, 28 Sep 2023 21:47:18 +0000

Upload details

Uploaded by:
Stefan Hornburg (Racke)
Uploaded to:
Sid
Original maintainer:
Stefan Hornburg (Racke)
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main interpreters
Noble release main interpreters

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
appconfig_1.71-2.3.dsc 1.5 KiB c94a4fe5bc85f76b2ca3c1a6218deeabb9460f7ecd3033e045df23aad16d9305
appconfig_1.71.orig.tar.gz 55.1 KiB 342750e3ba650c77d613a5552bcb56e89975949645c5cf8b1722f5e004d37619
appconfig_1.71-2.3.debian.tar.xz 3.0 KiB 49f125d0b94e4d60364c4fe3801da44b9a15cb5c5509b7f056aa59b2838e0020

Available diffs

No changes file available.

Binary packages built by this source

libappconfig-perl: Perl module for configuration file and command line handling

 AppConfig is a bundle of Perl5 modules for reading configuration
 files and parsing command line arguments. Note that writing
 configuration files is not supported at this time.
 .
 AppConfig supports a relaxed configuration file syntax with support
 for flags (booleans), single and multivalue (lists or hashes)
 items. A defined default and validation routine or regex can be
 defined for each option.
 .
 Environment variable, file variable and tilde (~) are supported and
 may be applied to selected configuration options. For long blocks of
 text you can also use Perl HEREDOC syntax. Additionally there is
 also a mechanism to utilise all these same features via a CGI.