[DRE-commits] [ruby-gnuplot] 02/03: Refresh packaging using dh-make-ruby

Lucas Nussbaum lucas at moszumanska.debian.org
Mon Aug 17 18:20:54 UTC 2015


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

lucas pushed a commit to branch master
in repository ruby-gnuplot.

commit 44f015a2ce980a7ae9f4591159ed0fb2b1bc4174
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Mon Aug 17 20:18:42 2015 +0200

    Refresh packaging using dh-make-ruby
---
 debian/control   | 19 +++++++++++++------
 debian/copyright |  3 +--
 debian/rules     |  5 ++++-
 3 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 0c86da5..e3384b0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,20 +2,27 @@ Source: ruby-gnuplot
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Lucas Nussbaum <lucas at debian.org>, Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), gnuplot
-Standards-Version: 3.9.4
+Uploaders: Lucas Nussbaum <lucas at debian.org>,
+           Cédric Boutillier <boutil at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb,
+               gnuplot,
+               rake
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-gnuplot.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-gnuplot.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-gnuplot.git
 Homepage: https://github.com/rdp/ruby_gnuplot
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-gnuplot
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, gnuplot
+Depends: gnuplot,
+         ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Ruby library to interact with gnuplot
  Gnuplot is a program that has a rich language for the generation of plots.
  Ruby Gnuplot implements a Domain-Specific Language (DSL) to control
  gnuplot from Ruby scripts.
-
diff --git a/debian/copyright b/debian/copyright
index 244712b..5ba8247 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,7 +13,7 @@ License: BSD-3-clause
 License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
- . 
+ .
      * Redistributions of source code must retain the above copyright notice,
        this list of conditions and the following disclaimer.
  .
@@ -35,4 +35,3 @@ License: BSD-3-clause
  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
diff --git a/debian/rules b/debian/rules
index a5e7dc8..acfc5fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,13 @@
 #
 # 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
+#export DH_RUBY_IGNORE_TESTS=ruby2.1 ruby2.2
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec
+#
+# Uncomment to check dependencies during build:
+# 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-gnuplot.git



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