[DRE-commits] [ruby-ipaddress] 01/02: dh-make-ruby -w

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Mar 9 05:29:17 UTC 2016


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

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

commit 4cce480bc3a10d2fa1ad7d028ca63f2495928840
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Mar 9 11:55:50 2016 +0700

    dh-make-ruby -w
---
 debian/changelog | 14 ++++++++++++++
 debian/control   |  3 ++-
 debian/rules     | 13 ++-----------
 3 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 64b2cba..e7ee9df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+ruby-ipaddress (0.8.3-2) unstable; urgency=medium
+
+  * Team upload.
+  * dh-make-ruby -w:
+    - debian/rules
+      - update homepage URL
+      - add Testsuite: field
+    - debian/rules:
+      - cleanup; remove comments generated by an old dh-make-ruby
+      - check dependency resolution during build; makes sure we will notice
+        broken rubygems-integration early on.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Wed, 09 Mar 2016 11:57:42 +0700
+
 ruby-ipaddress (0.8.3-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 8f64056..8f323f9 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 9~),
 Standards-Version: 3.9.7
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-ipaddress.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-ipaddress.git
-Homepage: http://github.com/bluemonk/ipaddress
+Homepage: https://github.com/bluemonk/ipaddress
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-ipaddress
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-ipaddress.git



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