That might work, but I think if you really want to go without overriding the build directory (which is easiest), you should actually use DEB_BUILD_GNU_TYPE - the target gnu type, not the host gnu type (which are the same normally, but different when cross-building). See https://wiki.debian.org/CrossBuildPackagingGuidelines - However, I'd really recommend using the override for the build directory. You are not building for multiple architectures in one run anyhow, so you only have one. This should make this a lot easier to understand.
Am Di., 5. Jan. 2021 um 16:28 Uhr schrieb Bill Blough <de...@blough.us>: > Hi, > > Thanks for reporting this. It looks like I should have used > DEB_HOST_GNU_TYPE instead of DEB_HOST_MULTIARCH. > > I'll upload the fix today. > > Best regards, > Bill >