cme 1.024-1 source package in Ubuntu

Changelog

cme (1.024-1) unstable; urgency=medium

  * New upstream version 1.024
    * add --no-commit option (Closes: #877986)
    * add --commit option
    * can now specify default value for script args
    * run: remove warning about Log4Perl initialisation
    * run: fix option description
    * cme: update Log4Perl init in doc
  * control: declare compliance with policy 4.1.1

 -- Dominique Dumont <email address hidden>  Wed, 25 Oct 2017 13:25:58 +0200

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cme_1.024-1.dsc 2.1 KiB 0cf063ff1c7d1f985a79f3946d4e6c8e7e9a5d2a526f6ad0cdfc65d004ff45ab
cme_1.024.orig.tar.gz 36.1 KiB 8d9503120d4620b6cef123427107ee1ec266e6f63ba41c010788098e3ec7819a
cme_1.024-1.debian.tar.xz 9.7 KiB a051dc09f1c9864099f212fdf7d27a3979631265625479a7a2d816b4ac79de3c

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.