Source: comet-ms
Version: 2018012-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff --minimal -Nru comet-ms-2018012/debian/changelog 
comet-ms-2018012/debian/changelog
--- comet-ms-2018012/debian/changelog   2018-11-18 10:05:33.000000000 +0100
+++ comet-ms-2018012/debian/changelog   2019-05-30 10:06:43.000000000 +0200
@@ -1,3 +1,10 @@
+comet-ms (2018012-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>  Thu, 30 May 2019 10:06:43 +0200
+
 comet-ms (2018012-1) unstable; urgency=low
 
   * New upstream release.
diff --minimal -Nru comet-ms-2018012/debian/rules comet-ms-2018012/debian/rules
--- comet-ms-2018012/debian/rules       2018-11-18 10:05:33.000000000 +0100
+++ comet-ms-2018012/debian/rules       2019-05-30 10:06:41.000000000 +0200
@@ -26,5 +26,5 @@
        docbook-to-man debian/comet-ms.sgml > debian/comet-ms.1
 
 override_dh_auto_build: manpage
-       make
+       dh_auto_build
 

Reply via email to