Bug#975460: fontforge: FTBFS on i386 [patch]

2020-11-23 Thread Anthony Fok
On Sun, Nov 22, 2020 at 12:27 PM Gianfranco Costamagna
 wrote:
>
> BTW the macro was DEB_HOST_MULTIARCH, as you already know
> G.

Thank you Gianfranco!

Sorry for my delay in getting the fix uploaded.
There is another FTBFS issue with binary-indep (build all), as well as
some Lintian errors and warnings, that I would like to solve too
before upload.  I think I am finally almost ready to upload
1:20201107~dfsg-2, hopefully in an hour or so?  :-)

Cheers,
Anthony

> On Sun, 22 Nov 2020 19:47:34 +0100 Gianfranco Costamagna 
>  wrote:
> > 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 
> >  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/changelog2020-11-18 
> > > 09:42:18.0 +0100
> > > +++ fontforge-20201107~dfsg/debian/changelog2020-11-22 
> > > 15:24:41.0 +0100
> > > @@ -1,3 +1,9 @@
> > > +fontforge (1:20201107~dfsg-1.1) UNRELEASED; urgency=medium
> > > +
> > > +  * Fix i386 build (Closes: #-1)
> > > +
> > > + -- Gianfranco Costamagna   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.install2020-11-17 
> > > 10:15:18.0 +0100
> > > +++ fontforge-20201107~dfsg/debian/libfontforge4.install2020-11-22 
> > > 15:24:40.0 +0100
> > > @@ -1 +1 @@
> > > -usr/lib/${DEB_HOST_GNU_TYPE}
> > > +usr/lib/${DEB_BUILD_MULTIARCH}
> > >
> > >
> >
> >
>



Bug#975460: fontforge: FTBFS on i386 [patch]

2020-11-22 Thread Gianfranco Costamagna
BTW the macro was DEB_HOST_MULTIARCH, as you already know
G.


On Sun, 22 Nov 2020 19:47:34 +0100 Gianfranco Costamagna 
 wrote:
> 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 
>  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/changelog2020-11-18 
> > 09:42:18.0 +0100
> > +++ fontforge-20201107~dfsg/debian/changelog2020-11-22 
> > 15:24:41.0 +0100
> > @@ -1,3 +1,9 @@
> > +fontforge (1:20201107~dfsg-1.1) UNRELEASED; urgency=medium
> > +
> > +  * Fix i386 build (Closes: #-1)
> > +
> > + -- Gianfranco Costamagna   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.install2020-11-17 
> > 10:15:18.0 +0100
> > +++ fontforge-20201107~dfsg/debian/libfontforge4.install2020-11-22 
> > 15:24:40.0 +0100
> > @@ -1 +1 @@
> > -usr/lib/${DEB_HOST_GNU_TYPE}
> > +usr/lib/${DEB_BUILD_MULTIARCH}
> > 
> > 
> 
> 



Bug#975460: fontforge: FTBFS on i386 [patch]

2020-11-22 Thread Gianfranco Costamagna
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/changelog2020-11-18 09:42:18.0 
+0100
+++ fontforge-20201107~dfsg/debian/changelog2020-11-22 15:24:41.0 
+0100
@@ -1,3 +1,9 @@
+fontforge (1:20201107~dfsg-1.1) UNRELEASED; urgency=medium
+
+  * Fix i386 build (Closes: #-1)
+
+ -- Gianfranco Costamagna   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.install2020-11-17 
10:15:18.0 +0100
+++ fontforge-20201107~dfsg/debian/libfontforge4.install2020-11-22 
15:24:40.0 +0100
@@ -1 +1 @@
-usr/lib/${DEB_HOST_GNU_TYPE}
+usr/lib/${DEB_BUILD_MULTIARCH}