[med-svn] r1973 - trunk/packages/minc/trunk/debian
smr at alioth.debian.org
smr at alioth.debian.org
Thu Jun 5 14:26:19 UTC 2008
Author: smr
Date: 2008-06-05 14:26:19 +0000 (Thu, 05 Jun 2008)
New Revision: 1973
Modified:
trunk/packages/minc/trunk/debian/changelog
trunk/packages/minc/trunk/debian/rules
Log:
Do not run unit tests at all; many of them are buggy or useless.
Modified: trunk/packages/minc/trunk/debian/changelog
===================================================================
--- trunk/packages/minc/trunk/debian/changelog 2008-06-05 14:01:45 UTC (rev 1972)
+++ trunk/packages/minc/trunk/debian/changelog 2008-06-05 14:26:19 UTC (rev 1973)
@@ -1,9 +1,17 @@
minc (2.0.15-2) unstable; urgency=low
+ [ David Paleino ]
* debian/rules:
- conditionally add -mieee on Alpha (Closes: #368263)
+
+ [ Steve M. Robbins ]
+ * debian/rules: Do not run the tests, since they are broken in many
+ ways; e.g. int functions without a return statement, checking
+ floating-point values without a tolerance, and some that require a
+ list of files on the command line but are given none.
+ Closes: #475808.
- -- David Paleino <d.paleino at gmail.com> Sat, 31 May 2008 19:04:16 +0200
+ -- Steve M. Robbins <smr at debian.org> Thu, 05 Jun 2008 09:24:59 -0500
minc (2.0.15-1) unstable; urgency=low
Modified: trunk/packages/minc/trunk/debian/rules
===================================================================
--- trunk/packages/minc/trunk/debian/rules 2008-06-05 14:01:45 UTC (rev 1972)
+++ trunk/packages/minc/trunk/debian/rules 2008-06-05 14:26:19 UTC (rev 1973)
@@ -6,7 +6,7 @@
DEB_CONFIGURE_EXTRA_FLAGS = --enable-shared --enable-minc2 --enable-acr-nema
DEB_MAKE_BUILD_TARGET = all
-DEB_MAKE_CHECK_TARGET = check
+#DEB_MAKE_CHECK_TARGET = check
# This should fix #368263
ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
More information about the debian-med-commit
mailing list