r44939 - in /packages/gmp/trunk/debian: changelog rules

smr at users.alioth.debian.org smr at users.alioth.debian.org
Fri Jun 1 22:06:43 UTC 2012


Author: smr
Date: Fri Jun  1 22:06:43 2012
New Revision: 44939

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44939
Log:
Include NMU patch for 2:5.0.5+dfsg-1.1.

Modified:
    packages/gmp/trunk/debian/changelog
    packages/gmp/trunk/debian/rules

Modified: packages/gmp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/changelog?rev=44939&op=diff
==============================================================================
--- packages/gmp/trunk/debian/changelog (original)
+++ packages/gmp/trunk/debian/changelog Fri Jun  1 22:06:43 2012
@@ -1,3 +1,11 @@
+gmp (2:5.0.5+dfsg-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Revert to --disable-fat, as it seems to cause gcc to abort on some
+    machines (closes: #671866)
+
+ -- Julien Cristau <jcristau at debian.org>  Tue, 08 May 2012 19:24:03 +0200
+
 gmp (2:5.0.5+dfsg-1) unstable; urgency=low
 
   * New upstream.

Modified: packages/gmp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/rules?rev=44939&op=diff
==============================================================================
--- packages/gmp/trunk/debian/rules (original)
+++ packages/gmp/trunk/debian/rules Fri Jun  1 22:06:43 2012
@@ -44,7 +44,7 @@
 lib64dir = usr/lib64
 
 
-confflags = --prefix=/usr --enable-cxx --enable-fat
+confflags = --prefix=/usr --enable-cxx --disable-fat
 
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
   AR = ar




More information about the debian-science-commits mailing list