From f38522f661dfb7d2684c81bdc9d2478628393956 Mon Sep 17 00:00:00 2001 From: "alan (NyxTrail)" Date: Wed, 19 Jun 2024 11:18:23 +0000 Subject: [PATCH] Disable verbose logging --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index eed7d55..0b29496 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f -export DH_VERBOSE = 1 +# export DH_VERBOSE = 1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O2