]> git.saurik.com Git - apt.git/commitdiff
enable NOISE for build logs to enable analyse
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 30 Nov 2013 12:15:01 +0000 (13:15 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 30 Nov 2013 12:15:01 +0000 (13:15 +0100)
It was enabled for a (long) while in Ubuntu, but it shouldn't hurt to
enable it in Debian as well – especially now that Debian has automatic
analyses of the buildlogs which don't work that well without the 'noise'

debian/rules

index 06ccdac31c245478923b43bdd0ed55cb9b99cd0b..28525af5062fe88a1c462e6ca3ca9790d8a98117 100755 (executable)
@@ -3,6 +3,9 @@
 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 # Some lines taken from debmake, by Christoph Lameter.
 
+# build in verbose mode by default to make it easy to diangose issues
+export NOISY=1
+
 export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)