[Pkg-scicomp-commits] gmp/trunk/debian

Steven Michael Robbins smr at debian.org
Thu May 28 05:50:16 UTC 2009


SVN commit 4452 by smr:

Incorporate NMU patch, thanks to Matthias Klose.

 M  +8 -0      gmp/trunk/debian/changelog  
 M  +2 -2      gmp/trunk/debian/rules  


--- gmp/trunk/debian/changelog #4451:4452
@@ -1,3 +1,11 @@
+gmp (2:4.2.4+dfsg-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't build libgmp3c2 as 64bit library on powerpc.
+    Closes: #528768, #528840.
+
+ -- Matthias Klose <doko at debian.org>  Sat, 16 May 2009 13:39:16 +0200
+
 gmp (2:4.2.4+dfsg-8) unstable; urgency=low
 
   * Upload of -7 to unstable.  No source changes.
--- gmp/trunk/debian/rules #4451:4452
@@ -67,8 +67,8 @@
 ifneq (,$(findstring $(DEB_HOST_ARCH), powerpc))
   EXTRA_INSTALL=install64
   m64=-m64
-  confflags_build = --build $(DEB_BUILD_GNU_TYPE) --host powerpc64-gnu-linux
-  confflags64 = ABI=mode64 $(confflags) $(confflags_build) --libdir=/${lib64dir}
+  confflags64_build = --build $(DEB_BUILD_GNU_TYPE) --host powerpc64-gnu-linux
+  confflags64 = ABI=mode64 $(confflags) $(confflags64_build) --libdir=/${lib64dir}
   CC64 = gcc $(m64)
   CXX64 = g++ $(m64)
   MAKE_CHECK = : disabled make check



More information about the Pkg-scicomp-commits mailing list