libconfig-model-perl 2.143-1 source package in Ubuntu

Changelog

libconfig-model-perl (2.143-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libpath-tiny-perl.
    + libconfig-model-perl: Drop versioned constraint on libpath-tiny-perl in
      Depends.
    + Remove 4 maintscript entries from 1 files.

  [ Dominique Dumont ]
  * New upstream version 2.143
    * fix (Model load): fix load from absolute path
    * fix (BackEndMgr): crash when calling config_file_override
      with absolute path
    * fix (get_info): show upstream_default as written in file
    * feature (get_info): include write_as values
  * control: drop obsolete Breaks constraints
  * control: declare compliance with policy 4.6.0

 -- Dominique Dumont <email address hidden>  Mon, 01 Nov 2021 12:44:38 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-model-perl_2.143-1.dsc 2.8 KiB 69ea8d045e1c02284983d2dabaa559acfc3bad810aff44f5f76c4ac0aa1628a1
libconfig-model-perl_2.143.orig.tar.gz 362.1 KiB 6b715940daae01b3d40b0d8e1c8fb978ea5b0b5bb7a6e0b892101eac5399dbd3
libconfig-model-perl_2.143-1.debian.tar.xz 24.0 KiB 8997bc3a6889483e4959bc156cd42dee8ec0dd71d9f072ce29eef731c3162e1f

Available diffs

No changes file available.

Binary packages built by this source

libconfig-model-perl: module for describing and editing configuration data

 Config::Model is a Perl framework that enables project developers to provide
 an interactive configuration system for their software. It supports various
 frontend interfaces (graphical, curses-based or plain terminal) to users. It
 handles configuration files semantically rather than syntactically, meaning
 that developers can specify the structure and constraints of the data along
 with a mechanism to read and write the files.
 .
 Using the structure and constraint information, Config::Model will generate
 interactive configuration editors that include help and data validation. It
 is equally simple to use graphical (via Tk) interfaces as well as curses-
 and ReadLine-based terminal interfaces.
 .
 Config::Model also provides a facility to help configuration data upgrade
 that can be triggered during package upgrades.
 .
 Config::Model provides configuration model and editor for:
  - popularity-contest
  - fstab (/etc/fstab)
  - multistrap
 .
 Other configuration editors are available with other libconfig-model-*-perl
 packages.
 .
 Depending on which suggested or recommended modules are installed,
 Config::Model provides several user interfaces:
  - shell-like interface (with any of lib-term-readlin-*-perl)
  - virtual file system where each config parameter is mapped to a file
   (with fuse package)
  - graphical user interface (with libconfig-model-tkui-perl)