Your message dated Sun, 22 Nov 2020 19:47:34 +0100
with message-id <3ff0d555-30f1-4f9b-9182-479ae6132...@debian.org>
and subject line Re: fontforge: FTBFS on i386 [patch]
has caused the Debian Bug report #975460,
regarding fontforge: FTBFS on i386 [patch]
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
975460: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975460
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: fontforge
Version: 1:20201107~dfsg-1
Severity: serious
tags: patch
Hello, to fix the build failure I think debian/libfontforge4.install should
contain this line:
usr/lib/${DEB_BUILD_MULTIARCH}
Full patch:
--- fontforge-20201107~dfsg/debian/changelog 2020-11-18 09:42:18.000000000
+0100
+++ fontforge-20201107~dfsg/debian/changelog 2020-11-22 15:24:41.000000000
+0100
@@ -1,3 +1,9 @@
+fontforge (1:20201107~dfsg-1.1) UNRELEASED; urgency=medium
+
+ * Fix i386 build (Closes: #-1)
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org> Sun, 22 Nov 2020
15:24:41 +0100
+
fontforge (1:20201107~dfsg-1) unstable; urgency=medium
[ Jonas Smedegaard ]
diff -Nru fontforge-20201107~dfsg/debian/libfontforge4.install
fontforge-20201107~dfsg/debian/libfontforge4.install
--- fontforge-20201107~dfsg/debian/libfontforge4.install 2020-11-17
10:15:18.000000000 +0100
+++ fontforge-20201107~dfsg/debian/libfontforge4.install 2020-11-22
15:24:40.000000000 +0100
@@ -1 +1 @@
-usr/lib/${DEB_HOST_GNU_TYPE}
+usr/lib/${DEB_BUILD_MULTIARCH}
--- End Message ---
--- Begin Message ---
looks like fixed already in git:
https://salsa.debian.org/fonts-team/fontforge/commit/c52b395bda57c305
Closing.
G.
On Sun, 22 Nov 2020 16:23:54 +0100 Gianfranco Costamagna
<locutusofb...@debian.org> wrote:
> Source: fontforge
> Version: 1:20201107~dfsg-1
> Severity: serious
> tags: patch
>
>
> Hello, to fix the build failure I think debian/libfontforge4.install should
> contain this line:
> usr/lib/${DEB_BUILD_MULTIARCH}
>
> Full patch:
>
> --- fontforge-20201107~dfsg/debian/changelog 2020-11-18 09:42:18.000000000
> +0100
> +++ fontforge-20201107~dfsg/debian/changelog 2020-11-22 15:24:41.000000000
> +0100
> @@ -1,3 +1,9 @@
> +fontforge (1:20201107~dfsg-1.1) UNRELEASED; urgency=medium
> +
> + * Fix i386 build (Closes: #-1)
> +
> + -- Gianfranco Costamagna <locutusofb...@debian.org> Sun, 22 Nov 2020
> 15:24:41 +0100
> +
> fontforge (1:20201107~dfsg-1) unstable; urgency=medium
>
> [ Jonas Smedegaard ]
> diff -Nru fontforge-20201107~dfsg/debian/libfontforge4.install
> fontforge-20201107~dfsg/debian/libfontforge4.install
> --- fontforge-20201107~dfsg/debian/libfontforge4.install 2020-11-17
> 10:15:18.000000000 +0100
> +++ fontforge-20201107~dfsg/debian/libfontforge4.install 2020-11-22
> 15:24:40.000000000 +0100
> @@ -1 +1 @@
> -usr/lib/${DEB_HOST_GNU_TYPE}
> +usr/lib/${DEB_BUILD_MULTIARCH}
>
>
--- End Message ---