diff --git a/proxmox-api/debian/rules b/proxmox-api/debian/rules index 044c1c21..c9afbb06 100755 --- a/proxmox-api/debian/rules +++ b/proxmox-api/debian/rules @@ -1,3 +1,7 @@ #!/usr/bin/make -f %: dh $@ --buildsystem cargo + +override_dh_auto_build: + sed -ie 's/, path = ".*"//' Cargo.toml + dh_auto_build