cme 1.040-1 source package in Ubuntu

Changelog

cme (1.040-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.040.

 -- gregor herrmann <email address hidden>  Sun, 21 Jan 2024 18:05:48 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cme_1.040-1.dsc 2.5 KiB d9460dad46ae7d57b41d96c580ab14e63b796914c3356a32be899359d4a4af58
cme_1.040.orig.tar.gz 46.1 KiB c4bc155b857fa4dee8087fa23b62fb9ffa9757de5fb65cf84e07ccdac48442e2
cme_1.040-1.debian.tar.xz 11.4 KiB 5455627ef921da689145a4fb5fee103ad9952fddbdea0d8a4a3a67da2718f26c

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.