summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-28 14:15:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-28 14:16:18 +0000
commit05ce589f4c95cedea8e76fbe3bd18d940578ea94 (patch)
tree6bfbabfcbc7fcd44bc0186b9b237fb9114f61761
parentUpdate copyright (diff)
downloadnetdata-05ce589f4c95cedea8e76fbe3bd18d940578ea94.tar.xz
netdata-05ce589f4c95cedea8e76fbe3bd18d940578ea94.zip
Updating to debhelper compat 12.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/compat b/debian/compat
index b4de39476..48082f72f 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-11
+12
diff --git a/debian/control b/debian/control
index 744e5e915..015d81c00 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
Federico Ceratto <federico@debian.org>,
Daniel Baumann <daniel.baumann@progress-linux.org>,
Build-Depends:
- debhelper (>= 11~),
+ debhelper (>= 12~),
dpkg-dev (>= 1.13.19),
pkg-config,
uuid-dev,
diff --git a/debian/rules b/debian/rules
index ae7806318..706cf3bfb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ MULTIARCH_INSTALL = debian/netdata.postinst
#dh $@ --with autoreconf
override_dh_auto_configure:
- dh_auto_configure -- --with-math
+ dh_auto_configure -- --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH) --with-math
$(MULTIARCH_INSTALL): % : %.in
sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' $< > $@