]> git.proxmox.com Git - debcargo-conf.git/commitdiff
backport wasm-bindgen-cli-support
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 16 Dec 2022 11:56:38 +0000 (12:56 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 20 Dec 2022 10:41:47 +0000 (11:41 +0100)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/wasm-bindgen-cli-support/debian/changelog
src/wasm-bindgen-cli-support/debian/patches/relax-deps.patch [new file with mode: 0644]
src/wasm-bindgen-cli-support/debian/patches/series [new file with mode: 0644]

index f047629f7d870e73e9c149d77fcbdb42722f1fc2..d6a4b6a3a942f5b8beb28d01da5fd03526da6723 100644 (file)
@@ -1,3 +1,9 @@
+rust-wasm-bindgen-cli-support (0.2.83-1~bpo11+pve1) proxmox-rust; urgency=medium
+
+  * Rebuild for Debian Bullseye / Proxmox
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 16 Dec 2022 12:56:32 +0100
+
 rust-wasm-bindgen-cli-support (0.2.83-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
 
   * Package wasm-bindgen-cli-support 0.2.83 from crates.io using debcargo 2.6.0
diff --git a/src/wasm-bindgen-cli-support/debian/patches/relax-deps.patch b/src/wasm-bindgen-cli-support/debian/patches/relax-deps.patch
new file mode 100644 (file)
index 0000000..4bbdfd0
--- /dev/null
@@ -0,0 +1,13 @@
+Index: wasm-bindgen-cli-support/Cargo.toml
+===================================================================
+--- wasm-bindgen-cli-support.orig/Cargo.toml
++++ wasm-bindgen-cli-support/Cargo.toml
+@@ -26,7 +26,7 @@ repository = "https://github.com/rustwas
+ version = "1.0"
+ [dependencies.base64]
+-version = "0.9"
++version = "0.13"
+ [dependencies.log]
+ version = "0.4"
diff --git a/src/wasm-bindgen-cli-support/debian/patches/series b/src/wasm-bindgen-cli-support/debian/patches/series
new file mode 100644 (file)
index 0000000..bdddf05
--- /dev/null
@@ -0,0 +1 @@
+relax-deps.patch