Source: miniupnpd
Version: 2.2.1-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

miniupnpd fails to cross build from source, because it does not use
cross tools. Please consider applying the attached patch to let dpkg's
buildtools.mk initialize the relevant environment variables and make
miniupnpd cross buildable again.

Helmut
diff --minimal -Nru miniupnpd-2.2.1/debian/changelog 
miniupnpd-2.2.1/debian/changelog
--- miniupnpd-2.2.1/debian/changelog    2021-01-04 14:48:54.000000000 +0100
+++ miniupnpd-2.2.1/debian/changelog    2021-02-07 14:34:24.000000000 +0100
@@ -1,3 +1,10 @@
+miniupnpd (2.2.1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dpkg's buildtools.mk supply cross tools. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 07 Feb 2021 14:34:24 +0100
+
 miniupnpd (2.2.1-1) unstable; urgency=medium
 
   * New upstream release
diff --minimal -Nru miniupnpd-2.2.1/debian/rules miniupnpd-2.2.1/debian/rules
--- miniupnpd-2.2.1/debian/rules        2021-01-04 14:48:54.000000000 +0100
+++ miniupnpd-2.2.1/debian/rules        2021-02-07 14:34:23.000000000 +0100
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE = 1
 
+DPKG_EXPORT_BUILDTOOLS=1
+-include /usr/share/dpkg/buildtools.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 

Reply via email to