Bug#981892: lakai FTCBFS: does not pass cross tools to make
Helmut Grohne
helmut at subdivi.de
Thu Feb 4 18:18:58 GMT 2021
Source: lakai
Version: 0.1-2
Tags: patch
User: debian-cross at lists.debian.org
Usertags: ftcbfs
lakai fails to cross build from source, because it does not pass cross
tools to make. The easiest way of fixing that - using dh_auto_build -
makes lakai cross buildable. Please consider applying the attached
patch.
Helmut
-------------- next part --------------
diff -u lakai-0.1/debian/changelog lakai-0.1/debian/changelog
--- lakai-0.1/debian/changelog
+++ lakai-0.1/debian/changelog
@@ -1,3 +1,10 @@
+lakai (0.1-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de> Thu, 04 Feb 2021 19:16:16 +0100
+
lakai (0.1-2) unstable; urgency=medium
* Set maintainer to Debian Multimedia (Closes: #838228)
diff -u lakai-0.1/debian/rules lakai-0.1/debian/rules
--- lakai-0.1/debian/rules
+++ lakai-0.1/debian/rules
@@ -32,7 +32,7 @@
dh_testdir
# Add here commands to compile the package.
- $(MAKE)
+ dh_auto_build
#/usr/bin/docbook-to-man debian/lakai.sgml > lakai.1
touch build-stamp
More information about the pkg-multimedia-maintainers
mailing list