Source: ramond
Version: 0.5-4
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

ramond fails to cross build from source, because it uses a non-standard
compiler variable "GCC". After renaming the compiler, ramond cross
builds successfully. Please consider applying the attached patch.

Helmut
diff --minimal -Nru ramond-0.5/debian/changelog ramond-0.5/debian/changelog
--- ramond-0.5/debian/changelog 2012-06-05 01:19:14.000000000 +0200
+++ ramond-0.5/debian/changelog 2019-06-26 19:29:14.000000000 +0200
@@ -1,3 +1,10 @@
+ramond (0.5-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Rename compiler to GCC. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 26 Jun 2019 19:29:14 +0200
+
 ramond (0.5-4) unstable; urgency=low
 
   * Add explicit build-depends on zlib1g-dev (Closes: #676011)
diff --minimal -Nru ramond-0.5/debian/rules ramond-0.5/debian/rules
--- ramond-0.5/debian/rules     2012-04-04 02:23:30.000000000 +0200
+++ ramond-0.5/debian/rules     2019-06-26 19:29:13.000000000 +0200
@@ -11,3 +11,6 @@
 
 %:
        dh $@ 
+
+override_dh_auto_build:
+       dh_auto_build -- 'GCC=$$(CC)'

Reply via email to