build: properly set dh-cargo env variable

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-06-20 12:32:32 +02:00
parent f39f78150b
commit aa9b2e2395

2
debian/rules vendored
View File

@ -14,7 +14,7 @@ export DEB_HOST_RUST_TYPE DEB_HOST_GNU_TYPE
export CARGO=/usr/share/cargo/bin/cargo export CARGO=/usr/share/cargo/bin/cargo
export CARGO_HOME = $(CURDIR)/debian/cargo_home export CARGO_HOME = $(CURDIR)/debian/cargo_home
export DEB_CARGO_CRATE=proxmox-firewall$(DEB_VERSION_UPSTREAM) export DEB_CARGO_CRATE=proxmox-firewall_$(DEB_VERSION_UPSTREAM)
export DEB_CARGO_PACKAGE=proxmox-firewall export DEB_CARGO_PACKAGE=proxmox-firewall
%: %: