Control: reopen -1 On Sun, Oct 07, 2018 at 05:36:04AM +0000, Debian Bug Tracking System wrote: > * debian/rules: > + Use DEB_BUILD_OPTIONS to disable tests on powerpc and powerpcspe > architecture. > Closes: bug#908961, Thanks to Helmut Grohne.
This is broken. Now building e.g. with DEB_BUILD_OPTIONS=nostrip no longer works on powerpc. You must not set either DEB_BUILD_OPTIONS or DEB_BUILD_PROFILES for any supported debian/rules target. The one place where you should have set it is in the sbuild invocation line where you violate the build profile specification by not adding nocheck to DEB_BUILD_OPTIONS when you add nocheck to DEB_BUILD_PROFILES. Helmut