diff options
author | Arno Töll <arno@debian.org> | 2013-10-15 21:49:38 +0200 |
---|---|---|
committer | Arno Töll <arno@debian.org> | 2013-10-15 21:49:38 +0200 |
commit | de6617217c7a5b060d38ef751dc08e91bde737d6 (patch) | |
tree | 590ed8de7184c1b156e2fdf04dd0f3e0a3ce2d77 /debian | |
parent | fe5adabf94cfe6d18816076461153ae9309120bd (diff) | |
download | lighttpd-de6617217c7a5b060d38ef751dc08e91bde737d6.tar.gz |
Disable DH verbose mode
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
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 |