Package: gmp Version: 4.2.4+dfsg-8 Hi, uploaded binaries for powerpc to unbreak GCC on 32bit machines.
Matthias
diff -u gmp-4.2.4+dfsg/debian/rules gmp-4.2.4+dfsg/debian/rules --- gmp-4.2.4+dfsg/debian/rules +++ gmp-4.2.4+dfsg/debian/rules @@ -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 diff -u gmp-4.2.4+dfsg/debian/changelog gmp-4.2.4+dfsg/debian/changelog --- gmp-4.2.4+dfsg/debian/changelog +++ gmp-4.2.4+dfsg/debian/changelog @@ -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 <d...@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.