[licensecheck] branch master updated (ce2151e -> 81db3c2)

Jonas Smedegaard dr at jones.dk
Sun Jul 24 10:46:21 UTC 2016


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

js pushed a change to branch master
in repository licensecheck.

      from  ce2151e   Prepare for release: Update changelog, control file and copyright hints.
      adds  2f0ec6a   Run perlcritic with tidyall, and move tidyall test to xt dir.
      adds  e7e1d5e   Use experimental given/when switch.
      adds  27087c7   Bump license to GPL-3+.
      adds  b68b1a9   Use Getopt::Long::Descriptive.
      adds  fedbe42   Fix resolve regexes from options.
      adds  224be9d   Resolve only regexes actually used.
      adds  eee0dfa   Rewrite Software-License test: Use Test::Command. Stop rely on Debian fork of Software::License (see bug#828218).
      adds  22cf1e7   Add devscripts test tied to devscripts corpus, converted from earlier shunit2 script.
      adds  beb0a3f   Update changes, and bump version.
      adds  90d7db1   Fix invoke local script via perl in tests (executable may not be set).
      adds  92df52f   Use Test::Roo and library calls (not script) for devscripts corpus license coverage tests.
      adds  4e6db90   Fix require strictures for tests.
      adds  295f0ea   Update changes, and bump version.
      adds  268cdaf   Drop non-working option "--installed" from script tests (leftover from Debian autopkgtest support).
      adds  3db410e   Tidy test: Stop use Path::Tiny where unneeded.
      adds  ddd87e8   Use Test::Script to ensure correct perl invokes script in tests. RT#116269, reported by SREZIC.
      adds  33038de   Update changes (and mark previous entries as Tests), and bump version.
      adds  46fb6e7   Stop dereference symbolic links (dangerous and non-intuitive - possibly introduced in error intended to enable recursion). Closes: Bug#830115. Thanks to Sandro Mani.
      adds  0b5cd35   Tidy script to rename $file → $path and $files_count → $paths_count where not yet resolved as file.
      adds  f961d7c   Stop call find in script (use Path::Tiny::visit instead).
      adds  ea2f5f7   Avoid type constraints and all but one coercion, for a 30% speedup in initializing script.
      adds  ea988f5   Move find routine to library.
      adds  a24f984   Fix tighten rest-requirement on Software::License to versions supporting new_from_short_name().
      adds  93aa5e5   Update changes (and mark a previous entry as dbug:fixes), and bump version.
      adds  1e0197f   Improve separation between parsing and serializing copyrights.
      adds  5b95871   Improve separation between cleaning and parsing copyrights.
      adds  179945d   Tidy code slightly.
      adds  62b2f54   Fix require experimental (for switch feature).
      adds  fa73b73   Update changes, and bump version.
      adds  81786a6   Make Software::License test optional, and bail out gracefully on if failing to create some licenses.
      adds  33502bc   Update changes, and bump version.
      adds  c115c64   Add "Generated with" to the generated file detection.
      adds  1e23dd3   Separate de-crufting not specific to parse_copyright().
      adds  02c5a60   Fix tighten test requirement for Test::Script to versions checking for stdout/stderr.
      adds  0f5e1f0   Move copyright sign pseudo-decoding to clean_cruft().
      adds  71f2b11   Avoid superfluous regex modifier /l.
      adds  9d8b872   Pseudo-decode alternative representations for copyright sign and hyphen-minus.
      adds  a8cd8a8   Update changes and people, and bump version.
      adds  f6fcaa2   Imported Upstream version 3.0.8
       new  c6051f5   Merge tag 'upstream/3.0.8'
       new  707d132   Update package relations: (Build-)depend on libgetopt-long-descriptive-perl. (Build-)depend on (recent perl or) libexperimental-perl. Build-depend on libtest-requires-perl libtest-roo-perl libtest-script-perl. Stop (build-)depend on libtype-tiny-perl.
       new  81db3c2   Prepare for release: Update changelog,control file and copyright hints.

The 3 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:
 COPYRIGHT                     |  13 +-
 CREDITS                       |   7 +
 Changes                       |  88 +++++
 MANIFEST                      |   5 +-
 META.json                     |  28 +-
 META.yml                      |  23 +-
 Makefile.PL                   |  46 ++-
 README                        |   6 +-
 SIGNATURE                     |  57 ++-
 bin/licensecheck              | 372 +++++--------------
 debian/changelog              |  27 ++
 debian/control                |  14 +-
 debian/copyright_hints        | 114 ++----
 debian/rules                  |  12 +-
 doap.ttl                      | 215 ++++++++++-
 lib/App/Licensecheck.pm       | 843 +++++++++++++++++++++++-------------------
 t/Software-License.t          |  97 +++--
 t/devscripts.t                | 105 ++++++
 t/license.t                   |  90 +++++
 t/shunit2-helper-functions.sh |  27 --
 t/test_licensecheck           | 180 ---------
 t/tidyall.t                   |  15 -
 22 files changed, 1272 insertions(+), 1112 deletions(-)
 create mode 100644 t/devscripts.t
 create mode 100644 t/license.t
 delete mode 100644 t/shunit2-helper-functions.sh
 delete mode 100644 t/test_licensecheck
 delete mode 100644 t/tidyall.t

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



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