]> git.proxmox.com Git - proxmox-backup.git/blame - debian/rules
d/rules: override dwz helper to avoid build-failure
[proxmox-backup.git] / debian / rules
CommitLineData
de779814
DM
1#!/usr/bin/make -f
2# See debhelper(7) (uncomment to enable)
3# output every command that modifies files on the build system.
4#DH_VERBOSE = 1
5
bed78ccd 6export BUILD_MODE=release
de779814
DM
7
8%:
36d74cd6 9 dh $@ --with=bash-completion
de779814 10
13b77d10
WB
11override_dh_auto_build:
12 dh_auto_build -- \
17ed456c 13 PROXY_USER=backup \
13b77d10
WB
14 LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
15
36d74cd6
DM
16override_dh_missing:
17 dh_missing --fail-missing
18
13b77d10
WB
19override_dh_auto_install:
20 dh_auto_install -- \
17ed456c 21 PROXY_USER=backup \
13b77d10 22 LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
02c7a755
DM
23
24override_dh_installinit:
25 dh_installinit
26 dh_installinit --name proxmox-backup-proxy
05c03161
TL
27
28# workaround https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933541
29# TODO: remove once available (Debian 11 ?)
30override_dh_dwz:
31 dh_dwz --no-dwz-multifile