mirror of
https://git.proxmox.com/git/proxmox-ve-rs
synced 2025-10-04 07:56:43 +00:00
let build.sh generate d/control
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
9d4a3046b8
commit
bc9253d82d
2
build.sh
2
build.sh
@ -17,7 +17,7 @@ CONTROL="$PWD/${CRATE}/debian/control"
|
||||
if [ -e "$CONTROL" ]; then
|
||||
# check but only warn, debcargo fails anyway if crates are missing
|
||||
dpkg-checkbuilddeps $PWD/${CRATE}/debian/control || true
|
||||
# rm -f "$PWD/${CRATE}/debian/control"
|
||||
rm -f "$PWD/${CRATE}/debian/control"
|
||||
fi
|
||||
|
||||
debcargo package \
|
||||
|
@ -1,28 +1,29 @@
|
||||
Source: rust-proxmox-ve-config
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Build-Depends: cargo:native,
|
||||
debhelper-compat (= 13),
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
dh-sequence-cargo,
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-log-0.4+default-dev,
|
||||
librust-nix-0.26+default-dev,
|
||||
librust-proxmox-schema-4+default-dev,
|
||||
librust-proxmox-sortable-macro-0.1+default-dev (>= 0.1.3-~~),
|
||||
librust-proxmox-sys-0.6+default-dev (>= 0.6.4-~~),
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-1+derive-dev,
|
||||
librust-serde-json-1+default-dev,
|
||||
librust-serde-plain-1+default-dev,
|
||||
librust-serde-with-3+default-dev,
|
||||
librust-thiserror-1+default-dev (>= 1.0.59-~~),
|
||||
libstd-rust-dev,
|
||||
netbase,
|
||||
python3,
|
||||
rustc:native (>= 1.82),
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-log-0.4+default-dev <!nocheck>,
|
||||
librust-nix-0.26+default-dev <!nocheck>,
|
||||
librust-proxmox-schema-4+default-dev <!nocheck>,
|
||||
librust-proxmox-sortable-macro-0.1+default-dev (>= 0.1.3-~~) <!nocheck>,
|
||||
librust-proxmox-sys-0.6+default-dev (>= 0.6.4-~~) <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-1+derive-dev <!nocheck>,
|
||||
librust-serde-json-1+default-dev <!nocheck>,
|
||||
librust-serde-plain-1+default-dev <!nocheck>,
|
||||
librust-serde-with-3+default-dev <!nocheck>,
|
||||
librust-thiserror-1+default-dev (>= 1.0.59-~~) <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.7.0
|
||||
Homepage: https://www.proxmox.com
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox-ve-rs.git
|
||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox-ve-rs.git
|
||||
X-Cargo-Crate: proxmox-ve-config
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: librust-proxmox-ve-config-dev
|
||||
Architecture: any
|
||||
@ -40,7 +41,14 @@ Depends:
|
||||
librust-serde-json-1+default-dev,
|
||||
librust-serde-plain-1+default-dev,
|
||||
librust-serde-with-3+default-dev,
|
||||
librust-thiserror-1+default-dev (>= 1.0.59-~~),
|
||||
libstd-rust-dev,
|
||||
Description: Library for reading and writing the configuration files of Proxmox
|
||||
Virtual Environment.
|
||||
librust-thiserror-1+default-dev (>= 1.0.59-~~)
|
||||
Provides:
|
||||
librust-proxmox-ve-config+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-ve-config-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-ve-config-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-ve-config-0.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-ve-config-0.2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-ve-config-0.2.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-ve-config-0.2.2+default-dev (= ${binary:Version})
|
||||
Description: Rust crate "proxmox-ve-config" - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-ve-config"
|
||||
|
Loading…
Reference in New Issue
Block a user