[DRE-commits] [ruby-rmagick] branch master updated (0da81b9 -> c8d469a)

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Dec 4 15:32:57 UTC 2016


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

terceiro pushed a change to branch master
in repository ruby-rmagick.

      from  0da81b9   release
      adds  623c69a   New upstream version 2.16.0
       new  1989bd4   Merge tag 'upstream/2.16.0'
       new  53de3a0   New upstream version 2.16.0
       new  9f7d7d4   Allocate DrawInfo using the ImageMagick APi
       new  3915541   workaround breakage when loading gemspec
       new  1d60f5c   Drop ruby-setup from Build-Depends:, not really needed
       new  8b6df97   debian/rules: use gemspec hack only for clean target
       new  d5f6dad   fix gemspec
       new  6cc6303   drop messing around with gemspec
       new  09c720a   drop allocation patches
       new  9388868   debian/ruby-tests.rake: run both tests from both spec/ and test/
       new  687f68e   skip a few tests
       new  02914da   debian/ruby-tests.rake: run on gem2deb 0.32
       new  b7d261f   release to unstable
       new  189af0f   missing build dependency
       new  c8d469a   skip some more tests

The 15 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                                        |   2 +
 CHANGELOG.md                                       |   4 +
 README.textile                                     |  10 +
 before_install_linux.sh                            |   6 +
 debian/changelog                                   |  14 +
 debian/control                                     |   2 +-
 .../0005-gemspec-fix-error-when-loading.patch      |  31 ++
 debian/patches/0006-gemspec-drop-git-usage.patch   |  21 +
 debian/patches/0007-Skip-failing-tests.patch       | 127 ++++++
 debian/patches/series                              |   3 +
 debian/ruby-tests.rake                             |   7 +-
 debian/rules                                       |   3 +
 doc/draw.html                                      |  11 +-
 ext/RMagick/extconf.rb                             |  57 ++-
 lib/rmagick/version.rb                             |   3 +-
 lib/rmagick_internal.rb                            |   1 -
 metadata.yml                                       | 508 ---------------------
 rmagick.gemspec                                    |  27 +-
 wercker.yml                                        |  10 +
 19 files changed, 315 insertions(+), 532 deletions(-)
 create mode 100644 debian/patches/0005-gemspec-fix-error-when-loading.patch
 create mode 100644 debian/patches/0006-gemspec-drop-git-usage.patch
 create mode 100644 debian/patches/0007-Skip-failing-tests.patch
 delete mode 100644 metadata.yml
 create mode 100644 wercker.yml

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



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