[libconfig-model-dpkg-perl] branch master updated (d72f08a -> 048462a)

dod at debian.org dod at debian.org
Mon Mar 30 17:41:34 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  d72f08a   (c) scanner: coalesce (c) years for files in same dir with same owners and license
       new  4f16a73   opyright model: suppress warnings found during Software::License text cleanup
       new  fa2d3b4   ignore emacs backup files
       new  6301aab   Scanner: globally squash copyright that have same owners and licenses
       new  904f7e8   Copyright backend: improve error message when header is missing
       new  216ce14   Scanner: fix clean up of alternate licenses
       new  51ad379   Scanner: improve format of copyright outputs
       new  86c7f13   C::M::Dpkg::Copyright: improved update on existing file
       new  08d38b1   added test for copyright upgrade + update to check that customization are kept
       new  636d6d8   C::M::D::Copyroght: fix update from scratch...
       new  68669af   Tolerate missing debian dir when searching for fix.scanned.copyright
       new  f28e0a0   forgot one call to normalize file paths
       new  67a10bf   cleaned up copyright test input file
       new  5c68b5a   fix pack_copyright test
       new  8ed47ab   fix scan-copyright test
       new  9cd13dd   C::M::D::Copyright: don't remove during update correct entries...
       new  fbc2272   fixed dpkg pan-copyright-upgrade-update test
       new  9b3ba67   C:M:D:Copyright: sort Files at the end of the merge
       new  ce5e945   FileLicense model: put short_name after file_license ...
       new  d6219e4   Copyright update: mostly rewritten...
       new  9a701da   copyright backend: avoid undef warning
       new  aac061a   added copyright update-upgrade test with file addition, move and deletion
       new  e80ff7b   Scanner: extract __swap_merged_ids from __squash_copyright_years
       new  97330d4   Scanner: added __create_tree_leaf_from_paths function
       new  43ffc3d   Scanner: split file paths later
       new  e24508f   Copyright update: perform update on complete file list ...
       new  79d4896   Copyright update: use Path::Tiny to check if dir entry still exists
       new  9cbbbf3   Copyright update: use dclone to avoid mixups :-/
       new  d51bcf9   reduced number of warnings during tests
       new  fba6a1b   copyright test: fix syntax error in load command
       new  4ace845   copyright model: issue a warning when boilerplate license is found
       new  a33375c   control: updated dep version of libconfig-model-perl and libconfig-model-tester-perl
       new  6ea2976   control: added runtime dependency on devscripts (for licensecheck)
       new  048462a   control: udpated description for 'cme update dpkg'

The 33 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:
 .gitignore                                         |   1 +
 debian/control                                     |  10 +-
 lib/Config/Model/Backend/Dpkg/Copyright.pm         |  16 +-
 lib/Config/Model/Dpkg/Copyright.pm                 | 214 +++++++++++++--------
 .../Model/models/Dpkg/Copyright/FileLicense.pl     |  19 +-
 .../Model/models/Dpkg/Copyright/LicenseSpec.pl     |  17 +-
 lib/Dpkg/Copyright/Scanner.pm                      | 132 +++++++------
 t/model_tests.d/dpkg-copyright-test-conf.pl        |   2 +-
 .../pan-copyright-from-scratch/debian/control      |   4 +-
 .../debian}/compat                                 |   0
 .../debian/control                                 |   4 +-
 .../debian/copyright                               | 195 +++++++++++++++++++
 .../debian/fix.scanned.copyright                   |   4 +
 .../debian/rules                                   |   0
 .../debian/source/format                           |   0
 .../pan-copyright-upgrade-update/debian}/compat    |   0
 .../debian/control                                 |   4 +-
 .../pan-copyright-upgrade-update/debian/copyright  | 196 +++++++++++++++++++
 .../debian/fix.scanned.copyright                   |   4 +
 .../debian/rules                                   |   0
 .../debian/source/format                           |   0
 t/model_tests.d/dpkg-test-conf.pl                  |  46 +++++
 t/scanner/examples/pan.out                         |  53 +++--
 t/scanner/examples/sdl2.out                        |  18 +-
 t/scanner/pack_copyright.t                         |  11 +-
 t/scanner/squash_copyright_years.t                 |  68 +++++++
 26 files changed, 793 insertions(+), 225 deletions(-)
 copy {debian => t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update-more/debian}/compat (100%)
 copy t/model_tests.d/dpkg-examples/{pan-copyright-from-scratch => pan-copyright-upgrade-update-more}/debian/control (86%)
 create mode 100644 t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update-more/debian/copyright
 create mode 100644 t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update-more/debian/fix.scanned.copyright
 copy t/model_tests.d/dpkg-examples/{pan-copyright-from-scratch => pan-copyright-upgrade-update-more}/debian/rules (100%)
 copy t/model_tests.d/dpkg-examples/{libversion => pan-copyright-upgrade-update-more}/debian/source/format (100%)
 copy {debian => t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update/debian}/compat (100%)
 copy t/model_tests.d/dpkg-examples/{pan-copyright-from-scratch => pan-copyright-upgrade-update}/debian/control (86%)
 create mode 100644 t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update/debian/copyright
 create mode 100644 t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update/debian/fix.scanned.copyright
 copy t/model_tests.d/dpkg-examples/{pan-copyright-from-scratch => pan-copyright-upgrade-update}/debian/rules (100%)
 copy t/model_tests.d/dpkg-examples/{libversion => pan-copyright-upgrade-update}/debian/source/format (100%)
 create mode 100644 t/scanner/squash_copyright_years.t

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