[libconfig-model-perl] branch fix-dh-cm updated (c25dd92 -> 5d430fd)
dod at debian.org
dod at debian.org
Sun Sep 29 18:35:31 UTC 2013
This is an automated email from the git hooks/post-receive script.
dod pushed a change to branch fix-dh-cm
in repository libconfig-model-perl.
from c25dd92 postinst-cme: added backup option from C::M 2.039
adds 8473e58 Imported Upstream version 2.040
adds 39d6605 Merge tag 'upstream/2.040'
adds 9045db2 control: - removed enhances relation with lcdproc (no longer applies)
adds b4ff0e6 control: updated description to explain why some packages are recommended or suggested
adds 62ef23b added example of log config file for Config::Model in doc
adds 9cf3f4d refreshed patch
adds 3da266c dch -r
adds 24ca645 Imported Upstream version 2.041
adds 0f6f1c8 Merge tag 'upstream/2.041'
adds 1779def new upstream
adds fe1cccd control: BD-I on libconfig-model-tester-perl. Removed unused build-dep
adds d3a9c0b dch -r
new f31ac09 Merge branch 'master' into fix-dh-cm
new c18793e config-script-cme: chmod a+x
adds d9a7a64 Remove trailing whitespace
adds faf030a Imported Upstream version 2.043
adds 9aaede6 Merge tag 'upstream/2.043'
adds 5edb6d5 added patch to replace '#!/usr/bin/env perl'
adds 08bb9c0 control: removed dependencies that were needed by dpkg model
adds bc6a4f1 prepare release
new dbac9eb Merge remote-tracking branch 'origin/master' into fix-dh-cm
new 9d65a9c dh_cme_upgrade: fix cme-version option handling
new 4ced3c4 dh_cme_upgrade: fix doc
new afbfb7f dh postinst: fix manual upgrade instructions
new 5d430fd bis repetita: fix again version handling in dh_cme_upgrade
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Build.PL | 10 +-
Changes | 454 +++++++-------
LICENSE | 2 +-
MANIFEST | 10 +-
META.json | 15 +-
META.yml | 9 +-
README.install.pod | 45 ++
README.pod | 4 +
config-edit | 4 +-
contrib/log4config-model | 59 ++
debian/changelog | 45 ++
debian/control | 20 +-
debian/copyright | 1 -
debian/dh/dh_config_model_upgrade | 21 +-
debian/dh/postinst-cme | 2 +-
debian/libconfig-model-perl.docs | 1 +
debian/patches/add_dh_config | 6 +-
debian/patches/remove-call-to-env | 23 +
debian/patches/series | 1 +
examples/fstab/fstab_test.pl | 2 +-
examples/fstab/lib/Config/Model/models/MyFstab.pl | 2 +-
.../Config/Model/models/MyFstab/CommonOptions.pl | 2 +-
.../lib/Config/Model/models/MyFstab/Ext2FsOpt.pl | 2 +-
.../lib/Config/Model/models/MyFstab/Ext3FsOpt.pl | 2 +-
.../lib/Config/Model/models/MyFstab/FsLine.pl | 2 +-
.../lib/Config/Model/models/MyFstab/Iso9660_Opt.pl | 2 +-
.../lib/Config/Model/models/MyFstab/SwapOptions.pl | 2 +-
.../Config/Model/models/MyFstab/UsbFsOptions.pl | 2 +-
lib/Config/Model.pm | 10 +-
lib/Config/Model/Annotation.pm | 6 +-
lib/Config/Model/AnyId.pm | 6 +-
lib/Config/Model/AnyThing.pm | 6 +-
lib/Config/Model/Backend/Any.pm | 8 +-
lib/Config/Model/Backend/Fstab.pm | 6 +-
lib/Config/Model/Backend/IniFile.pm | 6 +-
lib/Config/Model/Backend/PlainFile.pm | 6 +-
lib/Config/Model/Backend/ShellVar.pm | 7 +-
lib/Config/Model/Backend/Yaml.pm | 6 +-
lib/Config/Model/BackendMgr.pm | 348 +++++++----
lib/Config/Model/CheckList.pm | 164 +++--
lib/Config/Model/Cookbook/CreateModelFromDoc.pod | 2 +-
lib/Config/Model/Describe.pm | 6 +-
lib/Config/Model/DumpAsData.pm | 6 +-
lib/Config/Model/Dumper.pm | 6 +-
lib/Config/Model/Exception.pm | 30 +-
lib/Config/Model/FuseUI.pm | 6 +-
lib/Config/Model/HashId.pm | 6 +-
lib/Config/Model/IdElementReference.pm | 6 +-
lib/Config/Model/Instance.pm | 6 +-
lib/Config/Model/Iterator.pm | 6 +-
lib/Config/Model/ListId.pm | 12 +-
lib/Config/Model/Lister.pm | 6 +-
lib/Config/Model/Loader.pm | 6 +-
lib/Config/Model/Manual/ModelCreationAdvanced.pod | 2 +-
.../Model/Manual/ModelCreationIntroduction.pod | 2 +-
lib/Config/Model/Node.pm | 6 +-
lib/Config/Model/ObjTreeScanner.pm | 6 +-
lib/Config/Model/Report.pm | 6 +-
lib/Config/Model/SearchElement.pm | 6 +-
lib/Config/Model/SimpleUI.pm | 6 +-
lib/Config/Model/TermUI.pm | 6 +-
lib/Config/Model/Tester.pm | 661 --------------------
lib/Config/Model/TreeSearcher.pm | 6 +-
lib/Config/Model/Value.pm | 35 +-
lib/Config/Model/Value/LayeredInclude.pm | 69 +-
lib/Config/Model/ValueComputer.pm | 6 +-
lib/Config/Model/WarpedNode.pm | 6 +-
lib/Config/Model/Warper.pm | 6 +-
lib/Config/Model/extensions/cme-gen-class-pod | 2 +-
lib/Config/Model/models/Fstab.pl | 2 +-
lib/Config/Model/models/Fstab.pod | 2 +-
lib/Config/Model/models/Fstab/CommonOptions.pl | 2 +-
lib/Config/Model/models/Fstab/Ext2FsOpt.pl | 2 +-
lib/Config/Model/models/Fstab/Ext3FsOpt.pl | 2 +-
lib/Config/Model/models/Fstab/Ext4FsOpt.pl | 2 +-
lib/Config/Model/models/Fstab/FsLine.pl | 2 +-
lib/Config/Model/models/Fstab/FsLine.pod | 2 +-
lib/Config/Model/models/Fstab/Iso9660_Opt.pl | 2 +-
lib/Config/Model/models/Fstab/NoneOptions.pl | 2 +-
lib/Config/Model/models/Fstab/SwapOptions.pl | 2 +-
lib/Config/Model/models/Fstab/UsbFsOptions.pl | 2 +-
lib/Config/Model/models/Multistrap.pl | 2 +-
lib/Config/Model/models/Multistrap.pod | 2 +-
lib/Config/Model/models/Multistrap/Section.pl | 2 +-
lib/Config/Model/models/Multistrap/Section.pod | 2 +-
lib/Config/Model/models/PopCon.pl | 13 +-
lib/Config/Model/models/PopCon.pod | 20 +-
script/cme | 25 +-
t/{auto_read.t => backend_mgr.t} | 28 +-
t/big_model.pm | 2 +-
t/check_list.t | 20 +-
t/cme-command.t | 9 +-
t/config-edit-command.t | 9 +-
t/dump_load_model.pm | 2 +-
.../backend-shellvar-examples/debian-719256 | 2 +
t/model_tests.d/backend-shellvar-test-conf.pl | 47 ++
t/model_tests.d/fstab-test-conf.pl | 2 +-
.../layer-examples/mini/etc/foo-config.pl | 14 +
.../layer-examples/mini/home/joe/foo/config.pl | 14 +
t/model_tests.d/layer-test-conf.pl | 59 ++
t/model_tests.d/multistrap-test-conf.pl | 2 +-
t/model_tests.d/popcon-test-conf.pl | 2 +-
t/release-pod-syntax.t | 2 +-
t/test_ini_backend_model.pl | 2 +-
t/test_yaml_model.pl | 2 +-
t/value.t | 15 +-
106 files changed, 1222 insertions(+), 1365 deletions(-)
create mode 100644 README.install.pod
create mode 100644 contrib/log4config-model
mode change 100644 => 100755 debian/dh/config-script-cme
create mode 100644 debian/patches/remove-call-to-env
delete mode 100644 lib/Config/Model/Tester.pm
rename t/{auto_read.t => backend_mgr.t} (95%)
create mode 100644 t/model_tests.d/backend-shellvar-examples/debian-719256
create mode 100644 t/model_tests.d/backend-shellvar-test-conf.pl
create mode 100644 t/model_tests.d/layer-examples/mini/etc/foo-config.pl
create mode 100644 t/model_tests.d/layer-examples/mini/home/joe/foo/config.pl
create mode 100644 t/model_tests.d/layer-test-conf.pl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-perl.git
More information about the Pkg-perl-cvs-commits
mailing list