summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArno Töll <arno@debian.org>2013-10-15 21:49:38 +0200
committerArno Töll <arno@debian.org>2013-10-15 21:49:38 +0200
commitde6617217c7a5b060d38ef751dc08e91bde737d6 (patch)
tree590ed8de7184c1b156e2fdf04dd0f3e0a3ce2d77
parentfe5adabf94cfe6d18816076461153ae9309120bd (diff)
downloadlighttpd-de6617217c7a5b060d38ef751dc08e91bde737d6.tar.gz
Disable DH verbose mode
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index acef633..1bbbf4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
-export DH_VERBOSE=1
+# uncomment to enable verbose mode
+#export DH_VERBOSE=1
%:
dh $@ --with autotools_dev,systemd