Source: lakai
Version: 0.1-2
Tags: patch
User: [email protected]
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
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 <[email protected]>  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
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to