]> git.proxmox.com Git - proxmox-backup.git/blob - debian/rules
depend on proxmox 0.4.3
[proxmox-backup.git] / debian / rules
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
6 include /usr/share/dpkg/pkg-info.mk
7 include /usr/share/rustc/architecture.mk
8
9 export BUILD_MODE=release
10
11 CARGO=/usr/share/cargo/bin/cargo
12
13 export CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
14 export DEB_HOST_RUST_TYPE DEB_HOST_GNU_TYPE
15 export CARGO_HOME = $(CURDIR)/debian/cargo_home
16
17 export DEB_CARGO_CRATE=proxmox-backup_$(DEB_VERSION_UPSTREAM)
18 export DEB_CARGO_PACKAGE=proxmox-backup
19
20 %:
21 dh $@ --with=bash-completion
22
23 override_dh_auto_configure:
24 $(CARGO) prepare-debian $(CURDIR)/debian/cargo_registry --link-from-system
25 dh_auto_configure
26
27 override_dh_auto_build:
28 dh_auto_build -- \
29 PROXY_USER=backup \
30 LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
31
32 override_dh_missing:
33 dh_missing --fail-missing
34
35 override_dh_auto_install:
36 dh_auto_install -- \
37 PROXY_USER=backup \
38 LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
39
40 override_dh_installsystemd:
41 # note: we start/try-reload-restart services manually in postinst
42 dh_installsystemd --no-start --no-restart-after-upgrade
43
44 # workaround https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933541
45 # TODO: remove once available (Debian 11 ?)
46 override_dh_dwz:
47 dh_dwz --no-dwz-multifile
48
49 override_dh_compress:
50 dh_compress -X.pdf