cme 1.029-1 source package in Ubuntu

Changelog

cme (1.029-1) unstable; urgency=medium

  * New upstream version 1.029
    * fix options displayed by bash completion
  * control: declare compliance with policy 4.2.1
  * refresh force-load-bash-comp-plugins patch
  * add patch to fix cme shebang line

 -- Dominique Dumont <email address hidden>  Tue, 28 Aug 2018 12:27:54 +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

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cme_1.029-1.dsc 2.1 KiB 9091aa59957d27e5419644af68ff18f220f28a491c6c2f7d5120cf1cae5db4cf
cme_1.029.orig.tar.gz 38.4 KiB 959edcf80e1ea6c66de7869f01ca72925a7406d06fa8e4141305937b660e48ef
cme_1.029-1.debian.tar.xz 10.4 KiB 71b17e3c4d2c33a5721bb3cb495183815295f29423c8301378c39271bf0426a9

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.