mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-28 09:59:20 +00:00
8 lines
187 B
Makefile
Executable File
8 lines
187 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
%:
|
|
dh $@ --buildsystem cargo
|
|
|
|
override_dh_auto_build:
|
|
sed -ie 's/proxmox-tools = { path = "\.\.\/proxmox-tools" }/proxmox-tools = "0.1.0"/' Cargo.toml
|
|
dh_auto_build
|