From: Michael Vogt Date: Tue, 3 May 2011 09:41:59 +0000 (+0200) Subject: * debian/rules: X-Git-Tag: 0.9.13.exp1ubuntu1~185 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/f927c264bc3146353a0d1ab0922fab7faa563095?ds=inline;hp=--cc * debian/rules: - build in verbose mode by default (thanks to Matthias Klose) --- f927c264bc3146353a0d1ab0922fab7faa563095 diff --git a/debian/changelog b/debian/changelog index 54eb90bc0..218b61e7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.8.14.1ubuntu2) UNRELEASED; urgency=low + + * debian/rules: + - build in verbose mode by default (thanks to Matthias Klose) + + -- Michael Vogt Tue, 03 May 2011 11:41:25 +0200 + apt (0.8.14.1ubuntu1) oneiric; urgency=low [ Michael Vogt ] 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)