]> git.saurik.com Git - apt.git/commitdiff
* debian/rules:
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 3 May 2011 09:41:59 +0000 (11:41 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 3 May 2011 09:41:59 +0000 (11:41 +0200)
  - build in verbose mode by default (thanks to Matthias Klose)

debian/changelog
debian/rules

index 54eb90bc0767781836bc0d67fcefd417d429c7d8..218b61e7f392da9cd8f8b313fcd746f36617141e 100644 (file)
@@ -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 <michael.vogt@ubuntu.com>  Tue, 03 May 2011 11:41:25 +0200
+
 apt (0.8.14.1ubuntu1) oneiric; urgency=low
 
   [ Michael Vogt ]
 apt (0.8.14.1ubuntu1) oneiric; urgency=low
 
   [ Michael Vogt ]
index 817daee954aa7fdb440d8041eb9ce95c381d6926..d8e4a88bdaad4f19f10cf1082deb4a27c6db5b94 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.
 
 # 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_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)