debian/ fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-21 16:03:43 +01:00
parent be1da45a10
commit 19b78f1511

14
debian/rules vendored
View File

@ -18,20 +18,20 @@ export DEB_CARGO_CRATE=pve-lxc-syscalld_$(DEB_VERSION_UPSTREAM)
export DEB_CARGO_PACKAGE=pve-lxc-syscalld
%:
dh $@
dh $@
override_dh_auto_configure:
$(CARGO) prepare-debian $(CURDIR)/debian/cargo_registry --link-from-system
dh_auto_configure
$(CARGO) prepare-debian $(CURDIR)/debian/cargo_registry --link-from-system
dh_auto_configure
override_dh_missing:
dh_missing --fail-missing
dh_missing --fail-missing
#override_dh_installinit:
# dh_installinit
# dh_installinit --name pve-lxc-syscalld
# dh_installinit
# dh_installinit --name pve-lxc-syscalld
# # 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
# dh_dwz --no-dwz-multifile