Source: miniupnpc Version: 2.2.3-1 Tags: patch User: [email protected] Usertags: ftcbfs
miniupnpc fails to cross build from source, because it misses a build dependency on libpython3-dev, which is not implied in python3-dev:any. As a consequence it misses the hosts' development files. Please consider applying the attached patch. Helmut
diff --minimal -Nru miniupnpc-2.2.3/debian/changelog miniupnpc-2.2.3/debian/changelog --- miniupnpc-2.2.3/debian/changelog 2021-10-03 07:50:34.000000000 +0200 +++ miniupnpc-2.2.3/debian/changelog 2021-12-17 14:06:23.000000000 +0100 @@ -1,3 +1,10 @@ +miniupnpc (2.2.3-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Add missing Build-Depends: libpython3-dev. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Fri, 17 Dec 2021 14:06:23 +0100 + miniupnpc (2.2.3-1) unstable; urgency=medium * New upstream release. diff --minimal -Nru miniupnpc-2.2.3/debian/control miniupnpc-2.2.3/debian/control --- miniupnpc-2.2.3/debian/control 2021-10-03 07:50:34.000000000 +0200 +++ miniupnpc-2.2.3/debian/control 2021-12-17 14:06:21.000000000 +0100 @@ -7,6 +7,7 @@ Build-Depends: debhelper-compat (= 13), dh-python, + libpython3-dev, python3-dev:any, python3-setuptools, net-tools,

