mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-15 16:56:50 +00:00
proxmox-api: use proxmox-tools package in d/rules
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
92c645cee2
commit
08433fd330
@ -1,3 +1,7 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
%:
|
%:
|
||||||
dh $@ --buildsystem cargo
|
dh $@ --buildsystem cargo
|
||||||
|
|
||||||
|
override_dh_auto_build:
|
||||||
|
sed -ie 's/, path = ".*"//' Cargo.toml
|
||||||
|
dh_auto_build
|
||||||
|
Loading…
Reference in New Issue
Block a user