Source: zam-plugins Version: 3.14~repack3-1 Tags: patch User: [email protected] Usertags: ftcbfs
While trying to figure out why zam-plugins fails to cross build, I noticed that build logs completely lack compiler invocations. The Debian policy recommends that packages build verbosely by default. Please consider applying the attached patch to make the build verbose unless DEB_BUILD_OPTIONS contains the word terse. Helmut
diff --minimal -Nru zam-plugins-3.14~repack3/debian/changelog zam-plugins-3.14~repack3/debian/changelog --- zam-plugins-3.14~repack3/debian/changelog 2021-01-18 23:10:14.000000000 +0100 +++ zam-plugins-3.14~repack3/debian/changelog 2021-02-17 13:01:06.000000000 +0100 @@ -1,3 +1,10 @@ +zam-plugins (3.14~repack3-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Build verbosely by default. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 17 Feb 2021 13:01:06 +0100 + zam-plugins (3.14~repack3-1) unstable; urgency=medium * New upstream version 3.14~repack3 diff --minimal -Nru zam-plugins-3.14~repack3/debian/rules zam-plugins-3.14~repack3/debian/rules --- zam-plugins-3.14~repack3/debian/rules 2021-01-02 01:23:48.000000000 +0100 +++ zam-plugins-3.14~repack3/debian/rules 2021-02-17 13:01:06.000000000 +0100 @@ -14,6 +14,7 @@ override_dh_auto_build: $(MAKE) \ + VERBOSE=$(if $(filter terse,$(DEB_BUILD_OPTIONS)),false,true) \ PREFIX=/usr \ $(noopt)

