Source: rblcheck Version: 20020316-9 Tags: patch User: helm...@debian.org Usertags: rebootstrap
rblcheck fails to cross build from source, because it uses the build architecture compiler. Including /usr/share/dpkg/buildtools.mk fixes that and makes rblcheck cross build successfully. Please consider applying the attached patch. Helmut
diff --minimal -Nru rblcheck-20020316/debian/changelog rblcheck-20020316/debian/changelog --- rblcheck-20020316/debian/changelog 2016-12-28 16:49:41.000000000 +0100 +++ rblcheck-20020316/debian/changelog 2017-11-23 05:26:56.000000000 +0100 @@ -1,3 +1,10 @@ +rblcheck (20020316-9.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Use the host architecture compiler. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Thu, 23 Nov 2017 05:26:56 +0100 + rblcheck (20020316-9) unstable; urgency=medium * Switched to debhelper compat level 10. diff --minimal -Nru rblcheck-20020316/debian/rules rblcheck-20020316/debian/rules --- rblcheck-20020316/debian/rules 2016-12-28 16:36:00.000000000 +0100 +++ rblcheck-20020316/debian/rules 2017-11-23 05:26:54.000000000 +0100 @@ -3,6 +3,7 @@ DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk +-include /usr/share/dpkg/buildtools.mk D := $(CURDIR)/debian/rblcheck