[libconfig-model-dpkg-perl] branch master updated (ee3320b -> 8df5efc)

dod at debian.org dod at debian.org
Fri Jan 13 13:01:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

dod pushed a change to branch master
in repository libconfig-model-dpkg-perl.

      from  ee3320b   fix typo
       new  8e60f51   renamed method
       new  19bfbac   handle comments in list parameter (wip: #849500)
       new  4faa9a5   extracted 2 methods in a role
       new  6256249   remove dead code
       new  0c473b6   dont store empty lines in non-string element
       new  ad2af98   push data on list element (no clear done)
       new  36db484   updated copyright parser...
       new  efe5b24   updated patch parser...
       new  e40342b   added dpkg parser and writer examples
       new  65dd86e   updated test cache
       new  8df5efc   prepare release

The 11 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:
 debian/changelog                                   |   7 +
 examples/dpkg-new                                  |  13 +
 examples/dpkg-parser.pl                            |  29 ++
 examples/dpkg-test                                 |  14 +
 examples/dpkg-writer.pl                            |  35 +++
 lib/Config/Model/Backend/Dpkg/Control.pm           | 102 +++----
 lib/Config/Model/Backend/Dpkg/Copyright.pm         | 208 ++++++++-------
 lib/Config/Model/Backend/Dpkg/Patch.pm             |  41 ++-
 lib/Config/Model/Backend/DpkgStoreRole.pm          |  70 +++++
 lib/Config/Model/Backend/DpkgSyntax.pm             | 295 +++++++++++++--------
 t/model_tests.d/dependency-cache.txt               |  11 +
 .../dpkg-control-examples/comments-in-dep-list     |  74 ++++++
 t/model_tests.d/dpkg-control-test-conf.pl          |   7 +
 13 files changed, 635 insertions(+), 271 deletions(-)
 create mode 100644 examples/dpkg-new
 create mode 100644 examples/dpkg-parser.pl
 create mode 100644 examples/dpkg-test
 create mode 100644 examples/dpkg-writer.pl
 create mode 100644 lib/Config/Model/Backend/DpkgStoreRole.pm
 create mode 100644 t/model_tests.d/dpkg-control-examples/comments-in-dep-list

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



More information about the Pkg-perl-cvs-commits mailing list