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

Changelog

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

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ Dominique Dumont ]
  * Imported Upstream version 2.003
    * added config_dir parameter to application
    * Replace ini_file backend with IniFile
    * Added split/join checklist param to ini backend
    * simplified creation of Itself object.
    * Config classes created with 'cme meta edit' are now saved
  * copyright: updated years
  * control: updated dep on libconfig-model-perl to 2.076
  * removed fix-debci-test patch (applied upstream for #809294)
  * refreshed autopkgtest patch

 -- Dominique Dumont <email address hidden>  Mon, 01 Feb 2016 20:28:10 +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
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-model-itself-perl_2.003-1.dsc 2.5 KiB 28305faff72ae53eb5d22f5092fe0a1af54b06a5c24680ae17b27dc710ac2b9e
libconfig-model-itself-perl_2.003.orig.tar.gz 63.5 KiB 40e8dc3329796d5c3612763c50372c92ab8e57636e6d2193b79645ae4d2c8238
libconfig-model-itself-perl_2.003-1.debian.tar.xz 6.5 KiB 04371823832589800617a1119b42b1dae69c8b9d58f752d268101b7111139453

Available diffs

No changes file available.

Binary packages built by this source

libconfig-model-itself-perl: graphical model 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"