[libconfig-model-dpkg-perl] branch master updated (e523fe7 -> f95e10f)

dod at debian.org dod at debian.org
Mon Nov 13 17:29:40 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  e523fe7   prepare release
       new  2f61080   improve error message about missing license paragraph
       new  d8d89a0   fix utf8 handling of debian/*.yml files (Closes: #880368)
       new  3b93ac9   control: depends on libconfig-model-tester-perl >= 3.003
       new  a232d0c   test writing utf8 char in copyright file
       new  14de642   test writing utf8 char in copyright read from yaml
       new  a5a7c65   test consistency between compat and debhelper version
       new  2d03cfc   add support for Autopkgtest
       new  5a58e3e   test autopkgtest
       new  4861cb7   control: depends on libconfig-model-perl >= 2.114
       new  f95e10f   prepare release

The 10 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                                   |  11 ++
 debian/control                                     |   6 +-
 lib/Config/Model/Backend/Dpkg/Autopkgtest.pm       | 167 +++++++++++++++++++++
 lib/Config/Model/models/Dpkg.pl                    |  17 +++
 lib/Config/Model/models/Dpkg/Control/Source.pl     |   2 +-
 .../Model/models/Dpkg/Copyright/FileLicense.pl     |   7 +-
 .../Model/models/Dpkg/Copyright/GlobalLicense.pl   |   6 +-
 lib/Config/Model/models/Dpkg/Tests/Control.pl      | 105 +++++++++++++
 lib/Dpkg/Copyright/Scanner.pm                      |   2 +-
 .../dpkg-examples/autopkgtest/debian/changelog     |   7 +
 .../{t0 => autopkgtest}/debian/compat              |   0
 .../{t0 => autopkgtest}/debian/control             |  14 +-
 .../{t0 => autopkgtest}/debian/copyright           |   0
 .../{libversion => autopkgtest}/debian/rules       |   0
 .../debian/source/format                           |   0
 .../dpkg-examples/autopkgtest/debian/tests/control |   3 +
 .../dpkg-examples/{t0 => autopkgtest}/debian/watch |   0
 .../open-nebula/debian/fill.copyright.blanks.yml   |   4 +-
 t/model_tests.d/dpkg-test-conf.pl                  |  23 ++-
 19 files changed, 348 insertions(+), 26 deletions(-)
 create mode 100644 lib/Config/Model/Backend/Dpkg/Autopkgtest.pm
 create mode 100644 lib/Config/Model/models/Dpkg/Tests/Control.pl
 create mode 100644 t/model_tests.d/dpkg-examples/autopkgtest/debian/changelog
 copy t/model_tests.d/dpkg-examples/{t0 => autopkgtest}/debian/compat (100%)
 copy t/model_tests.d/dpkg-examples/{t0 => autopkgtest}/debian/control (63%)
 copy t/model_tests.d/dpkg-examples/{t0 => autopkgtest}/debian/copyright (100%)
 copy t/model_tests.d/dpkg-examples/{libversion => autopkgtest}/debian/rules (100%)
 copy t/model_tests.d/dpkg-examples/{batmon-app => autopkgtest}/debian/source/format (100%)
 create mode 100644 t/model_tests.d/dpkg-examples/autopkgtest/debian/tests/control
 copy t/model_tests.d/dpkg-examples/{t0 => autopkgtest}/debian/watch (100%)

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