disable debug output of package builds
authorLars Op den Kamp <lars@opdenkamp.eu>
Tue, 10 Jan 2012 09:53:45 +0000 (10:53 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Tue, 10 Jan 2012 09:53:45 +0000 (10:53 +0100)
debian/rules

index f9d1196afb5ccacac49477f7d71436cb6d6e833b..5205032cbaedd6a5078634b4261170dc96385f95 100755 (executable)
@@ -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))