[DRE-commits] [ruby-zoom] branch master updated (9471bd5 -> 016a9e2)

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Fri Jan 20 14:16:00 UTC 2017


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

lucasmoura-guest pushed a change to branch master
in repository ruby-zoom.

      from  9471bd5   Run wrap-and-sort on packaging files
      adds  11ddda1   New upstream version 0.5.0
       new  1270a4d   Merge tag 'upstream/0.5.0'
       new  976042c   New upstream version 0.5.0
       new  f3738d9   Bump standards-version to 3.9.8
       new  59854bd   Drop already applied patch
       new  9571185   Update README to README.md on ruby-zoom.docs
       new  99b529c   Remove unused lintian overrides
       new  ca7600f   Update file name entry on debian/copyright
       new  82dd974   Add testsuite to debian/control
       new  016a9e2   Create release

The 9 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 => README.md                     |  38 +++++----
 Rakefile                                |  46 ++++-------
 debian/changelog                        |  22 +++++
 debian/control                          |   3 +-
 debian/copyright                        |   2 +-
 debian/patches/fix_assert_in_test.patch |  17 ----
 debian/patches/ruby191.patch            |  88 --------------------
 debian/patches/series                   |   2 -
 debian/ruby-zoom.docs                   |   2 +-
 debian/source/lintian-overrides         |   2 -
 {src => ext}/extconf.rb                 |   4 +-
 {src => ext}/rbzoom.c                   |   0
 {src => ext}/rbzoom.h                   |   2 +-
 {src => ext}/rbzoomconnection.c         |   2 +-
 {src => ext}/rbzoomoptions.c            |  14 ++--
 {src => ext}/rbzoompackage.c            |   0
 {src => ext}/rbzoomquery.c              |   0
 {src => ext}/rbzoomrecord.c             |   0
 {src => ext}/rbzoomresultset.c          |   0
 metadata.yml                            | 139 +++++++++++++++-----------------
 sample/needle.rb                        |   0
 test/package_test.rb                    |   2 +-
 22 files changed, 142 insertions(+), 243 deletions(-)
 rename README => README.md (84%)
 delete mode 100644 debian/patches/fix_assert_in_test.patch
 delete mode 100644 debian/patches/ruby191.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/source/lintian-overrides
 rename {src => ext}/extconf.rb (94%)
 rename {src => ext}/rbzoom.c (100%)
 rename {src => ext}/rbzoom.h (96%)
 rename {src => ext}/rbzoomconnection.c (99%)
 rename {src => ext}/rbzoomoptions.c (93%)
 rename {src => ext}/rbzoompackage.c (100%)
 rename {src => ext}/rbzoomquery.c (100%)
 rename {src => ext}/rbzoomrecord.c (100%)
 rename {src => ext}/rbzoomresultset.c (100%)
 mode change 100644 => 100755 sample/needle.rb

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



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