[DRE-commits] [rabbit] branch master updated (a82c867 -> 0d8bf98)

Daisuke Higuchi dai at moszumanska.debian.org
Sat Oct 21 10:04:15 UTC 2017


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

dai pushed a change to branch master
in repository rabbit.

      from  a82c867   Revert "{Build-,}Depends: gir1.2-pango-1.0", it is fixed by ruby-gnome2 3.1.0-1+deb9u1 and 3.1.8-7
      adds  64a40ed   New upstream version 2.2.0
      adds  e369485   New upstream version 2.2.1
       new  7b3fb04   Update upstream source from tag 'upstream/2.2.1'
       new  413e147   eliminate lintian warning: debian-watch-uses-insecure-uri
       new  30d0214   Bump Standard version: 4.1.1.
       new  0d8bf98   Update debian/changelog

The 4 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:
 debian/changelog                                   |  13 +
 debian/control                                     |   2 +-
 debian/watch                                       |   2 +-
 doc/_layouts/skeleton.html                         |   1 +
 doc/css/rabbit.css                                 |   3 +-
 doc/css/syntax.scss                                |  67 +++
 doc/en/development.rd                              |  31 ++
 doc/en/index.rd                                    |   4 -
 doc/en/news.rd                                     |  55 +++
 doc/en/sample/markdown/rabbit.md                   | 496 ++++++++++----------
 doc/en/usage/rabbit.rd                             |  16 +
 doc/ja/development.rd                              |  30 ++
 doc/ja/index.rd                                    |   5 -
 doc/ja/news.rd                                     |  55 +++
 doc/ja/sample/markdown/rabbit.md                   | 498 +++++++++++----------
 doc/ja/usage/rabbit.rd                             |  17 +-
 lib/rabbit/command/rabbit.rb                       |   6 +-
 lib/rabbit/element/index-slide.rb                  |   2 +-
 lib/rabbit/element/text-renderer.rb                |  14 +-
 lib/rabbit/gtk.rb                                  |  27 +-
 lib/rabbit/image/svg.rb                            |  48 +-
 lib/rabbit/info-window.rb                          |   1 +
 lib/rabbit/parser/ext/rouge.rb                     | 126 ++++++
 lib/rabbit/parser/markdown/converter.rb            |   8 +-
 lib/rabbit/parser/rd/ext/block-verbatim.rb         |  14 +-
 lib/rabbit/parser/rd/rt/rt2rabbit-lib.rb           |   6 +-
 lib/rabbit/parser/wiki/output.rb                   |  12 +-
 lib/rabbit/progress.rb                             |  24 +-
 lib/rabbit/renderer/display/drawing-area-base.rb   |  16 +-
 .../renderer/display/drawing-area-primitive.rb     |   6 +-
 lib/rabbit/renderer/display/graffiti.rb            |  78 ++--
 lib/rabbit/renderer/display/progress.rb            |   5 +-
 lib/rabbit/renderer/display/search.rb              |   2 +-
 lib/rabbit/renderer/kernel.rb                      |   2 +-
 lib/rabbit/search-window.rb                        |   4 +-
 lib/rabbit/source/memory.rb                        |   4 +
 .../background-image-toolkit.rb                    |   2 +-
 .../color-circle-title-slide.rb                    |   2 +-
 .../default-block-quote/default-block-quote.rb     |   2 +-
 .../theme/image-slide-number/image-slide-number.rb |  15 +-
 .../lightning-talk-toolkit.rb                      |   4 +-
 lib/rabbit/theme/slide-number/slide-number.rb      |   2 +-
 .../syntax-highlighting/syntax-highlighting.rb     |   3 +
 lib/rabbit/theme/table/table.rb                    |   2 +-
 .../title-on-image-toolkit.rb                      |   2 +-
 lib/rabbit/utils.rb                                |   2 +-
 lib/rabbit/version.rb                              |   4 +-
 po/en/rabbit.edit.po                               | 214 ++++-----
 po/fr/rabbit.edit.po                               | 214 ++++-----
 po/ja/rabbit.edit.po                               | 214 ++++-----
 rabbit.gemspec                                     |   5 +-
 sample/rabbit-en.rd                                |  12 +
 sample/rabbit.rd                                   |  12 +
 test/fixtures/image/dia/compressed                 | Bin 682 -> 0 bytes
 test/fixtures/image/dia/compressed.dia             | Bin 682 -> 0 bytes
 test/parser/test-markdown.rb                       |  66 +--
 56 files changed, 1461 insertions(+), 1016 deletions(-)
 create mode 100644 doc/css/syntax.scss
 create mode 100644 lib/rabbit/parser/ext/rouge.rb
 delete mode 100644 test/fixtures/image/dia/compressed
 delete mode 100644 test/fixtures/image/dia/compressed.dia

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



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