[DRE-commits] [SCM] ruby-hpricot.git branch, master, updated. upstream/0.8.5-17-g785f4e6

Cédric Boutillier cedric.boutillier at gmail.com
Wed Jan 25 22:51:37 UTC 2012


The following commit has been merged in the master branch:
commit 785f4e6df28d28fc9315ab6617852edcbb718c8a
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Wed Jan 25 22:53:08 2012 +0100

    ignore test results on ia64 (#653582)

diff --git a/debian/changelog b/debian/changelog
index 3e47605..f493303 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-hpricot (0.8.6-1) unstable; urgency=low
+
+  * New upstream version
+  * Ignore test results on ia64 for now. See #653582.
+
+ -- Cédric Boutillier <cedric.boutillier at gmail.com>  Wed, 25 Jan 2012 22:45:51 +0100
+
 ruby-hpricot (0.8.5-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/rules b/debian/rules
index a5e7dc8..23dccc2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,11 @@
 #
 # Uncomment to ignore all test failures (but the tests will run anyway)
 #export DH_RUBY_IGNORE_TESTS=all
-#
+
+ifeq (ia64, $(shell dpkg-architecture -qDEB_BUILD_ARCH))
+	export DH_RUBY_IGNORE_TESTS=all
+endif
+
 # 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

-- 
ruby-hpricot.git



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