Source: blahtexml
Version: 0.9-1.1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

blahtexml fails to cross build from source, because it does not pass
cross tools to make. The easiest way of fixing that is using
dh_auto_build. Please consider applying the attached patch.

Helmut
diff --minimal -Nru blahtexml-0.9/debian/changelog 
blahtexml-0.9/debian/changelog
--- blahtexml-0.9/debian/changelog      2012-04-20 13:00:22.000000000 +0200
+++ blahtexml-0.9/debian/changelog      2019-09-12 06:32:53.000000000 +0200
@@ -1,3 +1,10 @@
+blahtexml (0.9-1.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 12 Sep 2019 06:32:53 +0200
+
 blahtexml (0.9-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff --minimal -Nru blahtexml-0.9/debian/rules blahtexml-0.9/debian/rules
--- blahtexml-0.9/debian/rules  2011-09-04 17:34:37.000000000 +0200
+++ blahtexml-0.9/debian/rules  2019-09-12 06:32:52.000000000 +0200
@@ -4,7 +4,7 @@
        dh  $@
 
 override_dh_auto_build:
-       make blahtexml-linux
+       dh_auto_build -- blahtexml-linux
 
 override_dh_install:
        install -D -m755 blahtexml $(CURDIR)/debian/blahtexml/usr/bin/blahtexml

Reply via email to