Source: nftables
Version: 1.0.5-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: cross-satisfiability

nftables cnnot be cross built from source, because its build dependency
on the host architecture python3-all cannot be installed. It really
wants to run python3 though, so it should request the build architecture
one. Please consider applying the attached patch to make nftables cross
buildable.

Helmut
diff --minimal -Nru nftables-1.0.5/debian/changelog 
nftables-1.0.5/debian/changelog
--- nftables-1.0.5/debian/changelog     2022-08-10 13:29:18.000000000 +0200
+++ nftables-1.0.5/debian/changelog     2022-10-28 13:02:55.000000000 +0200
@@ -1,3 +1,10 @@
+nftables (1.0.5-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: B-D on a native python. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 28 Oct 2022 13:02:55 +0200
+
 nftables (1.0.5-1) unstable; urgency=medium
 
   * [882aebc] New upstream version 1.0.5
diff --minimal -Nru nftables-1.0.5/debian/control nftables-1.0.5/debian/control
--- nftables-1.0.5/debian/control       2022-08-10 13:28:45.000000000 +0200
+++ nftables-1.0.5/debian/control       2022-10-28 13:02:37.000000000 +0200
@@ -18,7 +18,7 @@
                libnftnl-dev (>= 1.2.3),
                libtool,
                libxtables-dev,
-               python3-all
+               python3-all:any
 Rules-Requires-Root: no
 Standards-Version: 4.6.0
 Homepage: https://www.netfilter.org/

Reply via email to