From: Lars Op den Kamp Date: Tue, 10 Jan 2012 09:53:45 +0000 (+0100) Subject: disable debug output of package builds X-Git-Tag: upstream/2.2.0~1^2~41^2~17 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=e1a123a864d0960fabe880298139b78508c1d040 disable debug output of package builds --- diff --git a/debian/rules b/debian/rules index f9d1196..5205032 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ # Copyright Pulse-Eight 2011 # Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +#export DH_VERBOSE=1 DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))