r44746 - in /packages/gmp/trunk/debian: changelog rules
smr at users.alioth.debian.org
smr at users.alioth.debian.org
Sun May 6 17:48:52 UTC 2012
Author: smr
Date: Sun May 6 17:48:51 2012
New Revision: 44746
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44746
Log:
New upstream. Enable FAT on all architectures.
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=44746&op=diff
==============================================================================
--- packages/gmp/trunk/debian/changelog (original)
+++ packages/gmp/trunk/debian/changelog Sun May 6 17:48:51 2012
@@ -1,3 +1,14 @@
+gmp (2:5.0.5+dfsg-1) unstable; urgency=low
+
+ * New upstream.
+
+ * rules: Always built FAT binary, on advice from upstream. By default,
+ GMP compiles for the CPU it detect at configure time. But with
+ --enable-fat it detects the CPU at run time. This is important for
+ cpu-dependent workarounds.
+
+ -- Steve M. Robbins <smr at debian.org> Sun, 06 May 2012 12:24:35 -0500
+
gmp (2:5.0.4+dfsg-1) unstable; urgency=low
* New upstream version.
Modified: packages/gmp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/rules?rev=44746&op=diff
==============================================================================
--- packages/gmp/trunk/debian/rules (original)
+++ packages/gmp/trunk/debian/rules Sun May 6 17:48:51 2012
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-ORIG_SRC_VERSION = 5.0.4
+ORIG_SRC_VERSION = 5.0.5
include /usr/share/quilt/quilt.make
@@ -44,13 +44,7 @@
lib64dir = usr/lib64
-confflags = --prefix=/usr --enable-cxx
-
-ifneq (,$(filter $(DEB_HOST_ARCH), amd64 kfreebsd-amd64 lpia))
- confflags += --disable-fat
-else
- confflags += --enable-fat
-endif
+confflags = --prefix=/usr --enable-cxx --enable-fat
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
AR = ar
More information about the debian-science-commits
mailing list