diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-05-03 11:41:59 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-05-03 11:41:59 +0200 |
commit | f927c264bc3146353a0d1ab0922fab7faa563095 (patch) | |
tree | 0d1ae61048f06838c971fe6db980e6f9789c0fde /debian/rules | |
parent | f4fd0a1c34babf8fbac71bc3471b41b411e414b2 (diff) |
* debian/rules:
- build in verbose mode by default (thanks to Matthias Klose)
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 817daee95..d8e4a88bd 100755 --- a/debian/rules +++ b/debian/rules @@ -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) |