libconfig-model-perl 2.046-2 source package in Ubuntu
Changelog
libconfig-model-perl (2.046-2) unstable; urgency=low * dh_cme_upgrade (formerly dh_config_model_upgrade) is now working: * mostly re-written * is run before install phase(ignored if run too soon) * can use cme to create a configuration file from scratch + new cme-purge options to specify which files to delete when purging * allow packager to use 'cme fix' instead of 'cme migrate' to allow configuration fixes along with configuration upgrades * query user to allow automatic configuration upgrade: + add a template file for that query + added debian/dh/config-script-cme * debian/dh/postinst-cme: * use '-backup dpkg-old' when calling 'cme migrate' * fix manual upgrade instructions -- Dominique Dumont <email address hidden> Fri, 17 Jan 2014 19:00:56 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libconfig-model-perl_2.046-2.dsc | 2.8 KiB | 683f30e39a64919af7bf8c6cc341923fce0a82c9d27c5bcd5e20b16bffd80f2f |
libconfig-model-perl_2.046.orig.tar.gz | 320.7 KiB | e0a470578be164e6c0aa62c97f9f6a2e686bc47411142cacc9859e30d3a5c838 |
libconfig-model-perl_2.046-2.debian.tar.xz | 18.6 KiB | e10bffdadf2024392b516f4c3fa5a958e29ab847d1e4db448d69cccfca45d394 |
Available diffs
- diff from 2.046-1 to 2.046-2 (7.5 KiB)
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)