Your message dated Wed, 19 Jul 2006 22:02:30 -0400
with message-id <[EMAIL PROTECTED]>
and subject line thanks for the patch
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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)
--- End Message ---
--- Begin Message ---
Hi,
I have incorporated a modified version of your patch into gmp
4.2.1+dfsg-3, already uploaded.
Thanks!
-Steve
--- End Message ---