]> git.proxmox.com Git - proxmox.git/commit
build: switch to debcargo
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 15 Jan 2020 07:05:49 +0000 (08:05 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 15 Jan 2020 11:02:47 +0000 (12:02 +0100)
commita94de245f0f8bff28a32c645a1ff8018dcfcab8e
tree4c6d65c9dd79ed50a01ff46e26dd9c17fffb26e8
parenta01491036c0db4302cfce63a4a0a4ecf3436e355
build: switch to debcargo

to autogenerate crate (build)-dependencies, and correct Provides
statements.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
45 files changed:
Cargo.toml
Makefile
build.sh [new file with mode: 0755]
proxmox-api-macro/Cargo.toml
proxmox-api-macro/debian/cargo-checksum.json [deleted file]
proxmox-api-macro/debian/changelog
proxmox-api-macro/debian/compat [deleted file]
proxmox-api-macro/debian/control [deleted file]
proxmox-api-macro/debian/debcargo.toml [new file with mode: 0644]
proxmox-api-macro/debian/rules [deleted file]
proxmox-api/Cargo.toml
proxmox-api/debian/cargo-checksum.json [deleted file]
proxmox-api/debian/changelog
proxmox-api/debian/compat [deleted file]
proxmox-api/debian/control [deleted file]
proxmox-api/debian/debcargo.toml [new file with mode: 0644]
proxmox-api/debian/rules [deleted file]
proxmox-sortable-macro/Cargo.toml
proxmox-sortable-macro/debian/cargo-checksum.json [deleted file]
proxmox-sortable-macro/debian/changelog
proxmox-sortable-macro/debian/compat [deleted file]
proxmox-sortable-macro/debian/control [deleted file]
proxmox-sortable-macro/debian/debcargo.toml [new file with mode: 0644]
proxmox-sortable-macro/debian/rules [deleted file]
proxmox-sys/Cargo.toml
proxmox-sys/debian/cargo-checksum.json [deleted file]
proxmox-sys/debian/changelog
proxmox-sys/debian/compat [deleted file]
proxmox-sys/debian/control [deleted file]
proxmox-sys/debian/debcargo.toml [new file with mode: 0644]
proxmox-sys/debian/rules [deleted file]
proxmox-tools/Cargo.toml
proxmox-tools/debian/cargo-checksum.json [deleted file]
proxmox-tools/debian/changelog
proxmox-tools/debian/compat [deleted file]
proxmox-tools/debian/control [deleted file]
proxmox-tools/debian/debcargo.toml [new file with mode: 0644]
proxmox-tools/debian/rules [deleted file]
proxmox/Cargo.toml
proxmox/debian/cargo-checksum.json [deleted file]
proxmox/debian/changelog
proxmox/debian/compat [deleted file]
proxmox/debian/control [deleted file]
proxmox/debian/debcargo.toml [new file with mode: 0644]
proxmox/debian/rules [deleted file]