Bug#1105816: bookworm-pu: package nvda2speechd/0.1-6+deb12u1

Samuel Thibault sthibault at debian.org
Thu May 15 10:39:18 BST 2025


Package: release.debian.org
Severity: normal
Tags: bookworm
X-Debbugs-Cc: nvda2speechd at packages.debian.org
Control: affects -1 + src:nvda2speechd
User: release.debian.org at packages.debian.org
Usertags: pu

Hello,

I have uploaded nvda2speechd/0.1-6+deb12u1 for inclusion to bookworm.

Samuel

[ Reason ]
It currently FTBFS due to #1078901

[ Impact ]
Users wouldn't be able to rebuild it and security upload etc. would be
exposed to rebuild issues.

[ Tests ]
There is no behavior change.

[ Risks ]
It is just a build-dependency minor update.

[ Checklist ]
  [X] *all* changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attach debdiff against the package in (old)stable
  [X] the issue is verified as fixed in unstable

-------------- next part --------------
diff -Nru nvda2speechd-0.1/debian/changelog nvda2speechd-0.1/debian/changelog
--- nvda2speechd-0.1/debian/changelog	2022-10-29 18:59:31.000000000 +0200
+++ nvda2speechd-0.1/debian/changelog	2025-05-15 11:17:13.000000000 +0200
@@ -1,3 +1,9 @@
+nvda2speechd (0.1-6+deb12u1) bookworm; urgency=medium
+
+  * debian/patches/upgrade: Bump rmp-serde version (Closes: Bug#1078901)
+
+ -- Samuel Thibault <sthibault at debian.org>  Thu, 15 May 2025 11:17:13 +0200
+
 nvda2speechd (0.1-6) unstable; urgency=medium
 
   * patches/force-deps: Make sure to always use the same versions
diff -Nru nvda2speechd-0.1/debian/patches/series nvda2speechd-0.1/debian/patches/series
--- nvda2speechd-0.1/debian/patches/series	2022-10-29 18:54:10.000000000 +0200
+++ nvda2speechd-0.1/debian/patches/series	2025-05-15 11:11:28.000000000 +0200
@@ -2,3 +2,4 @@
 git-speechd-version-update
 git-i386
 force-deps
+upgrade
diff -Nru nvda2speechd-0.1/debian/patches/upgrade nvda2speechd-0.1/debian/patches/upgrade
--- nvda2speechd-0.1/debian/patches/upgrade	1970-01-01 01:00:00.000000000 +0100
+++ nvda2speechd-0.1/debian/patches/upgrade	2025-05-15 11:09:04.000000000 +0200
@@ -0,0 +1,42 @@
+bump rmp-serde a bit
+
+---
+ src/client/Cargo.toml     |    2 +-
+ src/server/Cargo.lock     |    3 +--
+ src/server/Cargo.toml     |    4 ++--
+ src/testclient/Cargo.lock |    2 +-
+ 4 files changed, 5 insertions(+), 6 deletions(-)
+
+--- a/src/server/Cargo.toml
++++ b/src/server/Cargo.toml
+@@ -11,7 +11,7 @@ description = "nvda2speechd server"
+ [dependencies]
+ 
+ serde={version="= 1.0.137", features=["derive"]}
+-rmp-serde="= 1.1.0"
++rmp-serde="= 1.1.2"
+ speech-dispatcher="= 0.15.0"
+ tungstenite="= 0.17.2"
+ url="= 2.2.2"
+--- a/src/client/Cargo.toml
++++ b/src/client/Cargo.toml
+@@ -18,7 +18,7 @@ crate-type=["dylib"]
+ lazy_static="= 1.4.0"
+ widestring="= 0.5.1"
+ serde={version="= 1.0.137", features=["derive"]}
+-rmp-serde="= 1.1.0"
++rmp-serde="= 1.1.2"
+ tungstenite="= 0.17.2"
+ url="= 2.2.2"
+ 
+--- a/src/testclient/Cargo.lock
++++ b/src/testclient/Cargo.lock
+@@ -250,7 +250,7 @@ dependencies = [
+ 
+ [[package]]
+ name = "rmp-serde"
+-version = "1.1.0"
++version = "1.1.2"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "25786b0d276110195fa3d6f3f31299900cf71dfbd6c28450f3f58a0e7f7a347e"
+ dependencies = [


More information about the Pkg-a11y-devel mailing list