[DRE-commits] [ruby-tokyocabinet] 01/03: Refresh packaging with 'dh-make-ruby -w'

Cédric Boutillier boutil at moszumanska.debian.org
Fri Aug 14 13:16:27 UTC 2015


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

boutil pushed a commit to branch master
in repository ruby-tokyocabinet.

commit 2ee74a4b7def5b4bcf6252bf7975ffeef451253a
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Aug 14 14:40:49 2015 +0200

    Refresh packaging with 'dh-make-ruby -w'
---
 debian/control | 18 ++++++++++++------
 debian/rules   |  8 +++++++-
 2 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 2dfd0c1..3a5cad3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,24 @@ Section: ruby
 Priority: extra
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Marc Dequènes (Duck) <Duck at DuckCorp.org>, Laurent Arnoud <laurent at spkdev.net>, Lucas Nussbaum <lucas at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1),
- libtokyocabinet-dev (>= 1.4.37), zlib1g-dev, libbz2-dev
-Standards-Version: 3.9.5
-Homepage: http://fallabs.com/tokyocabinet/
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb,
+               libtokyocabinet-dev (>= 1.4.37),
+               zlib1g-dev,
+               libbz2-dev
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-tokyocabinet.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-tokyocabinet.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-tokyocabinet.git
+Homepage: http://fallabs.com/tokyocabinet/
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-tokyocabinet
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Ruby Binding of Tokyo Cabinet Database
  Tokyo Cabinet is an efficient database library like GDBM and NDBM.
  It features hash database and B+ tree database and is developed as the
diff --git a/debian/rules b/debian/rules
index a4b9e28..acfc5fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +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-tokyocabinet.git



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