debian: depend on new-enough dwz to make the d/rules override void

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-16 17:23:38 +02:00
parent 3212af0262
commit f8a46c8ed3
2 changed files with 2 additions and 3 deletions

2
debian/control vendored
View File

@ -6,6 +6,8 @@ Standards-Version: 4.5.1
Build-Depends: Build-Depends:
debhelper (>= 12~), debhelper (>= 12~),
dctrl-tools, dctrl-tools,
# maybe too strict, but the buster dwz failed:
dwz (>= 0.13-5),
groff, groff,
libdbus-1-dev, libdbus-1-dev,
libknet-dev, libknet-dev,

3
debian/rules vendored
View File

@ -67,6 +67,3 @@ override_dh_missing:
override_dh_gencontrol: override_dh_gencontrol:
debian/check_header_deps debian/check_header_deps
dh_gencontrol dh_gencontrol
# dwz fails with "Allocatable section in [...] after non-allocatable ones"
override_dh_dwz: