Bug#1145392: bobby: use rusqlite 0.40

Simon Quigley simon at tsimonq2.net
Mon Aug 24 15:20:23 BST 2026


Source: bobby
Version: 50.0.2-3
Severity: important
Tags: patch
User: debian-rust at lists.debian.org
Usertags: rusqlite-0.40
X-Debbugs-Cc: debian-rust at lists.debian.org

Dear maintainers,

I am preparing a rust-rusqlite transition, which I'd like to upload today.

bobby already has adjust-rusqlite-version+features.patch which downgrades rusqlite. That patch needs to be modified to state 0.40.0, and the fallible_uint feature needs to be added.

I have attached a debdiff fixing this.

Best regards,
Simon Quigley
tsimonq2 at debian.org
-------------- next part --------------
diff -Nru bobby-50.0.2/debian/changelog bobby-50.0.2/debian/changelog
--- bobby-50.0.2/debian/changelog	2026-07-11 13:02:05.000000000 -0500
+++ bobby-50.0.2/debian/changelog	2026-08-24 09:07:47.000000000 -0500
@@ -1,3 +1,10 @@
+bobby (50.0.2-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Adjust rusqlite to 0.40.
+
+ -- Simon Quigley <tsimonq2 at debian.org>  Mon, 24 Aug 2026 09:07:47 -0500
+
 bobby (50.0.2-3) unstable; urgency=medium
 
   * d/p/adjust-meson.build.patch: Increase test timeout to 1800 to overcome
diff -Nru bobby-50.0.2/debian/control bobby-50.0.2/debian/control
--- bobby-50.0.2/debian/control	2026-07-11 13:02:05.000000000 -0500
+++ bobby-50.0.2/debian/control	2026-08-24 09:07:47.000000000 -0500
@@ -15,8 +15,8 @@
  librust-gtk4-0.11+gnome-50-dev (>= 0.11.2),
  librust-libadwaita-0.9+default-dev (>= 0.9.1),
  librust-libadwaita-0.9+v1-8-dev (>= 0.9.1),
- librust-rusqlite-0.29+buildtime-bindgen-dev (>= 0.29.0),
- librust-rusqlite-0.29+default-dev (>= 0.29.0),
+ librust-rusqlite-0.40+buildtime-bindgen-dev (>= 0.40.0),
+ librust-rusqlite-0.40+default-dev (>= 0.40.0),
  libstd-rust-dev,
  meson,
  rustc:native,
diff -Nru bobby-50.0.2/debian/patches/adjust-rusqlite-version+features.patch bobby-50.0.2/debian/patches/adjust-rusqlite-version+features.patch
--- bobby-50.0.2/debian/patches/adjust-rusqlite-version+features.patch	2026-07-11 13:02:05.000000000 -0500
+++ bobby-50.0.2/debian/patches/adjust-rusqlite-version+features.patch	2026-08-24 09:07:47.000000000 -0500
@@ -16,7 +16,7 @@
  # From the Recommended Crate Directory – https://blessed.rs
  chrono = "0.4.42"
 -rusqlite = { version = "0.37.0", features = ["bundled"] }
-+rusqlite = { version = "0.29.0", features = ["buildtime_bindgen"] }
++rusqlite = { version = "0.40.0", features = ["buildtime_bindgen", "fallible_uint"] }
  
  # From the GNOME Project – https://gnome.org
  gio = "0.22.5"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-gnome-maintainers/attachments/20260824/2f685d13/attachment.sig>


More information about the pkg-gnome-maintainers mailing list