[DRE-commits] [ruby-barby] 04/10: update packaging with `dh-make-ruby -w`

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Dec 10 15:42:19 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-barby.

commit 66c9e8e2668d7c6b1d24623916e63a27cfb771f6
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Dec 10 13:11:05 2016 -0200

    update packaging with `dh-make-ruby -w`
---
 debian/changelog       |  1 +
 debian/control         |  5 +++--
 debian/ruby-barby.docs |  2 +-
 debian/rules           | 14 ++------------
 4 files changed, 7 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6a964fa..c3f21e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ ruby-barby (0.6.5-1) UNRELEASED; urgency=medium
   [ Antonio Terceiro ]
   * debian/watch: point to github
   * New upstream version 0.6.5
+  * update packaging with `dh-make-ruby -w`
 
  -- Cédric Boutillier <boutil at moszumanska.debian.org>  Sat, 10 Dec 2016 13:30:47 -0200
 
diff --git a/debian/control b/debian/control
index 0ec4d33..8773134 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,11 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Gunnar Wolf <gwolf at debian.org>
 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-barby.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-barby.git
-Homepage: https://github.com/toretore/barby
+Homepage: http://toretore.github.com/barby
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-barby
diff --git a/debian/ruby-barby.docs b/debian/ruby-barby.docs
index e845566..b43bf86 100644
--- a/debian/ruby-barby.docs
+++ b/debian/ruby-barby.docs
@@ -1 +1 @@
-README
+README.md
diff --git a/debian/rules b/debian/rules
index 5e0406d..f742a87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +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
-BUILDDIR=./debian/ruby-barby
+
+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-barby.git



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