forked from proxmox-mirrors/proxmox
uuid: bump to 1.0.3-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
2c1d5fd741
commit
fc7a4be4eb
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-uuid"
|
name = "proxmox-uuid"
|
||||||
version = "1.0.2"
|
version = "1.0.3"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
rust-proxmox-uuid (1.0.3-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* remove unused dependency on libc
|
||||||
|
|
||||||
|
* doc fixups
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 14 Aug 2024 11:42:51 +0200
|
||||||
|
|
||||||
rust-proxmox-uuid (1.0.2-1) unstable; urgency=medium
|
rust-proxmox-uuid (1.0.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
* fix wasm32 build (missing 'use' statements)
|
* fix wasm32 build (missing 'use' statements)
|
||||||
|
@ -7,10 +7,9 @@ Build-Depends: debhelper (>= 12),
|
|||||||
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-js-sys-0.3+default-dev (>= 0.3.55-~~) <!nocheck>,
|
||||||
librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>,
|
|
||||||
uuid-dev <!nocheck>
|
uuid-dev <!nocheck>
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.2
|
||||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||||
X-Cargo-Crate: proxmox-uuid
|
X-Cargo-Crate: proxmox-uuid
|
||||||
@ -22,7 +21,6 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-js-sys-0.3+default-dev (>= 0.3.55-~~),
|
librust-js-sys-0.3+default-dev (>= 0.3.55-~~),
|
||||||
librust-libc-0.2+default-dev (>= 0.2.107-~~),
|
|
||||||
uuid-dev
|
uuid-dev
|
||||||
Suggests:
|
Suggests:
|
||||||
librust-proxmox-uuid+serde-dev (= ${binary:Version})
|
librust-proxmox-uuid+serde-dev (= ${binary:Version})
|
||||||
@ -32,11 +30,10 @@ 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.2-dev (= ${binary:Version}),
|
librust-proxmox-uuid-1.0.3-dev (= ${binary:Version}),
|
||||||
librust-proxmox-uuid-1.0.2+default-dev (= ${binary:Version})
|
librust-proxmox-uuid-1.0.3+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
|
Source code for Debianized Rust crate "proxmox-uuid"
|
||||||
debcargo for use with cargo and dh-cargo.
|
|
||||||
|
|
||||||
Package: librust-proxmox-uuid+serde-dev
|
Package: librust-proxmox-uuid+serde-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
@ -48,7 +45,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.2+serde-dev (= ${binary:Version})
|
librust-proxmox-uuid-1.0.3+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