[DRE-commits] [ruby-graphviz] branch master updated (7b5eebe -> 5deebe1)

Cédric Boutillier boutil at moszumanska.debian.org
Tue Jun 7 20:10:30 UTC 2016


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

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

      from  7b5eebe   Run wrap-and-sort on packaging files
      adds  90ece94   Imported Upstream version 1.2.2
       new  abe52a0   Merge tag 'upstream/1.2.2'
       new  6388cd0   update packaging with dh-make-ruby -w
       new  9a7a871   install upstream manpages
       new  b9a8669   drop fix-ruby2gv.patch, remove-rubygems-require.patch, add clean_test_helper.patc
       new  0f3cee3   prepare changelog
       new  c3f94b6   fix manpage installation
       new  5deebe1   standards-version to 3.9.8

The 7 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:
 .travis.yml                                  |   6 +-
 AUTHORS.rdoc                                 |   5 +
 CHANGELOG.rdoc                               |  22 ++
 README.rdoc                                  |   5 +-
 Rakefile                                     |  61 ++--
 bin/dot2ruby                                 |   4 +-
 bin/gem2gv                                   |   5 +-
 bin/git2gv                                   |   6 +-
 bin/ruby2gv                                  |  35 +-
 bin/xml2gv                                   |   4 +-
 debian/changelog                             |  22 ++
 debian/control                               |   3 +-
 debian/manpages                              |   1 -
 debian/patches/clean_test_helper.patch       |  21 ++
 debian/patches/fix-ruby2gv.patch             |  20 --
 debian/patches/remove-rubygems-require.patch |  48 ---
 debian/patches/series                        |   3 +-
 debian/ruby-graphviz.docs                    |   3 +-
 debian/ruby-graphviz.manpages                |   5 +
 debian/ruby-test-files.yaml                  |   9 -
 debian/ruby-tests.rake                       |   6 +
 debian/rules                                 |  11 -
 examples/sample38.rb                         |  10 +-
 examples/{sample55.rb => sample70.rb}        |   2 +-
 examples/sample71.rb                         |  21 ++
 examples/sample72.rb                         |  22 ++
 examples/sample73.rb                         |  18 +
 examples/sample74.rb                         |  19 ++
 lib/ext/gvpr/dot2ruby.g                      | 142 ++++----
 lib/graphviz.rb                              | 283 +++++++--------
 lib/graphviz/attrs.rb                        |   4 +-
 lib/graphviz/constants.rb                    | 494 ++++++++++++++-------------
 lib/graphviz/core_ext.rb                     |   2 +-
 lib/graphviz/dot2ruby.rb                     |   9 +-
 lib/graphviz/dot_script.rb                   | 109 ++++++
 lib/graphviz/edge.rb                         | 357 +++++++++----------
 lib/graphviz/node.rb                         |   9 +-
 lib/graphviz/theory.rb                       |  20 +-
 lib/graphviz/types.rb                        |   3 +-
 lib/graphviz/types/lbl_string.rb             |  16 +-
 lib/graphviz/utils.rb                        | 121 +++----
 lib/graphviz/utils/colors.rb                 | 148 +-------
 man/dot2ruby.1                               |  66 ++++
 man/dot2ruby.1.ronn                          |  55 +++
 man/gem2gv.1                                 |  60 ++++
 man/gem2gv.1.ronn                            |  47 +++
 man/git2gv.1                                 |  48 +++
 man/git2gv.1.ronn                            |  40 +++
 man/ruby2gv.1                                |  60 ++++
 man/ruby2gv.1.ronn                           |  47 +++
 man/xml2gv.1                                 |  48 +++
 man/xml2gv.1.ronn                            |  39 +++
 metadata.yml                                 | 121 ++++---
 ruby-graphviz.gemspec                        |  26 +-
 test/helper.rb                               |  13 +
 test/support.rb                              | 105 ------
 test/test_dot_script.rb                      |  47 +++
 test/test_examples.rb                        |  50 ++-
 test/test_graph.rb                           |  26 +-
 test/test_search.rb                          |   5 +-
 test/test_subgraph.rb                        |  19 +-
 test/test_theory.rb                          |  20 +-
 test/test_types.rb                           |   4 +-
 test/test_utils_colors.rb                    |   4 +-
 64 files changed, 1827 insertions(+), 1237 deletions(-)
 delete mode 100644 debian/manpages
 create mode 100644 debian/patches/clean_test_helper.patch
 delete mode 100644 debian/patches/fix-ruby2gv.patch
 delete mode 100644 debian/patches/remove-rubygems-require.patch
 create mode 100644 debian/ruby-graphviz.manpages
 delete mode 100644 debian/ruby-test-files.yaml
 create mode 100644 debian/ruby-tests.rake
 copy examples/{sample55.rb => sample70.rb} (85%)
 create mode 100644 examples/sample71.rb
 create mode 100644 examples/sample72.rb
 create mode 100644 examples/sample73.rb
 create mode 100644 examples/sample74.rb
 create mode 100644 lib/graphviz/dot_script.rb
 create mode 100644 man/dot2ruby.1
 create mode 100644 man/dot2ruby.1.ronn
 create mode 100644 man/gem2gv.1
 create mode 100644 man/gem2gv.1.ronn
 create mode 100644 man/git2gv.1
 create mode 100644 man/git2gv.1.ronn
 create mode 100644 man/ruby2gv.1
 create mode 100644 man/ruby2gv.1.ronn
 create mode 100644 man/xml2gv.1
 create mode 100644 man/xml2gv.1.ronn
 create mode 100644 test/helper.rb
 delete mode 100644 test/support.rb
 create mode 100644 test/test_dot_script.rb

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



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