[libconfig-model-dpkg-perl] branch master updated (52ca9e3 -> 4597deb)
dod at debian.org
dod at debian.org
Sat Oct 17 16:27:08 UTC 2015
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 52ca9e3 Copyright: warn and fix trailing slashes in Files-Excluded
new 5ce3752 C::M::Dpkg: fix pod typo
new a8de467 C::M::D::Copyright: warn and fix MIT license to Expat (Closes: #797321)
new 1d51440 Test MIT to Expat License fix
new 6450c8e DpkgSyntax: trim traling white space from keys
new 2af8824 C::M::D::Copyright: warn and fix BSD3 license (Closes: #797322)
new e4a7c25 test BSD3 license fix
new c7deb2c CMD::Copyright: improved comment
new 01c67c8 CMD::Copyright: keep entries with unknown license
new ba8bbbe CMD::Copyright: delete old dir entries flagged with '.'
new 1263dd3 CMD:Copyright: removed useless line
new d140ada copyright scanner: user can now fill the blanks...
new c3e8893 test fill blanks with copyright scanner
new 8588549 Scanner: improve warning message
new 0999ee8 Improve test for fill_blanks
new 57008b8 CMD::Copyright: fix typo
new 80f8869 CMD::Copyright: also override directory data with info found in files...
new 3d0cfaf test merge with fill blank (Closes: #795195)
new f445556 fix scanner test for open-nebula
new 7eaa08c test: fix formatting
new 6002c7a FileLicense model: don't try to mv global license when local text is available
new 233f09f dpkg-copyright test: fixed t8
new f9e98fa trimmed down copyright t14 test file
new 61b4e15 Copyright backend: don't trace skipped entries
new 15375d1 DpkgSyntax: don't use $_ in a big loop
new 42ca618 Fix broken copyright tests
new d5a6b5a Copyright parser: improved Files cleanup
new 0d4821e Scanner: avoid trailing white space in copyright
new 5037616 fix scanner test output
new 859e447 Scanner: added quiet option for tests
new f16c0ae CMD::Copyright: added quiet param to update()
new 69b9ba1 Scanner: added scan_files() doc
new 418285a fix error in test spec
new a66e9ee Suppres most spurious messages in tests...
new 63c9f5b added TODO (help welcome)
new 5c576ad prepare release
new 4597deb fix typo in model doc
The 36 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:
TODO | 2 +
debian/changelog | 23 +
lib/Config/Model/Backend/Dpkg/Copyright.pm | 12 +-
lib/Config/Model/Backend/DpkgSyntax.pm | 33 +-
lib/Config/Model/Dpkg.pm | 2 +-
lib/Config/Model/Dpkg/Copyright.pm | 60 +-
lib/Config/Model/models/Dpkg.pl | 2 +-
.../Model/models/Dpkg/Copyright/FileLicense.pl | 21 +
lib/Config/Model/models/Dpkg/Patch.pl | 2 +-
lib/Dpkg/Copyright/Scanner.pm | 141 +-
t/model_tests.d/dependency-cache.txt | 13 +
t/model_tests.d/dpkg-copyright-examples/t14 | 118 --
t/model_tests.d/dpkg-copyright-examples/warn-BSD | 31 +
t/model_tests.d/dpkg-copyright-examples/warn-MIT | 19 +
t/model_tests.d/dpkg-copyright-test-conf.pl | 48 +-
.../open-nebula-from-scratch/debian}/compat | 0
.../open-nebula-from-scratch/debian/control | 22 +
.../open-nebula-from-scratch/debian/copyright | 1 +
.../debian/fill.copyright.blanks.yml | 18 +
.../debian/source/format | 0
.../dpkg-examples/open-nebula/debian}/compat | 0
.../dpkg-examples/open-nebula/debian/control | 22 +
.../dpkg-examples/open-nebula/debian/copyright | 214 ++
.../open-nebula/debian/fill.copyright.blanks.yml | 18 +
.../debian/source/format | 0
.../pan-copyright-from-scratch/debian/control | 44 +-
t/model_tests.d/dpkg-test-conf.pl | 57 +-
t/scanner/examples/moarvm.out | 4 +-
t/scanner/examples/open-nebula.in | 2133 ++++++++++++++++++++
t/scanner/examples/open-nebula.out | 223 ++
t/scanner/examples/sdl2.out | 2 +-
t/scanner/scan-copyright.t | 2 +-
32 files changed, 3085 insertions(+), 202 deletions(-)
create mode 100644 TODO
create mode 100644 t/model_tests.d/dpkg-copyright-examples/warn-BSD
create mode 100644 t/model_tests.d/dpkg-copyright-examples/warn-MIT
copy {debian => t/model_tests.d/dpkg-examples/open-nebula-from-scratch/debian}/compat (100%)
create mode 100644 t/model_tests.d/dpkg-examples/open-nebula-from-scratch/debian/control
create mode 100644 t/model_tests.d/dpkg-examples/open-nebula-from-scratch/debian/copyright
create mode 100644 t/model_tests.d/dpkg-examples/open-nebula-from-scratch/debian/fill.copyright.blanks.yml
copy t/model_tests.d/dpkg-examples/{libversion => open-nebula-from-scratch}/debian/source/format (100%)
copy {debian => t/model_tests.d/dpkg-examples/open-nebula/debian}/compat (100%)
create mode 100644 t/model_tests.d/dpkg-examples/open-nebula/debian/control
create mode 100644 t/model_tests.d/dpkg-examples/open-nebula/debian/copyright
create mode 100644 t/model_tests.d/dpkg-examples/open-nebula/debian/fill.copyright.blanks.yml
copy t/model_tests.d/dpkg-examples/{libversion => open-nebula}/debian/source/format (100%)
create mode 100644 t/scanner/examples/open-nebula.in
create mode 100644 t/scanner/examples/open-nebula.out
--
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