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:
parent
1182a3c40d
commit
05c031612e
|
@ -24,3 +24,8 @@ override_dh_auto_install:
|
||||||
override_dh_installinit:
|
override_dh_installinit:
|
||||||
dh_installinit
|
dh_installinit
|
||||||
dh_installinit --name proxmox-backup-proxy
|
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
|
||||||
|
|
Loading…
Reference in New Issue