[DRE-commits] [coderay] branch master updated (19ddd89 -> d538ad3)

Daisuke Higuchi dai at moszumanska.debian.org
Sun Oct 22 15:26:55 UTC 2017


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

dai pushed a change to branch master
in repository coderay.

      from  19ddd89   Remove myself from Uploaders:
      adds  c554709   New upstream version 1.1.2
       new  2a22910   Update upstream source from tag 'upstream/1.1.2'
       new  d81c6cf   Add myself to Uploaders.
       new  1812dc2   eliminate lintian warning: debian-watch-uses-insecure-uri
       new  9a8a85b   restore lacking strings
       new  7106367   restore tests and rake_tasks v1.1.2
       new  4c39362   removed, imported upstream
       new  06e7e0e   use newer test
       new  dfeccf7   eliminate lintian warning: unused-override
       new  c5a800b   Bump Standards-Version to 4.1.1 (no further changes)
       new  46f8e70   remove test generated files
       new  17f4c6a   add for autopkgtest-pkg-ruby
       new  6bda9b6   update debian/changelog
       new  c829495   Bump compat to 10.
       new  d538ad3   update debian/changelog

The 14 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:
 MIT-LICENSE                                        |   22 +
 Rakefile                                           |   37 -
 coderay.gemspec                                    |   35 +
 debian/changelog                                   |   31 +
 debian/compat                                      |    2 +-
 debian/control                                     |   10 +-
 .../0000-restore_tests_and_rake_tasks_v1.1.2.patch | 4573 ++++++++++++++++++++
 debian/patches/0001-Remove-rubygems-depends.patch  |   19 +-
 .../patches/0002-Add-lack-file-for-UnitTest.patch  |   31 -
 debian/patches/series                              |    2 +-
 debian/ruby-test-files.yaml                        |    2 -
 debian/ruby-tests.rb                               |    1 +
 debian/rules                                       |    6 +
 debian/source/lintian-overrides                    |    2 -
 debian/tests/control                               |    3 +
 debian/tests/run-test                              |    7 +
 debian/watch                                       |    2 +-
 lib/coderay/encoders/encoder.rb                    |    2 +-
 lib/coderay/encoders/html.rb                       |    4 +-
 lib/coderay/scanners/cpp.rb                        |   36 +-
 lib/coderay/scanners/haml.rb                       |    2 +-
 lib/coderay/scanners/java.rb                       |    2 +-
 lib/coderay/token_kinds.rb                         |    0
 lib/coderay/version.rb                             |    2 +-
 metadata.yml                                       |  133 -
 test/functional/basic.rb                           |  318 --
 test/functional/examples.rb                        |  129 -
 test/functional/for_redcloth.rb                    |   78 -
 test/functional/suite.rb                           |   15 -
 29 files changed, 4722 insertions(+), 784 deletions(-)
 create mode 100644 MIT-LICENSE
 delete mode 100644 Rakefile
 create mode 100644 coderay.gemspec
 create mode 100644 debian/patches/0000-restore_tests_and_rake_tasks_v1.1.2.patch
 delete mode 100644 debian/patches/0002-Add-lack-file-for-UnitTest.patch
 delete mode 100644 debian/ruby-test-files.yaml
 create mode 100644 debian/ruby-tests.rb
 delete mode 100644 debian/source/lintian-overrides
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/run-test
 mode change 100755 => 100644 lib/coderay/token_kinds.rb
 delete mode 100644 metadata.yml
 delete mode 100755 test/functional/basic.rb
 delete mode 100755 test/functional/examples.rb
 delete mode 100644 test/functional/for_redcloth.rb
 delete mode 100755 test/functional/suite.rb

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



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