debian packages: split package into client/server

This commit is contained in:
Dietmar Maurer
2019-11-11 08:35:33 +01:00
parent f89359c2f3
commit 36d74cd633
7 changed files with 35 additions and 14 deletions

5
debian/rules vendored
View File

@ -6,13 +6,16 @@
export BUILD_MODE=release
%:
dh $@ --with=systemd --with=bash-completion
dh $@ --with=bash-completion
override_dh_auto_build:
dh_auto_build -- \
PROXY_USER=backup \
LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
override_dh_missing:
dh_missing --fail-missing
override_dh_auto_install:
dh_auto_install -- \
PROXY_USER=backup \