diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28b..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index 0f1cadee..377173ab 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Sipwise Development Team Homepage: https://www.sipwise.com/ Standards-Version: 3.9.8 Build-Depends: - debhelper (>= 10), + debhelper-compat (= 12), dh-python, flite-dev, libcurl4-openssl-dev | libcurl4-gnutls-dev, diff --git a/debian/rules b/debian/rules index f1b2a54b..7758f62d 100755 --- a/debian/rules +++ b/debian/rules @@ -61,3 +61,6 @@ override_dh_strip: test -r $(CURDIR)/debian/ngcp-sems-libsems1-dev/usr/include/sems/compat/getos && \ strip --remove-section=.comment --remove-section=.note --strip-unneeded \ $(CURDIR)/debian/ngcp-sems-libsems1-dev/usr/include/sems/compat/getos + +override_dh_dwz: + # Disable, as dwz cannot cope with the generated binaries.