cme 1.031-1 source package in Ubuntu

Changelog

cme (1.031-1) unstable; urgency=medium

  * New upstream version 1.031
    * fix warning about deprecated -root parameter
  * control: declare compliance with policy 4.4.1

 -- Dominique Dumont <email address hidden>  Tue, 21 Jan 2020 12:54:55 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cme_1.031-1.dsc 2.1 KiB 2b8eb089b93116a965b737de6c721cae92f8473b8ef42ebf727e0f79902b5c77
cme_1.031.orig.tar.gz 38.6 KiB 441336f32b3ebec2d820d80846d1d11f5aae3266d3d953d3057481cf42a30cf8
cme_1.031-1.debian.tar.xz 10.5 KiB 4d3036da6ea561403a8adea53be3336dcc4a0beb7be98341e0c79ea24a21a7a1

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.