[libconfig-model-perl] branch fix-dh-cm updated (508f312 -> d879d04)

dod at debian.org dod at debian.org
Mon Jan 27 20:03:57 UTC 2014


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  508f312   added fix-node patch
      adds  9e6fc9f   Imported Upstream version 2.046
      adds  6b1adb0   Merge tag 'upstream/2.046'
      adds  3c565f6   control: removed version of BD-I libconfig-model-tester-perl
      adds  856307b   updated version
      adds  aaecc3c   Merge branch 'master' into fix-dh-cm
      adds  bc790dd   removed fix-node patch (applied upstream)
      adds  d4fddaf   updated doc
      adds  703101f   postinst-cme: can now create configuration file from scratch
      adds  dec8c19   added cme-postinst and cme-purge option
      adds  9eeb12b   fix portrm purge to accept wild cards
      adds  6f9b25b   allow packager to use 'cme fix' instead of 'cme migrate'
      adds  d879d04   fixed purge path check

No new revisions were added by this update.

Summary of changes:
 Build.PL                                           |   1 +
 Changes                                            |  20 +
 META.json                                          |   5 +-
 META.yml                                           |   5 +-
 README.pod                                         |  32 +-
 debian/changelog                                   |  18 +-
 debian/control                                     |   2 +-
 debian/dh/cme_upgrade.pm                           |   2 +-
 debian/dh/dh_cme_upgrade                           |  49 +-
 debian/dh/postinst-cme                             |   2 +-
 debian/dh/postrm-cme                               |   7 +
 debian/dh/template-cme                             |   5 +-
 debian/libconfig-model-perl.install                |   1 +
 debian/patches/fix-node                            |  11 -
 debian/patches/series                              |   1 -
 lib/Config/Model.pm                                |   6 +-
 lib/Config/Model/Annotation.pm                     |   6 +-
 lib/Config/Model/AnyId.pm                          |  10 +-
 lib/Config/Model/AnyThing.pm                       |  11 +-
 lib/Config/Model/Backend/Any.pm                    |  14 +-
 lib/Config/Model/Backend/Fstab.pm                  |   6 +-
 lib/Config/Model/Backend/IniFile.pm                |   6 +-
 lib/Config/Model/Backend/Json.pm                   |   6 +-
 lib/Config/Model/Backend/PlainFile.pm              |   6 +-
 lib/Config/Model/Backend/ShellVar.pm               |   6 +-
 lib/Config/Model/Backend/Yaml.pm                   |   6 +-
 lib/Config/Model/BackendMgr.pm                     | 103 ++--
 lib/Config/Model/CheckList.pm                      |   8 +-
 lib/Config/Model/Cookbook/CreateModelFromDoc.pod   |   4 +-
 lib/Config/Model/Describe.pm                       |   6 +-
 lib/Config/Model/DumpAsData.pm                     |   6 +-
 lib/Config/Model/Dumper.pm                         |   6 +-
 lib/Config/Model/Exception.pm                      | 593 +++++++++++----------
 lib/Config/Model/FuseUI.pm                         |   6 +-
 lib/Config/Model/HashId.pm                         |   6 +-
 lib/Config/Model/IdElementReference.pm             |   6 +-
 lib/Config/Model/Instance.pm                       |  18 +-
 lib/Config/Model/Iterator.pm                       |   6 +-
 lib/Config/Model/ListId.pm                         |   6 +-
 lib/Config/Model/Lister.pm                         |   6 +-
 lib/Config/Model/Loader.pm                         |   6 +-
 lib/Config/Model/Manual/ModelCreationAdvanced.pod  |   4 +-
 .../Model/Manual/ModelCreationIntroduction.pod     |   4 +-
 lib/Config/Model/Node.pm                           |  30 +-
 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/TreeSearcher.pm                   |   6 +-
 lib/Config/Model/Value.pm                          |  14 +-
 lib/Config/Model/Value/LayeredInclude.pm           |   6 +-
 lib/Config/Model/ValueComputer.pm                  |  94 +++-
 lib/Config/Model/WarpedNode.pm                     |  12 +-
 lib/Config/Model/Warper.pm                         |  15 +-
 lib/Config/Model/models/Fstab.pod                  |   4 +-
 lib/Config/Model/models/Fstab/FsLine.pod           |   4 +-
 lib/Config/Model/models/Multistrap.pod             |   4 +-
 lib/Config/Model/models/Multistrap/Section.pod     |   4 +-
 lib/Config/Model/models/PopCon.pod                 |   4 +-
 script/cme                                         |  21 +-
 t/backend_ini_with_section_map.t                   |   8 +-
 t/backend_mgr.t                                    |   2 +-
 t/cme-command.t                                    |  13 +-
 t/config-edit-command.t                            |   2 +-
 t/model_tests.d/multistrap-test-conf.pl            |   8 +-
 t/value_compute.t                                  |  52 +-
 67 files changed, 862 insertions(+), 509 deletions(-)
 create mode 100644 debian/dh/postrm-cme
 delete mode 100644 debian/patches/fix-node

-- 
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