Package: gmp Version: 2:4.2.1+dfsg-2.1 Severity: normal Tags: patch Hi,
Attached is the diff for my gmp 2:4.2.1+dfsg-2.2 NMU. -- Homepage: http://www.sesse.net/
diff -Nru /tmp/NGDnoKnaOP/gmp-4.2.1+dfsg/debian/changelog /tmp/PKVafdX1Qw/gmp-4.2.1+dfsg/debian/changelog --- /tmp/NGDnoKnaOP/gmp-4.2.1+dfsg/debian/changelog 2006-07-18 11:17:49.000000000 +0200 +++ /tmp/PKVafdX1Qw/gmp-4.2.1+dfsg/debian/changelog 2006-07-18 11:17:54.000000000 +0200 @@ -1,3 +1,10 @@ +gmp (2:4.2.1+dfsg-2.2) unstable; urgency=high + + * Non-maintainer upload. + * Don't replace i386 by i486 in DEB_HOST_ARCH. Doh; fixes FTBFS on i386. + + -- Steinar H. Gunderson <[EMAIL PROTECTED]> Tue, 18 Jul 2006 02:06:44 +0200 + gmp (2:4.2.1+dfsg-2.1) unstable; urgency=high * Non-maintainer upload. diff -Nru /tmp/NGDnoKnaOP/gmp-4.2.1+dfsg/debian/rules /tmp/PKVafdX1Qw/gmp-4.2.1+dfsg/debian/rules --- /tmp/NGDnoKnaOP/gmp-4.2.1+dfsg/debian/rules 2006-07-18 11:17:49.000000000 +0200 +++ /tmp/PKVafdX1Qw/gmp-4.2.1+dfsg/debian/rules 2006-07-18 11:17:54.000000000 +0200 @@ -14,7 +14,7 @@ export DEB_HOST_GNU_TYPE := $(subst i386,i486, $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)) export DEB_BUILD_GNU_TYPE := $(subst i386,i486, $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)) -export DEB_HOST_ARCH := $(subst i386,i486,$(shell dpkg-architecture -qDEB_HOST_ARCH)) +export DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) confflags += --build $(DEB_HOST_GNU_TYPE)