summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-03 11:54:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-03 12:15:01 +0000
commit1125010abd68f701d869654b4155eb8e4be93b36 (patch)
tree72a0b51964af81eae81d775cdd73533e9bddc92f
parentUsing consistent naming for internal build directories. (diff)
downloadnetdata-1125010abd68f701d869654b4155eb8e4be93b36.tar.xz
netdata-1125010abd68f701d869654b4155eb8e4be93b36.zip
Disabling debhelper verbose output during build.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/rules2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 884d31339..ccdab01df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,9 +10,7 @@ VERSION_MINOR := $(word 2, $(subst ., ,$(VERSION)))
VERSION_FIX := $(word 3, $(subst -, ,$(subst ., ,$(VERSION))))
VERSION_SUFFIX := -$(word 4, $(subst -, ,$(subst ., ,$(VERSION))))
-export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
export DEB_CFLAGS_MAINT_APPEND = -Wall -O3
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed