From eb2edfc0436a3f9ddc11d1baf9194408d8fb8f0a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 4 Nov 2018 16:05:56 +0100 Subject: [PATCH] Debian: No more DH_VERBOSE --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index cd7c777..657234c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +#export DH_VERBOSE=1 %: dh $@ -- 2.39.2