cme 1.022-1 source package in Ubuntu

Changelog

cme (1.022-1) unstable; urgency=medium

  * New upstream version 1.022
    * remove deprecated arg '~~' from doc
  * refreshed add_dh_config patch
  * control: Declare compliance with policy 4.0.0

 -- Dominique Dumont <email address hidden>  Fri, 23 Jun 2017 20:27:51 +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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cme_1.022-1.dsc 2.1 KiB 457b65dba49618831889e22aec1be9b0717b7445ffb1554ed9341abeab7eb048
cme_1.022.orig.tar.gz 35.3 KiB c684428a022a64474c309ca7e70263e780fd1032285cd8681369f5577f1db4df
cme_1.022-1.debian.tar.xz 9.5 KiB 32c6161205d6c4be769d66e33b8bcf738efc6b2b350bbb2dc562e13133a2af8c

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.