libconfig-model-itself-perl 2.023-1 source package in Ubuntu

Changelog

libconfig-model-itself-perl (2.023-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libpath-tiny-perl.
    + libconfig-model-itself-perl: Drop versioned constraint on
      libpath-tiny-perl in Depends.
  * Remove constraints unnecessary since buster
    * Build-Depends-Indep: Drop versioned constraint on libconfig-model-perl,
      libconfig-model-tester-perl and libconfig-model-tkui-perl.

  [ Dominique Dumont ]
  * New upstream version 2.023:
    * add use_backend_argument_as_config_file parameter in Application
    * delete files of deleted models
  * control: declare compliance with policy 4.6.0
  * control: Build-dep on libconfig-model-perl 2.142

 -- Dominique Dumont <email address hidden>  Sun, 30 Jan 2022 16:21:37 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-model-itself-perl_2.023-1.dsc 2.8 KiB 5555870f3372000faabad49747460f508c16574afc6c267def57bbbc5e44cdca
libconfig-model-itself-perl_2.023.orig.tar.gz 136.6 KiB b9fef36c436d221a467fb19dca2a2e77916f0ad219523ede14614d5dffbe0add
libconfig-model-itself-perl_2.023-1.debian.tar.xz 8.1 KiB bef29ccfd3705d978c39a5135a0b9e156d12cf00a707f4083774e53ad863bc6d

Available diffs

No changes file available.

Binary packages built by this source

libconfig-model-itself-perl: graphical model or schema editor for Config::Model

 Config::Model::Itself module is a plugin for cme which provides a
 Perl/Tk graphical interface to edit configuration models that are be
 used by Config::Model.
 .
 Config::Model::Itself also provides a model for Config::Model
 (hence the Itself name, you can also think of it as a meta-model).
 The model editor will use this meta-model to construct the graphical
 interface so you can edit the configuration model for *your*
 application. [ Config::Model::Itself is the "eat your own dog food" principle
 applied to Config::Model ;-) ]
 .
 Let's step back a little to explain. Any configuration data is, in
 essence, structured data. This data could be stored, for instance, in
 an XML file. A configuration model is a way to describe the structure
 and relation of all items of a configuration data set.
 .
 This configuration model is also expressed as structured data. This
 structure data is structured and follows a set of rules which are
 described for humans in Config::Model.
 .
 The structure and rules documented in Config::Model are also expressed
 in a model in the files provided with Config::Model::Itself.
 .
 Hence the possibity to verify, modify configuration data provided by
 Config::Model can also be applied on configuration models.
 .
 The model editor program launched with "cme meta edit"