Your message dated Wed, 26 Aug 2026 09:52:39 +0000
with message-id <[email protected]>
and subject line Bug#1145396: fixed in meli 0.8.13+dfsg-5
has caused the Debian Bug report #1145396,
regarding meli: use rusqlite 0.40
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1145396: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1145396
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: meli
Version: 0.8.13+dfsg-4
Severity: important
Tags: patch
User: [email protected]
Usertags: rusqlite-0.40
X-Debbugs-Cc: [email protected]

Dear maintainer,

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

meli already has 2001_rusqlite.patch, which needs to be adjusted for both the 
version, and to add the fallible_uint feature.

I have attached a debdiff fixing this.

Best regards,
Simon Quigley
[email protected]
diff -Nru meli-0.8.13+dfsg/debian/changelog meli-0.8.13+dfsg/debian/changelog
--- meli-0.8.13+dfsg/debian/changelog   2026-05-31 06:39:06.000000000 -0500
+++ meli-0.8.13+dfsg/debian/changelog   2026-08-24 09:20:55.000000000 -0500
@@ -1,3 +1,10 @@
+meli (0.8.13+dfsg-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Adjust rusqlite to 0.40.
+
+ -- Simon Quigley <[email protected]>  Mon, 24 Aug 2026 09:20:55 -0500
+
 meli (0.8.13+dfsg-4) unstable; urgency=medium
 
   * extend patch 2002_system-shared_libs;
diff -Nru meli-0.8.13+dfsg/debian/control meli-0.8.13+dfsg/debian/control
--- meli-0.8.13+dfsg/debian/control     2026-01-23 16:36:43.000000000 -0600
+++ meli-0.8.13+dfsg/debian/control     2026-08-24 09:20:55.000000000 -0500
@@ -48,7 +48,7 @@
  librust-pcre2-0.2+default-dev,
  librust-polling-3+default-dev,
  librust-proc-macro2-1+default-dev,
- librust-rusqlite-0.29+default-dev,
+ librust-rusqlite-0.40+default-dev,
  librust-rusty-fork-0.3+default-dev,
  librust-serde-1+default-dev,
  librust-serde-1+rc-dev,
diff -Nru meli-0.8.13+dfsg/debian/patches/2001_rusqlite.patch 
meli-0.8.13+dfsg/debian/patches/2001_rusqlite.patch
--- meli-0.8.13+dfsg/debian/patches/2001_rusqlite.patch 2026-01-05 
02:31:25.000000000 -0600
+++ meli-0.8.13+dfsg/debian/patches/2001_rusqlite.patch 2026-08-24 
09:20:55.000000000 -0500
@@ -1,18 +1,17 @@
 Description: accept older minor versions of crate sqlite
 Author: Jonas Smedegaard <[email protected]>
-Bugs-Debian: https://bugs.debian.org/1124657
 Forwarded: not-needed
-Last-Update: 2026-01-05
+Last-Update: 2026-08-24
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/melib/Cargo.toml
 +++ b/melib/Cargo.toml
-@@ -63,7 +63,7 @@
+@@ -63,7 +63,7 @@ nom = { version = "7" }
  notify = { version = "8", optional = true }
  polling = { version = "3" }
  regex = { workspace = true }
 -rusqlite = { version = "^0.37", default-features = false, features = 
["array", "modern_sqlite"], optional = true }
-+rusqlite = { version = ">= 0.29.0, <= 0.37", default-features = false, 
features = ["array", "modern_sqlite"], optional = true }
++rusqlite = { version = ">= 0.37, <= 0.41", default-features = false, features 
= ["array", "modern_sqlite", "fallible_uint"], optional = true }
  serde = { workspace = true, features = ["rc"] }
  serde_derive = { workspace = true }
  serde_json = { workspace = true, features = ["raw_value"] }

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: meli
Source-Version: 0.8.13+dfsg-5
Done: Jonas Smedegaard <[email protected]>

We believe that the bug you reported is fixed in the latest version of
meli, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <[email protected]> (supplier of updated meli package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 26 Aug 2026 11:14:15 +0200
Source: meli
Architecture: source
Version: 0.8.13+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1145396
Changes:
 meli (0.8.13+dfsg-5) unstable; urgency=medium
 .
   * drop patch 2001_socket2, obsoleted by Debian package changes
   * reorganize patch naming and numbering
   * relax build-dependencies for all crates
   * use debhelper compatibility level 14 (not 13)
   * declare compliance with Debian Policy 4.7.4
   * add patch 1002_newer_signal-hook
     to accept newer minor version of crate;
     bump build-dependency for crate signal-hook
   * add patch 1002_newer_rusqlite
     to use newer minor versions of crate,
     superseding 2002_older_rusqlite;
     bump build-dependency for crate rusqlite;
     closes: bug#1145396, thanks to Simon Quigley
   * tighten build-dependency for crate async-fn-stream
   * recommend ca-certificates
   * update watch file:
     + capitalize file format field label
     + stop set auto-mangling of upstream version
       (now done by default)
     + limit to STABLE_VERSION
Checksums-Sha1:
 320cbdeb1c81d954f307c0950c819c166169a24a 3115 meli_0.8.13+dfsg-5.dsc
 b819de97eddaa15009f787bf6a9d2f0dd0c77563 19980 meli_0.8.13+dfsg-5.debian.tar.xz
 3efe9f2106da6eb3caa4c76e03e3f3eb361b2473 35661 
meli_0.8.13+dfsg-5_amd64.buildinfo
Checksums-Sha256:
 89e7b7245aaaf76eccd99396cf2c62c1d40fa0c7b3c36929cabeb81b45c57cc7 3115 
meli_0.8.13+dfsg-5.dsc
 a551df61cdaf459324d9329fe0a8bf4176522c3434f4d848b33a9ba058255fcc 19980 
meli_0.8.13+dfsg-5.debian.tar.xz
 cba8e1792e6a8bae3ca20733747bbe93b08423eb4bda84ff320db1768f25fc4d 35661 
meli_0.8.13+dfsg-5_amd64.buildinfo
Files:
 a63a8ae058751ad0a9b6b8f91f068b94 3115 mail optional meli_0.8.13+dfsg-5.dsc
 69c4bbcc6289379fdaac4af762647a95 19980 mail optional 
meli_0.8.13+dfsg-5.debian.tar.xz
 2b8a1deeed9e41bb54856511c22559fd 35661 mail optional 
meli_0.8.13+dfsg-5_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJABAEBCgAqFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmqOsC0MHGRyQGpvbmVz
LmRrAAoJECx8MUbBoAEhSPYP/03mMvBSwiBHT06VTgNl5+A9ly1BzpmIx7qrUAqG
pWp2bua6xp2otSXm6KAjFw87n535JlzNgQ0J8fED9LZSApIkMx1wLiFZo2lwhIAe
s5W0bWm9bMgjf9vvkpP/BQlPKawue5/hJbF66KyuasHBy3tGl9TbELuuhY1+HN2z
Tlo96bsYl3Jr6bz7nVMxeppEPfCJxCfpej5u6sVv9d55aoVRBUhoqc1Pyy4pYt7y
WEVV4PY8c8UK4peUztGaD5tPjBXHk3flnDG+9+Ws8DE1z4D0MSIHtOI2vHr46tdm
qlHVGFaerNR664LIIvXVZAQaybpsDbqdDEDrkrJLmj/sqVQt0cTjuS22Hw2qsgcP
rFsqQWPIBZv2YhJ5IimRkz5xatbCvNqR8qljAa6+8MdnHt3oR6DfjGKiQzi29xJ4
TF3JeLMM04kfUdAGywbIUaxyG5M/8GzYGZf1m+8yZrHH028rms10gRoftrDGcPXA
EawMF3Y4fsdDaz8+/jrfwTE2pjN41FGLl5OJuEyMbCcR5PoZ+4K8esw6pWPEVDla
XqBy64zkT4DYg3qwJf69TEljsNGlOiRra+i8rUJVt178XYwnsrjOWks/gE6abWyI
aAHuOUR3gJXt7ynDANsGEBMyU8b2Ik4ws9zAxanm5Ix5Foa/HhwaUyt1NZmcBuyn
27tR
=zw8P
-----END PGP SIGNATURE-----

Attachment: pgprFiX8KpgMd.pgp
Description: PGP signature


--- End Message ---

Reply via email to