[DRE-commits] [SCM] ruby-ffi.git branch, master, updated. debian/1.0.11debian-2-4-g4f85c27

Antonio Terceiro terceiro at debian.org
Sun Jan 22 21:51:23 UTC 2012


The following commit has been merged in the master branch:
commit 4f85c2706b4c4a698b2f16d610d2061d3e13b30e
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Jan 22 19:22:57 2012 -0200

    Ignore test results on ia64 for now

diff --git a/debian/changelog b/debian/changelog
index 9a667b3..7f5be5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-ruby-ffi (1.0.11debian-3) UNRELEASED; urgency=low
+ruby-ffi (1.0.11debian-3) unstable; urgency=low
 
   * debian/patches/fix-test-on-sparc: fixes crash while running test suite on
     sparc (Closes: #642266). Thanks to Jurij Smakov for the patch.
+  * Ignore test results on ia64 for now. See #642267.
 
- -- Antonio Terceiro <terceiro at debian.org>  Wed, 11 Jan 2012 21:16:22 -0200
+ -- Antonio Terceiro <terceiro at debian.org>  Sun, 22 Jan 2012 19:19:47 -0200
 
 ruby-ffi (1.0.11debian-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 8c78572..fad2bd8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,10 @@
 #!/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
-#
+
+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-ffi.git



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