Bug#880454: [Pkg-utopia-maintainers] Bug#880454: mdns-scan FTCBFS: uses the build architecture compiler

2017-10-31 Thread Michael Biebl
Hi

Am 31.10.2017 um 20:05 schrieb Helmut Grohne:
> Source: mdns-scan
> Version: 0.5-2
> Tags: patch
> User: helm...@debian.org
> Usertags: rebootstrap
> 
> mdns-scan fails to cross build from source, because it uses the build
> architecture compiler. cdbs does set cross compilers via
> DEB_MAKE_ENVVARS, but mdns-scan overrides them using a := assignment. By
> switching that to +=, mdns-scan cross builds successfully. Please
> consider applying the attached patch.

Feel free to do an NMU without delay.
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#880454: mdns-scan FTCBFS: uses the build architecture compiler

2017-10-31 Thread Helmut Grohne
Source: mdns-scan
Version: 0.5-2
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

mdns-scan fails to cross build from source, because it uses the build
architecture compiler. cdbs does set cross compilers via
DEB_MAKE_ENVVARS, but mdns-scan overrides them using a := assignment. By
switching that to +=, mdns-scan cross builds successfully. Please
consider applying the attached patch.

Helmut
diff -u mdns-scan-0.5/debian/changelog mdns-scan-0.5/debian/changelog
--- mdns-scan-0.5/debian/changelog
+++ mdns-scan-0.5/debian/changelog
@@ -1,3 +1,10 @@
+mdns-scan (0.5-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Append to DEB_MAKE_ENVVARS (Closes: #-1)
+
+ -- Helmut Grohne   Tue, 31 Oct 2017 20:00:48 +0100
+
 mdns-scan (0.5-2) unstable; urgency=low
 
   * Team upload.
diff -u mdns-scan-0.5/debian/rules mdns-scan-0.5/debian/rules
--- mdns-scan-0.5/debian/rules
+++ mdns-scan-0.5/debian/rules
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/makefile.mk
 
 DEB_MAKE_INSTALL_TARGET=install
-DEB_MAKE_ENVVARS:=DESTDIR=./debian/mdns-scan
+DEB_MAKE_ENVVARS+=DESTDIR=./debian/mdns-scan
 
 DEB_INSTALL_MANPAGES_mdns-scan:=mdns-scan.1