Source: bobby Version: 50.0.2-3 Severity: important Tags: patch User: [email protected] Usertags: rusqlite-0.40 X-Debbugs-Cc: [email protected]
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 [email protected]
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 <[email protected]> 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"
OpenPGP_signature.asc
Description: OpenPGP digital signature

