From 78d9b156a841c94686e8131c6eef9fb1be2ab324 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 12 Jan 2023 13:48:54 +0100 Subject: [PATCH] bump proxmox-uuid to 1.0.2-1 Signed-off-by: Wolfgang Bumiller --- proxmox-uuid/Cargo.toml | 2 +- proxmox-uuid/debian/changelog | 6 ++++ proxmox-uuid/debian/control | 54 ----------------------------------- 3 files changed, 7 insertions(+), 55 deletions(-) delete mode 100644 proxmox-uuid/debian/control diff --git a/proxmox-uuid/Cargo.toml b/proxmox-uuid/Cargo.toml index f07071e2..55154187 100644 --- a/proxmox-uuid/Cargo.toml +++ b/proxmox-uuid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-uuid" -version = "1.0.1" +version = "1.0.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-uuid/debian/changelog b/proxmox-uuid/debian/changelog index ff0612a0..59d4633d 100644 --- a/proxmox-uuid/debian/changelog +++ b/proxmox-uuid/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-uuid (1.0.2-1) unstable; urgency=medium + + * fix wasm32 build (missing 'use' statements) + + -- Proxmox Support Team Thu, 12 Jan 2023 13:48:05 +0100 + rust-proxmox-uuid (1.0.1-1) unstable; urgency=medium * implement uuid on target wasm32 diff --git a/proxmox-uuid/debian/control b/proxmox-uuid/debian/control deleted file mode 100644 index 1e5d7d24..00000000 --- a/proxmox-uuid/debian/control +++ /dev/null @@ -1,54 +0,0 @@ -Source: rust-proxmox-uuid -Section: rust -Priority: optional -Build-Depends: debhelper (>= 12), - dh-cargo (>= 25), - cargo:native , - rustc:native , - libstd-rust-dev , - librust-js-sys-0.3+default-dev (>= 0.3.55-~~) , - librust-libc-0.2+default-dev (>= 0.2.107-~~) , - uuid-dev -Maintainer: Proxmox Support Team -Standards-Version: 4.6.1 -Vcs-Git: git://git.proxmox.com/git/proxmox.git -Vcs-Browser: https://git.proxmox.com/?p=proxmox.git -X-Cargo-Crate: proxmox-uuid -Rules-Requires-Root: no - -Package: librust-proxmox-uuid-dev -Architecture: any -Multi-Arch: same -Depends: - ${misc:Depends}, - librust-js-sys-0.3+default-dev (>= 0.3.55-~~), - librust-libc-0.2+default-dev (>= 0.2.107-~~), - uuid-dev -Suggests: - librust-proxmox-uuid+serde-dev (= ${binary:Version}) -Provides: - librust-proxmox-uuid+default-dev (= ${binary:Version}), - librust-proxmox-uuid-1-dev (= ${binary:Version}), - librust-proxmox-uuid-1+default-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.1-dev (= ${binary:Version}), - librust-proxmox-uuid-1.0.1+default-dev (= ${binary:Version}) -Description: Bindings for libuuid with optional serde support - Rust source code - This package contains the source for the Rust proxmox-uuid crate, packaged by - debcargo for use with cargo and dh-cargo. - -Package: librust-proxmox-uuid+serde-dev -Architecture: any -Multi-Arch: same -Depends: - ${misc:Depends}, - librust-proxmox-uuid-dev (= ${binary:Version}), - librust-serde-1+default-dev -Provides: - librust-proxmox-uuid-1+serde-dev (= ${binary:Version}), - librust-proxmox-uuid-1.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" - This metapackage enables feature "serde" for the Rust proxmox-uuid crate, by - pulling in any additional dependencies needed by that feature.