Source: broccoli-python
Version: 0.63-1.1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: cross-satisfiability

broccoli-python cannot be cross built from source, because it depends on
the host architecture python interpreter. It really wants an executable
python interpreter plus host architecture python libraries though.
Please consider applying the attached patch to let the Build-Depends
reflect that.

Helmut
diff --minimal -Nru broccoli-python-0.63/debian/changelog 
broccoli-python-0.63/debian/changelog
--- broccoli-python-0.63/debian/changelog       2019-12-22 23:51:56.000000000 
+0100
+++ broccoli-python-0.63/debian/changelog       2020-05-20 06:08:27.000000000 
+0200
@@ -1,3 +1,10 @@
+broccoli-python (0.63-1.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Multiarchify python Build-Depends. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 20 May 2020 06:08:27 +0200
+
 broccoli-python (0.63-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --minimal -Nru broccoli-python-0.63/debian/control 
broccoli-python-0.63/debian/control
--- broccoli-python-0.63/debian/control 2019-12-22 23:51:54.000000000 +0100
+++ broccoli-python-0.63/debian/control 2020-05-20 06:08:25.000000000 +0200
@@ -4,7 +4,8 @@
 Maintainer: Hilko Bengen <ben...@debian.org>
 Build-Depends: debhelper (>= 12~),
  dh-python,
- python3-all-dev,
+ libpython3-all-dev,
+ python3-all-dev:any,
  libbroccoli-dev,
  swig,
 Standards-Version: 4.3.0

Reply via email to