From 05ce589f4c95cedea8e76fbe3bd18d940578ea94 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 28 Dec 2018 15:15:33 +0100 Subject: Updating to debhelper compat 12. Signed-off-by: Daniel Baumann --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 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 , Daniel Baumann , 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' $< > $@ -- cgit v1.2.3