[DRE-commits] [ruby-licensee] branch master updated (4a247a5 -> 6e982ca)

Cédric Boutillier boutil at moszumanska.debian.org
Sun Dec 3 01:42:31 UTC 2017


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

boutil pushed a change to branch master
in repository ruby-licensee.

      from  4a247a5   Update changelog
      adds  08d5b74   New upstream version 8.9.2
       new  4c265ac   Update upstream source from tag 'upstream/8.9.2'
       new  f843b6d   Bump debhelper compatibility level to 10
       new  eb1ce37   Bump Standards-Version to 4.1.2 (no changes needed)
       new  b68e57e   Don't install README, removed from the gem
       new  ed64960   prepare changelog
       new  6e982ca   fix path in litian override file and add new files

The 6 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:
 README.md                                          |   1 -
 debian/changelog                                   |  10 ++
 debian/compat                                      |   2 +-
 debian/control                                     |   4 +-
 debian/ruby-licensee.docs                          |   1 -
 debian/ruby-licensee.lintian-overrides             |  33 ++--
 lib/licensee.rb                                    |   2 +-
 lib/licensee/content_helper.rb                     |   7 +-
 lib/licensee/project_file.rb                       |   5 +-
 lib/licensee/version.rb                            |   2 +-
 licensee.gemspec                                   |  67 +++----
 spec/fixtures/copyright-encoding/COPYING           |   1 +
 spec/fixtures/fcpl-modified-mpl/LICENSE            | 193 +++++++++++++++++++++
 .../fixtures/wrk-modified-apache/LICENSE           |  72 +-------
 spec/integration_spec.rb                           |  16 ++
 spec/licensee/content_helper_spec.rb               |   8 +
 spec/licensee/project_spec.rb                      |  10 ++
 vendor/choosealicense.com/_data/meta.yml           |   8 +-
 vendor/choosealicense.com/_licenses/afl-3.0.txt    |   2 +
 vendor/choosealicense.com/_licenses/agpl-3.0.txt   |   2 +
 .../choosealicense.com/_licenses/artistic-2.0.txt  |   2 +
 .../choosealicense.com/_licenses/bsd-2-clause.txt  |   2 +
 .../_licenses/bsd-3-clause-clear.txt               |   2 +
 .../choosealicense.com/_licenses/bsd-3-clause.txt  |   2 +
 vendor/choosealicense.com/_licenses/bsl-1.0.txt    |   2 +
 vendor/choosealicense.com/_licenses/cc-by-4.0.txt  |   4 +-
 .../choosealicense.com/_licenses/cc-by-sa-4.0.txt  |   4 +-
 vendor/choosealicense.com/_licenses/cc0-1.0.txt    |   2 +
 vendor/choosealicense.com/_licenses/eupl-1.1.txt   |   4 +-
 vendor/choosealicense.com/_licenses/lgpl-2.1.txt   |   2 +
 vendor/choosealicense.com/_licenses/lgpl-3.0.txt   |   2 +
 vendor/choosealicense.com/_licenses/lppl-1.3c.txt  |   2 +
 vendor/choosealicense.com/_licenses/ms-pl.txt      |   2 +
 vendor/choosealicense.com/_licenses/ms-rl.txt      |   2 +
 vendor/choosealicense.com/_licenses/ncsa.txt       |   1 -
 vendor/choosealicense.com/_licenses/ofl-1.1.txt    |   2 +
 vendor/choosealicense.com/_licenses/unlicense.txt  |   4 +-
 vendor/choosealicense.com/_licenses/wtfpl.txt      |   2 +
 vendor/choosealicense.com/_licenses/zlib.txt       |   2 +
 39 files changed, 360 insertions(+), 131 deletions(-)
 delete mode 120000 README.md
 delete mode 100644 debian/ruby-licensee.docs
 create mode 100644 spec/fixtures/copyright-encoding/COPYING
 create mode 100644 spec/fixtures/fcpl-modified-mpl/LICENSE
 copy vendor/choosealicense.com/_licenses/apache-2.0.txt => spec/fixtures/wrk-modified-apache/LICENSE (79%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-licensee.git



More information about the Pkg-ruby-extras-commits mailing list