forked from proxmox-mirrors/proxmox
bump proxmox-uuid to version 1.0.1-1
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
0dc3bcd1a5
commit
b39e6ac669
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-uuid"
|
name = "proxmox-uuid"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-uuid (1.0.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* implement uuid on target wasm32
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Fri, 03 Dec 2021 09:19:27 +0100
|
||||||
|
|
||||||
rust-proxmox-uuid (1.0.0-1) stable; urgency=medium
|
rust-proxmox-uuid (1.0.0-1) stable; urgency=medium
|
||||||
|
|
||||||
* initial split out of `librust-proxmox-dev`
|
* initial split out of `librust-proxmox-dev`
|
||||||
|
@ -2,10 +2,11 @@ Source: rust-proxmox-uuid
|
|||||||
Section: rust
|
Section: rust
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 12),
|
Build-Depends: debhelper (>= 12),
|
||||||
dh-cargo (>= 24),
|
dh-cargo (>= 25),
|
||||||
cargo:native <!nocheck>,
|
cargo:native <!nocheck>,
|
||||||
rustc:native <!nocheck>,
|
rustc:native <!nocheck>,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
|
librust-js-sys-0.3+default-dev (>= 0.3.55-~~) <!nocheck>,
|
||||||
librust-libc-0.2+default-dev <!nocheck>,
|
librust-libc-0.2+default-dev <!nocheck>,
|
||||||
uuid-dev <!nocheck>
|
uuid-dev <!nocheck>
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
@ -19,6 +20,7 @@ Architecture: any
|
|||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
|
librust-js-sys-0.3+default-dev (>= 0.3.55-~~),
|
||||||
librust-libc-0.2+default-dev,
|
librust-libc-0.2+default-dev,
|
||||||
uuid-dev
|
uuid-dev
|
||||||
Suggests:
|
Suggests:
|
||||||
@ -29,8 +31,8 @@ Provides:
|
|||||||
librust-proxmox-uuid-1+default-dev (= ${binary:Version}),
|
librust-proxmox-uuid-1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-uuid-1.0-dev (= ${binary:Version}),
|
librust-proxmox-uuid-1.0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-uuid-1.0+default-dev (= ${binary:Version}),
|
librust-proxmox-uuid-1.0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-uuid-1.0.0-dev (= ${binary:Version}),
|
librust-proxmox-uuid-1.0.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-uuid-1.0.0+default-dev (= ${binary:Version})
|
librust-proxmox-uuid-1.0.1+default-dev (= ${binary:Version})
|
||||||
Description: Bindings for libuuid with optional serde support - Rust source code
|
Description: Bindings for libuuid with optional serde support - Rust source code
|
||||||
This package contains the source for the Rust proxmox-uuid crate, packaged by
|
This package contains the source for the Rust proxmox-uuid crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
@ -45,7 +47,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-uuid-1+serde-dev (= ${binary:Version}),
|
librust-proxmox-uuid-1+serde-dev (= ${binary:Version}),
|
||||||
librust-proxmox-uuid-1.0+serde-dev (= ${binary:Version}),
|
librust-proxmox-uuid-1.0+serde-dev (= ${binary:Version}),
|
||||||
librust-proxmox-uuid-1.0.0+serde-dev (= ${binary:Version})
|
librust-proxmox-uuid-1.0.1+serde-dev (= ${binary:Version})
|
||||||
Description: Bindings for libuuid with optional serde support - feature "serde"
|
Description: Bindings for libuuid with optional serde support - feature "serde"
|
||||||
This metapackage enables feature "serde" for the Rust proxmox-uuid crate, by
|
This metapackage enables feature "serde" for the Rust proxmox-uuid crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user