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

udns fails to cross build from source, because it does not pass any
cross tools to the build. Exporting the common environment variables
fixes that. I'm attaching a patch for your convenience.

Helmut
diff --minimal -Nru udns-0.6/debian/changelog udns-0.6/debian/changelog
--- udns-0.6/debian/changelog   2024-07-26 07:17:23.000000000 +0200
+++ udns-0.6/debian/changelog   2024-08-17 19:11:23.000000000 +0200
@@ -1,3 +1,10 @@
+udns (0.6-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Pass cross tools to the build. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sat, 17 Aug 2024 19:11:23 +0200
+
 udns (0.6-1) unstable; urgency=medium
 
   * new upstream minor/bugfix release.
diff --minimal -Nru udns-0.6/debian/rules udns-0.6/debian/rules
--- udns-0.6/debian/rules       2024-03-09 15:44:21.000000000 +0100
+++ udns-0.6/debian/rules       2024-08-17 19:11:20.000000000 +0200
@@ -1,6 +1,8 @@
 #! /usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+DPKG_EXPORT_BUILDTOOLS=1
+include /usr/share/dpkg/buildtools.mk
 
 %:
        dh $@

Reply via email to