Source: rsh-redone
Version: 85-2
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

rsh-redone 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 rsh-redone cross buildable. Please consider applying the attached
patch.

Helmut
diff -u rsh-redone-85/debian/changelog rsh-redone-85/debian/changelog
--- rsh-redone-85/debian/changelog
+++ rsh-redone-85/debian/changelog
@@ -1,3 +1,10 @@
+rsh-redone (85-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 26 May 2019 19:30:43 +0200
+
 rsh-redone (85-2) unstable; urgency=low
 
   * Bump Standards-Version.
diff -u rsh-redone-85/debian/rules rsh-redone-85/debian/rules
--- rsh-redone-85/debian/rules
+++ rsh-redone-85/debian/rules
@@ -27,9 +27,7 @@
 
 build-arch: build-arch-stamp
 build-arch-stamp: configure-stamp 
-       
-       # Add here commands to compile the arch part of the package.
-       $(MAKE) 
+       dh_auto_build
 
 build-indep: build-indep-stamp
 build-indep-stamp: configure-stamp 

Reply via email to