Source: remote-tty
Version: 4.0-13
Tags: patch
User: [email protected]
Usertags: ftcbfs

remote-tty fails to cross build from source, because it does not pass
cross tools to make. The easiest way of doing so - using dh_auto_build -
makes remote-tty cross buildable. Please consider applying the attached
patch.

Helmut
diff -u remote-tty-4.0/debian/rules remote-tty-4.0/debian/rules
--- remote-tty-4.0/debian/rules
+++ remote-tty-4.0/debian/rules
@@ -17,7 +17,7 @@
 build-indep: build-stamp
 build-stamp:
        dh_testdir
-       $(MAKE)
+       dh_auto_build
        touch build-stamp
 
 clean:
diff -u remote-tty-4.0/debian/changelog remote-tty-4.0/debian/changelog
--- remote-tty-4.0/debian/changelog
+++ remote-tty-4.0/debian/changelog
@@ -1,3 +1,10 @@
+remote-tty (4.0-13.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Sat, 12 Dec 2020 19:05:37 +0100
+
 remote-tty (4.0-13) unstable; urgency=low
 
   * Fold in Ubuntu changes for tmpfs /var/run (closes: #587107)

Reply via email to