diff options
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | 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 <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' $< > $@ |