[Debichem-devel] Bug#929760: comet-ms FTCBFS: does not pass cross tools to make

Helmut Grohne helmut at subdivi.de
Thu May 30 09:31:13 BST 2019


Source: comet-ms
Version: 2018012-1
Tags: patch
User: debian-cross at 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
-------------- next part --------------
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 <helmut at 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
 


More information about the Debichem-devel mailing list