Your message dated Fri, 04 Sep 2026 23:34:14 +0000
with message-id <[email protected]>
and subject line Bug#1145430: fixed in gnome-decoder 0.9.1-2
has caused the Debian Bug report #1145430,
regarding gnome-decoder: use sqlx 0.9
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.)
--
1145430: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1145430
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gnome-decoder
Version: 0.9.1-1
Severity: important
Tags: patch
User: [email protected]
Usertags: sqlx-0.9
X-Debbugs-Cc: [email protected]
Dear maintainers,
I am preparing a rust-sqlx transition, which will be uploaded soon.
gnome-decoder has a patch which relaxes sqlx to 0.8 from 0.9, which upstream
already has. This patch can be dropped.
I have attached a debdiff fixing this.
Best regards,
Simon Quigley
[email protected]
diff -Nru gnome-decoder-0.9.1/debian/changelog
gnome-decoder-0.9.1/debian/changelog
--- gnome-decoder-0.9.1/debian/changelog 2026-05-31 08:42:46.000000000
-0500
+++ gnome-decoder-0.9.1/debian/changelog 2026-08-24 20:34:59.000000000
-0500
@@ -1,3 +1,10 @@
+gnome-decoder (0.9.1-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Port to sqlx 0.9: drop reverse-applicable relax-dependencies.patch.
+
+ -- Simon Quigley <[email protected]> Mon, 24 Aug 2026 20:34:59 -0500
+
gnome-decoder (0.9.1-1) unstable; urgency=medium
[ Jeremy BĂcha ]
diff -Nru gnome-decoder-0.9.1/debian/control gnome-decoder-0.9.1/debian/control
--- gnome-decoder-0.9.1/debian/control 2026-05-31 08:42:16.000000000 -0500
+++ gnome-decoder-0.9.1/debian/control 2026-08-20 23:08:17.000000000 -0500
@@ -32,10 +32,10 @@
librust-nom-permutation-1+default-dev,
librust-qrcode-0.14+default-dev,
librust-rqrr-0.10+img-dev,
- librust-sqlx-0.8+chrono-dev,
- librust-sqlx-0.8+default-dev,
- librust-sqlx-0.8+runtime-async-std-dev,
- librust-sqlx-0.8+sqlite-dev,
+ librust-sqlx-0.9+chrono-dev,
+ librust-sqlx-0.9+default-dev,
+ librust-sqlx-0.9+runtime-smol-dev,
+ librust-sqlx-0.9+sqlite-dev,
librust-tracing-0.1+default-dev,
librust-tracing-subscriber-0.3+default-dev,
librust-url-2+default-dev (>= 2.2),
diff -Nru gnome-decoder-0.9.1/debian/patches/relax-dependencies.patch
gnome-decoder-0.9.1/debian/patches/relax-dependencies.patch
--- gnome-decoder-0.9.1/debian/patches/relax-dependencies.patch 2026-05-31
08:21:42.000000000 -0500
+++ gnome-decoder-0.9.1/debian/patches/relax-dependencies.patch 1969-12-31
18:00:00.000000000 -0600
@@ -1,21 +0,0 @@
-From: Matthias Geiger <[email protected]>
-Date: Tue, 26 May 2026 17:50:24 +0200
-Subject: relax dependencies
-
----
- Cargo.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Cargo.toml b/Cargo.toml
-index fcfe969..fd010a7 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -25,7 +25,7 @@ nom = { version = "8", default-features = false }
- nom_permutation = "1.0"
- qrcode = "0.14"
- rqrr = { version = "0.10", default-features = false, features = ["img"] }
--sqlx = { version = "0.9.0", features = ["sqlite", "runtime-smol", "chrono"] }
-+sqlx = { version = "0.8.3", features = ["sqlite", "runtime-async-std",
"chrono"] }
- tracing = "0.1"
- tracing-subscriber = "0.3"
- url = "2.2"
diff -Nru gnome-decoder-0.9.1/debian/patches/series
gnome-decoder-0.9.1/debian/patches/series
--- gnome-decoder-0.9.1/debian/patches/series 2026-05-31 08:21:54.000000000
-0500
+++ gnome-decoder-0.9.1/debian/patches/series 2026-08-20 23:08:17.000000000
-0500
@@ -1,4 +1,3 @@
0001-meson.build-fix-build-for-Debian.patch
0003-meson.build-rename-executable-to-gnome-decoder.patch
-relax-dependencies.patch
don-t-run-clippy-test.patch
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: gnome-decoder
Source-Version: 0.9.1-2
Done: Matthias Geiger <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gnome-decoder, 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.
Matthias Geiger <[email protected]> (supplier of updated gnome-decoder
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: Sat, 05 Sep 2026 01:20:37 +0200
Source: gnome-decoder
Architecture: source
Version: 0.9.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers
<[email protected]>
Changed-By: Matthias Geiger <[email protected]>
Closes: 1145430
Changes:
gnome-decoder (0.9.1-2) unstable; urgency=medium
.
* Stop patching sqlx (Closes: #1145430)
Checksums-Sha1:
c561280a4b1e603955f2f8eab73e20909801a130 3515 gnome-decoder_0.9.1-2.dsc
cb60770d4f89dddeee703033a39b6eb35467fcd6 12412
gnome-decoder_0.9.1-2.debian.tar.xz
ccd60c5875450406370393e39b8e8c54dbc81e6e 921772
gnome-decoder_0.9.1-2.git.tar.xz
eb9f03b6565067ce8c270d671ac1532b9ccf97b9 17692
gnome-decoder_0.9.1-2_source.buildinfo
Checksums-Sha256:
c869c0a85527fa937c6e58c0a1a850398a69421d51ac1eb8c38dbb73748bfbeb 3515
gnome-decoder_0.9.1-2.dsc
a59f6c3dc665c34e3d48b2d109a7721a8edac6ef911735483d60915d43595841 12412
gnome-decoder_0.9.1-2.debian.tar.xz
d4313ef9a5728f8942434f73eb4168b76a2f0777efce79b7b8e3ab75dde50785 921772
gnome-decoder_0.9.1-2.git.tar.xz
3c962267cf77fcb7336e1e35ebb79f36d7cdb3ec65986ec627f3e6990ee7bcdb 17692
gnome-decoder_0.9.1-2_source.buildinfo
Files:
6647b8f4e363d616061d93bec7917886 3515 gnome optional gnome-decoder_0.9.1-2.dsc
d5ee8a12b6bdc2e3fc6c6ddb09990800 12412 gnome optional
gnome-decoder_0.9.1-2.debian.tar.xz
f925a32708366477f45a5b6dbb739cfc 921772 gnome None
gnome-decoder_0.9.1-2.git.tar.xz
b2f9659c52053023e1ae05bf145bc73c 17692 gnome optional
gnome-decoder_0.9.1-2_source.buildinfo
Git-Tag-Info: tag=fa1d5f8ef78c6b578e99736d83ada6ac73e03544
fp=14593bff4a5ebf6fe0e9716eecbedbb607b9b2be
Git-Tag-Tagger: Matthias Geiger <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmqbUxwACgkQYG0ITkaD
wHlQWRAAiFS4lA9ZhNgSJkRGAT4Urqx8RHgiL2K5SrkbXbB0WE50EJEdLT5LDXSx
sqSpmvs59uWyWiaQ8ntzQbHABgcBtuiGWyDZhSeeZ2URIVVT9OmLObX7Ofz0ldt8
ZrRj7pTdJhvVyH84YbXD+1o62fnxB58IiiSYfcSggOOohni4oEk1N438+QM+04kv
Mo95OJ+3fQKFglEjkxG+IM0gNFj7lifzocuzDyrsula8c4m4RXTPWEjZmArYgHoH
SzCrI4bbzGuUBPVzdOH08RW55z7OMKhjOcT3tL5HIZF59h2vTVh66syH+t0GC16M
gDchM/kT0NF80BAqzQAh1pikyoGscwxn2eDvBtxphJq+Rku9GO5uZikTZtfAjZmw
eZ+LCRjeKu7m+X1Qgc/In+ZZVXvSksl3K6yFPiBWE2jrL3GhfQaBEGf8Dx9516LP
WQVzOwRwsyYv7NeDGEtRQA/zOd5PdOFYBMMhw+Jr0UHR2kuts7wJmarnKZQKBtq0
gh8HvaZ4I5VEspZTQ1JeqV8L5lHLfMU/inpNSk6T0dThi/GnzRsJSajzSsmbFKB7
C65hCUKoTrN7fB903mi8FzFdFV273ajVxHN7P5tS74jtXAOfL9oSH35gSCPV6jhD
m4MpJLvJ+6dXv937f2gelMky8ebPuYxBLk6Lt9qgVZ26lb6+GyY=
=Z/Hu
-----END PGP SIGNATURE-----
pgpNma6m8KlVS.pgp
Description: PGP signature
--- End Message ---