[DRE-commits] [ruby-redis-actionpack] 02/03: Update packaging using dh-make-ruby -w

zeha at debian.org zeha at debian.org
Fri Mar 4 10:41:05 UTC 2016


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

zeha pushed a commit to annotated tag debian/4.0.0-2
in repository ruby-redis-actionpack.

commit ca430aeb5b80e1d206a54a7a9e525962dfbaac96
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Fri Mar 4 03:03:20 2016 +0100

    Update packaging using dh-make-ruby -w
---
 debian/compat  |  2 +-
 debian/control |  9 +++++----
 debian/rules   | 16 ++--------------
 3 files changed, 8 insertions(+), 19 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 674d1ce..2a5bafc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,16 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Balasankar C <balasankarc at autistici.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9~),
                gem2deb,
                ruby-actionpack (>= 4),
                ruby-redis-rack (>= 1.5.0),
                ruby-redis-store (>= 1.1.0)
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-redis-actionpack.git
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-redis-actionpack.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-redis-actionpack.git
-Homepage: https://github.com/redis-store/redis-actionpack
+Homepage: http://redis-store.org/redis-actionpack
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-redis-actionpack
diff --git a/debian/rules b/debian/rules
index acfc5fe..3454d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +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=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
+
+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-redis-actionpack.git



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