libconfig-model-backend-augeas-perl 0.126-1 source package in Ubuntu

Changelog

libconfig-model-backend-augeas-perl (0.126-1) unstable; urgency=medium

  * New upstream version 0.126 (Closes: 1002782)
  * control: removed obsolete versioned dependencies (cme)
  * control: declare compliance with policy 4.6.0

 -- Dominique Dumont <email address hidden>  Fri, 07 Jan 2022 17:57:36 +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
Plucky release universe perl
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-model-backend-augeas-perl_0.126-1.dsc 2.7 KiB 449636e1010ae79800317a55ef324399ed439aeeb4842b92571bf8fec6dfae8e
libconfig-model-backend-augeas-perl_0.126.orig.tar.gz 19.8 KiB 9eaf616b0812fa22d5f1eb45d0cad06f190bf05dc62587ea736079537917ee15
libconfig-model-backend-augeas-perl_0.126-1.debian.tar.xz 4.4 KiB 1f7b57bbba8c5d93d6f788d0178906f495a5422f338cf47bc93ea14ce8bab164

Available diffs

No changes file available.

Binary packages built by this source

libconfig-model-backend-augeas-perl: config-model reader and writer powered by Augeas

 Config::Model::Backend::Augeas provides a way to load or store
 configuration data through Config::Augeas. This way, the structure and
 comments of the original configuration file are preserved.
 .
 With Config::Model::Backend::Augeas, Config::Model now provides a way
 to load and save data through RedHat's Augeas library.
 .
 Config::Model and Augeas are both configuration editing tool. Both
 parse configuration files in their native formats and transforms them
 into a tree. Configuration changes are made by manipulating this tree
 and saving it back into native config files.
 .
 Both Augeas and Config::Model rely on a tree to represent
 configuration data.
 .
 On one side, Augeas is able to load and write data while respecting
 the structure and comments of the original configuration file. But
 Augeas purpose is not to validate the semantic content of the
 configuration file.
 .
 On the other side, Config::Model is able to validate the semantic
 content of the configuration file, but it may discard all comments and
 will write back configuration data using a canonical order. Thus the
 structure of the original configuration file is not preserved.
 .
 You can now have the best of both worlds by using the Augeas library
 to load and write data from Config::Model configuration tree. You can
 now instruct Config::Model to use Augeas. See
 Config::Model::BackendMgr for details.
 .
 Unfortunately, you must ensure that the tree representation specified
 in Config::Model and Augeas lens are quite close together:
   - Config::Model element names and Augeas lens names must be identical
   - Both structures must be very close. Each Config::Model node must
     have a corresponding lens.
 .
 See Config::Model::Backend::Augeas documentation to use Augeas with
 your configuration model.
 .
 For more details on Config::Model see:
 .
    https://github.com/dod38fr/config-model/wiki
 .
 For more details on Augeas, see:
 .
    http://augeas.net