diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-01 16:34:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-01-02 18:08:05 +0000 |
commit | 67232d4742ca47a7f03d5d513bfe150a6912e3b8 (patch) | |
tree | b0052660341273364dcabe8c25c40380d900c23c | |
parent | Releasing debian version 1.11.1+dfsg-2. (diff) | |
download | netdata-67232d4742ca47a7f03d5d513bfe150a6912e3b8.tar.xz netdata-67232d4742ca47a7f03d5d513bfe150a6912e3b8.zip |
Building with dh_missing --fail-missing.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 7cb5a0dfc..9eadb4c0b 100755 --- a/debian/rules +++ b/debian/rules @@ -60,6 +60,9 @@ override_dh_install-indep: # Setting package version (update check) echo $(VERSION) > $(TOP)-data/usr/share/netdata/web/version.txt +override_dh_missing: + dh_missing --fail-missing + override_dh_fixperms-arch: dh_fixperms |