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

Thiago Ribeiro thiagovsk-guest at moszumanska.debian.org
Tue Mar 1 20:16:54 UTC 2016


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

thiagovsk-guest pushed a commit to branch master
in repository ruby-rb-inotify.

commit eb0f6d7338c92a0fceec3bf6fc73af450c80d5a8
Author: Thiago Ribeiro <thiagitosouza at gmail.com>
Date:   Tue Mar 1 17:08:16 2016 -0300

    Update packaging using dh-make-ruby -w
---
 debian/compat  |  2 +-
 debian/control | 20 +++++++++++++-------
 debian/rules   | 13 ++-----------
 3 files changed, 16 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 6895654..3319cb8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,24 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Micah Anderson <micah at debian.org>, Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
-Standards-Version: 3.9.5
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rb-inotify.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-rb-inotify.git;a=summary
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               ruby-ffi (>= 0.5.0)
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-rb-inotify.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rb-inotify.git
 Homepage: http://github.com/nex3/rb-inotify
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-rb-inotify
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ffi (>= 0.5.0)
-Description: Ruby wrapper for Linux's inotify
+Depends: ruby | ruby-interpreter,
+         ruby-ffi (>= 0.5.0),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: A Ruby wrapper for Linux's inotify, using FFI
  This Ruby library is a simple wrapper over inotify, a Linux kernel subsystem
  that acts to extend filesystems to notice changes to the filesystem, and
- report those changes to applications. 
+ report those changes to applications.
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-rb-inotify.git



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