d/rules: override dwz helper to avoid build-failure

AFAICT, this is the issue from Debian Bug #933541, I implement the
workaround suggested by a maintainer[0].

[0]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933541#10

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-12-16 16:38:00 +01:00
parent 1182a3c40d
commit 05c031612e
1 changed files with 5 additions and 0 deletions

5
debian/rules vendored
View File

@ -24,3 +24,8 @@ override_dh_auto_install:
override_dh_installinit:
dh_installinit
dh_installinit --name proxmox-backup-proxy
# workaround https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933541
# TODO: remove once available (Debian 11 ?)
override_dh_dwz:
dh_dwz --no-dwz-multifile