[med-svn] r9722 - trunk/packages/minc/trunk/debian
Steven Michael Robbins
smr at alioth.debian.org
Mon Feb 20 03:59:05 UTC 2012
Author: smr
Date: 2012-02-20 03:59:05 +0000 (Mon, 20 Feb 2012)
New Revision: 9722
Modified:
trunk/packages/minc/trunk/debian/changelog
trunk/packages/minc/trunk/debian/rules
Log:
Disable tests on sparc.
Modified: trunk/packages/minc/trunk/debian/changelog
===================================================================
--- trunk/packages/minc/trunk/debian/changelog 2012-02-20 03:53:38 UTC (rev 9721)
+++ trunk/packages/minc/trunk/debian/changelog 2012-02-20 03:59:05 UTC (rev 9722)
@@ -4,8 +4,11 @@
* patches/mincaverage-pathmax.patch: New. Work around missing PATH_MAX
definition; fixes FTBFS on hurd.
+
+ * rules: Tests are buggy, but do work on most architectures. Disable on
+ sparc.
- -- Steve M. Robbins <smr at debian.org> Sun, 19 Feb 2012 21:52:15 -0600
+ -- Steve M. Robbins <smr at debian.org> Sun, 19 Feb 2012 21:58:51 -0600
minc (2.1.00-3) unstable; urgency=low
Modified: trunk/packages/minc/trunk/debian/rules
===================================================================
--- trunk/packages/minc/trunk/debian/rules 2012-02-20 03:53:38 UTC (rev 9721)
+++ trunk/packages/minc/trunk/debian/rules 2012-02-20 03:59:05 UTC (rev 9722)
@@ -10,6 +10,13 @@
CFLAGS += -mieee
endif
+# Tests are buggy; disable test on sparc
+ifeq ($(CPU),sparc)
+ DEB_BUILD_OPTIONS += " nocheck"
+endif
+
+
+
DEB_CONFIGURE_EXTRA_FLAGS = --enable-shared --enable-minc2 --enable-acr-nema CFLAGS="$(CFLAGS)"
More information about the debian-med-commit
mailing list