From e1a123a864d0960fabe880298139b78508c1d040 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Tue, 10 Jan 2012 10:53:45 +0100 Subject: [PATCH] disable debug output of package builds --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.34.1