cme 1.037-1 source package in Ubuntu

Changelog

cme (1.037-1) unstable; urgency=medium

  * New upstream version 1.037
    * allow code section in scripts
    * allow 'run' script in YAML or Perl format
  * control: replace libyaml-perl dep with libyaml-pp-perl
  * remove obsolete fix-test patch

 -- Dominique Dumont <email address hidden>  Sat, 05 Feb 2022 18:09:31 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cme_1.037-1.dsc 2.2 KiB 2c0213b75c2b39502a8b4058ae372a18351fb9c2606f0935379c0943f0056786
cme_1.037.orig.tar.gz 45.5 KiB 9ed1e848e6bed289847f8a4ada2967695e0fa9144b43582ede18891f61421eba
cme_1.037-1.debian.tar.xz 11.2 KiB 0527a5eb6fbe34b8c048989233536749eac3a370d36bae246bd415a12888afab

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.