TT#61954 Set debhelper compat level in Build-Depends instead of debian/compat

Disable dwz as it cannot cope with the generated binaries.

Change-Id: I492ef56c011fd55c4eee4c929ccf1a76e0c95c07
changes/36/31436/2
Guillem Jover 7 years ago
parent 4b69c14276
commit 69e3dd6792

1
debian/compat vendored

@ -1 +0,0 @@
10

2
debian/control vendored

@ -5,7 +5,7 @@ Maintainer: Sipwise Development Team <support@sipwise.com>
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,

3
debian/rules vendored

@ -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.

Loading…
Cancel
Save