From aa9b2e2395156d2072f3b8ffb8b0189f99c66c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 20 Jun 2024 12:32:32 +0200 Subject: [PATCH] build: properly set dh-cargo env variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ddaea1d..0dc4e0f 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ export DEB_HOST_RUST_TYPE DEB_HOST_GNU_TYPE export CARGO=/usr/share/cargo/bin/cargo 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 %: