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

smr at users.alioth.debian.org smr at users.alioth.debian.org
Fri Jun 1 22:13:26 UTC 2012


Author: smr
Date: Fri Jun  1 22:13:26 2012
New Revision: 44940

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44940
Log:
Revert to FAT binary situation as of version 5.0.4.

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=44940&op=diff
==============================================================================
--- packages/gmp/trunk/debian/changelog (original)
+++ packages/gmp/trunk/debian/changelog Fri Jun  1 22:13:26 2012
@@ -1,3 +1,10 @@
+gmp (2:5.0.5+dfsg-2) unstable; urgency=low
+
+  * Revert to FAT binary situation of 5.0.4: disabled for amd64,
+    kfreebsd-amd64, and lpia; enabled for all other architectures.
+
+ -- Steve M. Robbins <smr at debian.org>  Fri, 01 Jun 2012 17:12:44 -0500
+
 gmp (2:5.0.5+dfsg-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: packages/gmp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/rules?rev=44940&op=diff
==============================================================================
--- packages/gmp/trunk/debian/rules (original)
+++ packages/gmp/trunk/debian/rules Fri Jun  1 22:13:26 2012
@@ -44,7 +44,13 @@
 lib64dir = usr/lib64
 
 
-confflags = --prefix=/usr --enable-cxx --disable-fat
+confflags = --prefix=/usr --enable-cxx
+
+ifneq (,$(filter $(DEB_HOST_ARCH), amd64 kfreebsd-amd64 lpia))
+  confflags += --disable-fat
+else
+  confflags += --enable-fat
+endif
 
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
   AR = ar




More information about the debian-science-commits mailing list