cme 1.010-1 source package in Ubuntu

Changelog

cme (1.010-1) unstable; urgency=medium

  * Imported Upstream version 1.010
    * cme list: fix -dev option option (Closes: #813188)
  * copyright: updated years
  * control: depends on Config::Model 2.077

 -- Dominique Dumont <email address hidden>  Sat, 30 Jan 2016 18:58:12 +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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cme_1.010-1.dsc 2.1 KiB 5347daee2504b85be56e6f0630255d007e8812832609c32ae15d33e2ac66c48b
cme_1.010.orig.tar.gz 27.2 KiB d85b7f2841afa1886676fd255a8e046c812f385dbe423967712d748986d97a68
cme_1.010-1.debian.tar.xz 8.4 KiB a76ff4889521cb904e29ab202ff694f686161fdf4f9b0cb562f9f6ea1125ce22

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
 .
 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.