diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-03 11:54:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-03 12:15:01 +0000 |
commit | 1125010abd68f701d869654b4155eb8e4be93b36 (patch) | |
tree | 72a0b51964af81eae81d775cdd73533e9bddc92f | |
parent | Using consistent naming for internal build directories. (diff) | |
download | netdata-1125010abd68f701d869654b4155eb8e4be93b36.tar.xz netdata-1125010abd68f701d869654b4155eb8e4be93b36.zip |
Disabling debhelper verbose output during build.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 2 |
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 |