Source: freerdp
Source-Version: 1.1.0~git20140921.1.440916e+dfsg1-8
Severity: important
Hi!
This changelog entry looked suspicious enough:
,---
freerdp (1.1.0~git20140921.1.440916e+dfsg1-8) unstable; urgency=medium
* debian/rules:
+ Use DEB_BUILD_ARCH, rather than DEB_HOST_ARCH when detecting armhf build
system.
[…]
-- Mike Gabriel <[email protected]> Wed, 27 Apr 2016 21:35:58 +0200
`---
And checking the debian/rules file, it indeed seems like a bogus change.
This will break cross-building.
The build is the system where the build is happening, the host is the
system the binaries are intended to be run on. Please see the TERMS
section in the dpkg-architecture man page for more details.
Thanks,
Guillem