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

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

Helmut
diff --minimal -Nru wrapsrv-1.0.0/debian/changelog 
wrapsrv-1.0.0/debian/changelog
--- wrapsrv-1.0.0/debian/changelog      2014-07-30 23:27:59.000000000 +0200
+++ wrapsrv-1.0.0/debian/changelog      2021-05-09 06:45:40.000000000 +0200
@@ -1,3 +1,10 @@
+wrapsrv (1.0.0-1.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, 09 May 2021 06:45:40 +0200
+
 wrapsrv (1.0.0-1) unstable; urgency=medium
 
   * New upstream release:
diff --minimal -Nru wrapsrv-1.0.0/debian/rules wrapsrv-1.0.0/debian/rules
--- wrapsrv-1.0.0/debian/rules  2014-07-30 23:27:59.000000000 +0200
+++ wrapsrv-1.0.0/debian/rules  2021-05-09 06:45:39.000000000 +0200
@@ -3,7 +3,7 @@
 
 build:
        dh_testdir
-       $(MAKE)
+       dh_auto_build
 
 clean: 
        dh_testdir

Reply via email to