cme 1.033-1 source package in Ubuntu

Changelog

cme (1.033-1) unstable; urgency=medium

  [ gregor herrmann ]
  * Replace '--with bash{_,-}completion' in debian/rules with a build
    dependency on 'dh-sequence-bash-completion'.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libconfig-model-perl.
    + cme: Drop versioned constraint on libconfig-model-perl in Replaces.
    + cme: Drop versioned constraint on libconfig-model-perl in Breaks.
    + Remove 1 maintscript entries from 1 files.

  [ Dominique Dumont ]
  * New upstream version 1.033:
    * fix (run command): fix override of --commit option
    * fix force-load doc
    * remove duplicate option definition (which impacts tests)
  * control:
    * remove obsolete dependency constraint
    * add BDI libtest-pod-perl
    * remove libprobe-perl-perl test dependency
  * declare compliance with policy 4.6.0

 -- Dominique Dumont <email address hidden>  Mon, 20 Sep 2021 12:42:18 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cme_1.033-1.dsc 2.2 KiB 3861595a09e2a1184087b184e4b1d42b95e6d7217300fe02fde17988cfa03577
cme_1.033.orig.tar.gz 39.7 KiB f91fbb9f7bb3ff9b0b84934e9672a982d05df99bc9f6f8e382d9b908808b8de2
cme_1.033-1.debian.tar.xz 11.0 KiB e895b04eb11247ba69fa61fbbac3909f726219d76769d6d4849146ec9771f9d3

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.