Source: saytime
Version: 1.0-31
Tags: patch
User: [email protected]
Usertags: ftcbfs

saytime fails to cross build from source, because it uses the build
architecture compiler as a make default in debian/rules. Please consider
fixing this using dpkg's buildtools.mk.

Helmut
diff --minimal -Nru saytime-1.0/debian/changelog saytime-1.0/debian/changelog
--- saytime-1.0/debian/changelog        2019-09-04 13:19:27.000000000 +0200
+++ saytime-1.0/debian/changelog        2019-09-05 19:48:46.000000000 +0200
@@ -1,3 +1,10 @@
+saytime (1.0-31.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dpkg's buildtools.mk supply $(CC). (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Thu, 05 Sep 2019 19:48:46 +0200
+
 saytime (1.0-31) unstable; urgency=medium
 
   * Bump standards version to 4.4.0, no changes needed.
diff --minimal -Nru saytime-1.0/debian/rules saytime-1.0/debian/rules
--- saytime-1.0/debian/rules    2019-09-04 13:19:22.000000000 +0200
+++ saytime-1.0/debian/rules    2019-09-05 19:48:44.000000000 +0200
@@ -5,6 +5,8 @@
 ##
 ## Released under the terms of the GNU GPLv2.
 
+-include /usr/share/dpkg/buildtools.mk
+
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 

Reply via email to