From 05c031612e16fe6350f1e840e201cd5a3108585f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 16 Dec 2019 16:38:00 +0100 Subject: [PATCH] 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 --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 5f938636..0e90b81e 100755 --- a/debian/rules +++ b/debian/rules @@ -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