Source: fontforge
Version: 1:20201107~dfsg-4
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: cross-satisfiability

fontforge fails to cross build from source, because its python build
depends are not installable. An earlier bug already moved much of the
documentation dependencies to B-D-I, so python is really all that is
left. fontforge requests the python interpreter for the host
architecture, but it really needs a runnable python interpreter and a
host architecture python development package. Please consider applying
the attached patch to multiarchify the dependencies.

Helmut
diff --minimal -Nru fontforge-20201107~dfsg/debian/changelog 
fontforge-20201107~dfsg/debian/changelog
--- fontforge-20201107~dfsg/debian/changelog    2021-01-15 16:55:46.000000000 
+0100
+++ fontforge-20201107~dfsg/debian/changelog    2021-02-28 08:58:14.000000000 
+0100
@@ -1,3 +1,10 @@
+fontforge (1:20201107~dfsg-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Mutiarchify python Build-Depends. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 28 Feb 2021 08:58:14 +0100
+
 fontforge (1:20201107~dfsg-4) unstable; urgency=medium
 
   * Rename extended to extendeddbl to avoid FTBFS on Hurd.
diff --minimal -Nru fontforge-20201107~dfsg/debian/control 
fontforge-20201107~dfsg/debian/control
--- fontforge-20201107~dfsg/debian/control      2021-01-15 08:41:04.000000000 
+0100
+++ fontforge-20201107~dfsg/debian/control      2021-02-28 08:58:13.000000000 
+0100
@@ -22,14 +22,15 @@
  libjpeg-dev,
  libpango1.0-dev,
  libpng-dev,
+ libpython3-dev,
  libspiro-dev,
  libtiff5-dev,
  libuninameslist-dev,
  libxml2-dev,
  libglib2.0-dev,
  ninja-build,
- python3,
- python3-dev,
+ python3:any,
+ python3-dev:any,
  libwoff-dev,
  libgtk-3-dev,
  pkg-kde-tools

Reply via email to