[med-svn] r9358 - trunk/packages/libhmsbeagle/trunk/debian

Andreas Tille tille at alioth.debian.org
Sat Jan 21 13:03:59 UTC 2012


Author: tille
Date: 2012-01-21 13:03:58 +0000 (Sat, 21 Jan 2012)
New Revision: 9358

Modified:
   trunk/packages/libhmsbeagle/trunk/debian/changelog
   trunk/packages/libhmsbeagle/trunk/debian/rules
Log:
Prevent compiler options -march=native and -msse2


Modified: trunk/packages/libhmsbeagle/trunk/debian/changelog
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/changelog	2012-01-21 12:50:02 UTC (rev 9357)
+++ trunk/packages/libhmsbeagle/trunk/debian/changelog	2012-01-21 13:03:58 UTC (rev 9358)
@@ -1,3 +1,10 @@
+libhmsbeagle (1.0-2) unstable; urgency=low
+
+  * debian/rules: Prevent compiler options -march=native and -msse2
+    Closes: #656729
+
+ -- Andreas Tille <tille at debian.org>  Sat, 21 Jan 2012 13:54:38 +0100
+
 libhmsbeagle (1.0-1) unstable; urgency=low
 
   * Initial upload to Debian (Closes: #656609)

Modified: trunk/packages/libhmsbeagle/trunk/debian/rules
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/rules	2012-01-21 12:50:02 UTC (rev 9357)
+++ trunk/packages/libhmsbeagle/trunk/debian/rules	2012-01-21 13:03:58 UTC (rev 9358)
@@ -12,7 +12,7 @@
 
 override_dh_auto_configure:
 	./autogen.sh
-	dh_auto_configure -- --enable-doxygen-man
+	dh_auto_configure -- --enable-doxygen-man --enable-march-native=no --enable-sse=no
 
 override_dh_auto_build:
 	$(MAKE)




More information about the debian-med-commit mailing list