[DRE-commits] r5906 - trunk/librmagick-ruby/debian

Vincent Fourmond fourmond at alioth.debian.org
Mon Oct 11 19:40:28 UTC 2010


Author: fourmond
Date: 2010-10-11 19:40:27 +0000 (Mon, 11 Oct 2010)
New Revision: 5906

Modified:
   trunk/librmagick-ruby/debian/changelog
   trunk/librmagick-ruby/debian/rules
Log:
[librmagick-ruby] Attempt to silence out problematic tests on sparc

Modified: trunk/librmagick-ruby/debian/changelog
===================================================================
--- trunk/librmagick-ruby/debian/changelog	2010-10-11 17:41:54 UTC (rev 5905)
+++ trunk/librmagick-ruby/debian/changelog	2010-10-11 19:40:27 UTC (rev 5906)
@@ -1,3 +1,10 @@
+librmagick-ruby (2.13.1-2) unstable; urgency=medium
+
+  * Temporarily ignores the problems with the tests on SPARC, since they
+    seems to have spurious and not reproducible causes (closes: #591539)
+
+ -- Vincent Fourmond <fourmond at debian.org>  Mon, 11 Oct 2010 21:24:58 +0200
+
 librmagick-ruby (2.13.1-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/librmagick-ruby/debian/rules
===================================================================
--- trunk/librmagick-ruby/debian/rules	2010-10-11 17:41:54 UTC (rev 5905)
+++ trunk/librmagick-ruby/debian/rules	2010-10-11 19:40:27 UTC (rev 5906)
@@ -10,6 +10,11 @@
 docdir := /usr/share/doc/librmagick-ruby-doc/html
 DEB_RUBY_CONFIG_ARGS += --doc-dir=$(CURDIR)/debian/librmagick-ruby-doc/$(docdir)
 
+# Workaround buggy buildds on sparc
+ifeq ($(DEB_BUILD_ARCH),sparc)
+DEB_RUBY_CONFIG_ARGS +=  --allow-example-errors
+endif
+
 # upstream uses a "post-clean" hook, but no "post-distclean", so we have to
 # override DEB_RUBY_CLEAN_TARGET.
 DEB_RUBY_CLEAN_TARGET = clean




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