cme 1.026-1 source package in Ubuntu

Changelog

cme (1.026-1) unstable; urgency=medium

  * New upstream version 1.026
    * By default, Shellvar backend from Config::Model 2.116 keeps
      parameter order when writing back configuration data.
    * add -canonical option to let data be written back according to model
      order (i.e. the previous behavior of shellvar backend)
    * cme: remove obsolete -backend option
  * control: depends on libconfig-model-perl >= 2.116

 -- Dominique Dumont <email address hidden>  Tue, 19 Dec 2017 13:21:45 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cme_1.026-1.dsc 2.1 KiB b01f0c208455372e7069659bac09e9d1042c341ded15d76fc6229c25d25a78cc
cme_1.026.orig.tar.gz 36.6 KiB f5ccc783beaf66b09725e3b5e2c6055547c7c3d61ed8774d9783e9de1c88adcf
cme_1.026-1.debian.tar.xz 9.8 KiB 16f50e0815fbc85c0de29a46e02c4f5bebbca3a4ff112a3d0c7fe224e7d99a67

Available diffs

No changes file available.

Binary packages built by this source

cme: Check or edit configuration data with Config::Model

 cme provides a command to check or edit configuration data with
 Config::Model.
 .
 cme and Config::Model are quite modular: the configuration data that
 you can edit depend on installed packages. I.e.:
  - ssh client or ssh daemon config: libconfig-model-openssh-perl
  - approx config: libconfig-model-approx-perl
  - lcdproc config: libconfig-model-lcdproc-perl
  - popcon config: provided with libconfig-model-perl
  - systemd config: provided with libconfig-model-systemd-perl
 .
 Some applications can be handled by cme:
  - Debian package files: libconfig-model-dpkg-perl
  - multistrap files: provided with libconfig-model-perl
 .
 You can also choose a user interface:
  - graphical, based on Tk: libconfig-model-tkui-perl
  - curses based: libconfig-model-cursesui-perl
  - simple shell: provided with libconfig-model-perl
 .
 Last but not least, you can also take a stab at maintaining
 configuration model with libconfig-model-itself-perl.