[DRE-commits] [ruby-googlecharts] 08/09: Refresh packaging using ruby tools, drop transitional packages

zeha at debian.org zeha at debian.org
Tue Jul 5 13:16:57 UTC 2016


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

zeha pushed a commit to branch master
in repository ruby-googlecharts.

commit b6b8d925943f5ea2ddc32aa1ab44fa624ae3ec93
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Tue Jul 5 15:14:09 2016 +0200

    Refresh packaging using ruby tools, drop transitional packages
---
 debian/control | 29 ++---------------------------
 debian/rules   | 13 ++-----------
 2 files changed, 4 insertions(+), 38 deletions(-)

diff --git a/debian/control b/debian/control
index d0fa012..c58e5db 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,11 @@ Uploaders: Ryan Niebur <ryanryan52 at gmail.com>,
            Cédric Boutillier <cedric.boutillier at gmail.com>
 Build-Depends: debhelper (>= 9),
                gem2deb
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-googlecharts.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-googlecharts.git
 Homepage: http://googlecharts.rubyforge.org/
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-googlecharts
@@ -18,35 +19,9 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
-Replaces: libgooglecharts-ruby (<< 1.6.8-1~),
-          libgooglecharts-ruby1.8 (<< 1.6.8-1~)
-Breaks: libgooglecharts-ruby (<< 1.6.8-1~),
-        libgooglecharts-ruby1.8 (<< 1.6.8-1~)
-Provides: libgooglecharts-ruby,
-          libgooglecharts-ruby1.8
 Description: Ruby library to generate charts using Google Chart API
  Googlecharts is a nice and simple wrapper for the Google Chart API.
  It allows one to draw a large variety of kinds of graphs such as bars or pies.
  .
  This library relies on external code hosted on Google servers, accessed
  through this API.
-
-Package: libgooglecharts-ruby
-Section: contrib/oldlibs
-Priority: extra
-Architecture: all
-Depends: ruby-googlecharts,
-         ${misc:Depends}
-Description: Transitional package for ruby-googlecharts
- This is a transitional package to ease upgrades to the ruby-googlecharts
- package. It can safely be removed.
-
-Package: libgooglecharts-ruby1.8
-Section: contrib/oldlibs
-Priority: extra
-Architecture: all
-Depends: ruby-googlecharts,
-         ${misc:Depends}
-Description: Transitional package for ruby-googlecharts
- This is a transitional package to ease upgrades to the ruby-googlecharts
- package. It can safely be removed.
diff --git a/debian/rules b/debian/rules
index a5e7dc8..3454d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,6 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
 	dh $@ --buildsystem=ruby --with ruby

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



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