[med-svn] r1941 - trunk/packages/minc/trunk/debian

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sat May 31 17:04:28 UTC 2008


Author: hanska-guest
Date: 2008-05-31 17:04:26 +0000 (Sat, 31 May 2008)
New Revision: 1941

Modified:
   trunk/packages/minc/trunk/debian/changelog
   trunk/packages/minc/trunk/debian/rules
Log:
* debian/rules:
  - conditionally add -mieee on Alpha (Closes: #368263)

Modified: trunk/packages/minc/trunk/debian/changelog
===================================================================
--- trunk/packages/minc/trunk/debian/changelog	2008-05-31 16:18:39 UTC (rev 1940)
+++ trunk/packages/minc/trunk/debian/changelog	2008-05-31 17:04:26 UTC (rev 1941)
@@ -8,8 +8,10 @@
   * debian/patches/:
     - 01_mincedit-sensible-viewer.diff updated
     - 02_testdir-runtests.diff removed, it has been merged upstream
+  * debian/rules:
+    - conditionally add -mieee on Alpha (Closes: #368263)
 
- -- Steve M. Robbins <smr at debian.org>  Sat, 31 May 2008 05:53:26 -0500
+ -- David Paleino <d.paleino at gmail.com>  Sat, 31 May 2008 19:04:16 +0200
 
 minc (2.0.14-2) unstable; urgency=low
 

Modified: trunk/packages/minc/trunk/debian/rules
===================================================================
--- trunk/packages/minc/trunk/debian/rules	2008-05-31 16:18:39 UTC (rev 1940)
+++ trunk/packages/minc/trunk/debian/rules	2008-05-31 17:04:26 UTC (rev 1941)
@@ -8,6 +8,12 @@
 DEB_MAKE_BUILD_TARGET = all 
 DEB_MAKE_CHECK_TARGET = check
 
+# This should fix #368263
+ARCH  := $(shell dpkg-architecture -qDEB_HOST_ARCH)
+ifeq ($(CPU),alpha)
+	CFLAGS += -mieee
+endif
+
 ps_docs = doc/prog_ref.ps doc/prog_guide.ps volume_io/Documentation/volume_io.ps
 
 build/libminc-dev:: $(ps_docs)




More information about the debian-med-commit mailing list