cme 1.038-2 source package in Ubuntu

Changelog

cme (1.038-2) unstable; urgency=medium

  * Team upload.
  * debian/clean: remove data generated during tests. (Closes: #1043655)
  * Declare compliance with Debian Policy 4.6.2.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Sun, 13 Aug 2023 16:02:22 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cme_1.038-2.dsc 2.5 KiB 9bfac93118077fad133df862272306e258bff6508cc543ba01f415546814e22d
cme_1.038.orig.tar.gz 45.8 KiB ff20f2a24e0fb237e3c29d857843884d26f3e4d48edd82212fe4486e74c6efda
cme_1.038-2.debian.tar.xz 11.3 KiB abe4ee6579da73766d0767071668694c5d804ac105cae489c27829626eaab7ea

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.