Your message dated Wed, 06 May 2026 15:04:52 +0000
with message-id <[email protected]>
and subject line Bug#1134573: fixed in gir-rust-code-generator 0.22.1-2
has caused the Debian Bug report #1134573,
regarding gir-rust-code-generator - upcoming rust-toml-edit update
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.)
--
1134573: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1134573
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gir-rust-code-generator
Version: 0.22.1-1
I hope to update rust-toml to version 1 soon. gir-rust-code-generator
needs it's dependency relaxing to build with the new
version.
diff -Nru gir-rust-code-generator-0.22.1/debian/changelog
gir-rust-code-generator-0.22.1/debian/changelog
--- gir-rust-code-generator-0.22.1/debian/changelog 2026-04-13
12:46:03.000000000 +0000
+++ gir-rust-code-generator-0.22.1/debian/changelog 2026-04-21
21:16:38.000000000 +0000
@@ -1,3 +1,10 @@
+gir-rust-code-generator (0.22.1-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Relax dependency on rust-toml.
+
+ -- Peter Michael Green <[email protected]> Tue, 21 Apr 2026 21:16:38 +0000
+
gir-rust-code-generator (0.22.1-1) unstable; urgency=medium
* Team upload
diff -Nru gir-rust-code-generator-0.22.1/debian/control
gir-rust-code-generator-0.22.1/debian/control
--- gir-rust-code-generator-0.22.1/debian/control 2026-04-13
12:46:03.000000000 +0000
+++ gir-rust-code-generator-0.22.1/debian/control 2026-04-21
21:16:30.000000000 +0000
@@ -16,8 +16,10 @@
librust-log-0.4+default-dev,
librust-regex-1+default-dev (>= 1.12),
librust-rustdoc-stripper-0.1+default-dev (>= 0.1.19),
- librust-toml-0.9+default-dev,
- librust-toml-0.9+preserve-order-dev,
+ librust-toml+default-dev (>= 0.9),
+ librust-toml+preserve-order-dev (>= 0.9),
+ librust-toml+default-dev (<< 2),
+ librust-toml+preserve-order-dev (<< 2),
librust-xml-rs-0.8+default-dev,
libstd-rust-dev,
mdbook <!nodoc>,
diff -Nru gir-rust-code-generator-0.22.1/debian/patches/relax-deps.diff
gir-rust-code-generator-0.22.1/debian/patches/relax-deps.diff
--- gir-rust-code-generator-0.22.1/debian/patches/relax-deps.diff
2026-04-13 12:46:03.000000000 +0000
+++ gir-rust-code-generator-0.22.1/debian/patches/relax-deps.diff
2026-04-21 21:16:38.000000000 +0000
@@ -8,10 +8,10 @@
Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-diff --git a/Cargo.toml b/Cargo.toml
-index 759a065..4b88a63 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
+Index: gir-rust-code-generator-0.22.1/Cargo.toml
+===================================================================
+--- gir-rust-code-generator-0.22.1.orig/Cargo.toml
++++ gir-rust-code-generator-0.22.1/Cargo.toml
@@ -14,8 +14,8 @@ edition = "2024"
bitflags = "2.11"
getopts = "0.2.24"
@@ -19,7 +19,7 @@
-xml-rs = "1.0"
-toml = { version = "1.0" , features = ["preserve_order"] }
+xml-rs = "0.8"
-+toml = { version = "0.9" , features = ["preserve_order"] }
++toml = { version = ">= 0.9, < 2" , features = ["preserve_order"] }
env_logger = { version = "0.11", default-features = false }
log = "0.4"
regex = "1.12"
--- End Message ---
--- Begin Message ---
Source: gir-rust-code-generator
Source-Version: 0.22.1-2
Done: Matthias Geiger <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gir-rust-code-generator, 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
gir-rust-code-generator 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, 06 May 2026 16:32:45 +0200
Source: gir-rust-code-generator
Architecture: source
Version: 0.22.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers
<[email protected]>
Changed-By: Matthias Geiger <[email protected]>
Closes: 1134573
Changes:
gir-rust-code-generator (0.22.1-2) unstable; urgency=medium
.
[ Peter Micheal Green ]
* Relax dependency on rust-toml (Closes: #1134573)
Checksums-Sha1:
653643b9b5b1ea173fedc7a2f20c94e1a1c49235 2932
gir-rust-code-generator_0.22.1-2.dsc
9557d0535d24f3674d7ae3f149cf8216a51ca369 5732
gir-rust-code-generator_0.22.1-2.debian.tar.xz
03aa7695d94cb6a5efff5c2bae34f398725ae149 494844
gir-rust-code-generator_0.22.1-2.git.tar.xz
3a69c344ca6121bffbcbbc6ecc42f3bdb7ad9ff0 17416
gir-rust-code-generator_0.22.1-2_source.buildinfo
Checksums-Sha256:
a9bbb182facf0ad1d4422072db0ad250ce2a719bb660857f95919745dff01ac4 2932
gir-rust-code-generator_0.22.1-2.dsc
ce423eb25b87ae171ed1a9ff7b7ee5ce8a56f847044b1869c78ef0b686baf05b 5732
gir-rust-code-generator_0.22.1-2.debian.tar.xz
6566b36a13da1460c944dbdfe7a12786c8ed8338dff3e9aaf37b9173d99753e3 494844
gir-rust-code-generator_0.22.1-2.git.tar.xz
de4b3d5b105a976d8513de066f36fc31766877859163125a1c26b3c4d2f095d6 17416
gir-rust-code-generator_0.22.1-2_source.buildinfo
Files:
3f882062d55ab73d9407c8564c4625e1 2932 gnome optional
gir-rust-code-generator_0.22.1-2.dsc
d59f71e84ab2c938a97610f94b5ed05e 5732 gnome optional
gir-rust-code-generator_0.22.1-2.debian.tar.xz
778e1167718e4ca5ed567956ac5f9bcd 494844 gnome None
gir-rust-code-generator_0.22.1-2.git.tar.xz
8aeb60b3ece36c005d24dc6ef7545b7c 17416 gnome optional
gir-rust-code-generator_0.22.1-2_source.buildinfo
Git-Tag-Info: tag=fd7afbbe4c93c61898dddd6dccc469c3dd6b820f
fp=14593bff4a5ebf6fe0e9716eecbedbb607b9b2be
Git-Tag-Tagger: Matthias Geiger <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmn7UlcACgkQYG0ITkaD
wHn1kRAAlgJGONURyp9qAaJaQZusdoimQfuMMc3AkwA/wWuUMod3wjUZpyv0kKgl
FBc41AF0ejuBOZGZIz6NHGt/PRLvczGBPfpT3xJBxNZI+K63ZvMZbywL0KYZG+yk
5Qcu/Z/mr8cEaipWsWL7W96f+Vkj7X6A2vYaxZxfrMIJ7jJ5Lx2bE7V6Ia9qf+OL
BVCmwYOgIPbY6mxOap+lZ4PMQclx4FDxH3DBKbQMOibqBZSpOtbQ8lvYDM9I6z54
9YZFzB7j5C2ATIYr0IM8e8NfTp6fpqoebqf6p6+vh+fn2KgLUgNCI2C/+lZrQEno
mlf1X2PoMBd063RsXQi7f73MTfqYh9eaAE2vLZI7Bl3fRpmhf6MfZduUnH2abCZN
xvk2l+00FPyVW3bcJ8F0AZdEKyx8WdeSwcTWLT+StfeVv8N+gl487BipS1YwhQbm
u+vAXke/mPId9CWPCtL3SvoaJuxrokaydlSbuwkjzB1G41oxqUPi6htBJY4EkA8P
WNi0HMzTobfJ0M3Hbw4LIICovTn9GkYgBnusU+h5P3JFKXup9BW7eDEZCa3/nIk2
I7ZfeKwfMz5yAvZ+vr9meGQJXFhRhbnW/2Aw2NSXAz2bddy4Jw/aJPYJgC8Zc0rv
OJeRVYceEsEk18ByOFJSZju06Cait21a6+znTApeTq3RcsTy8qs=
=SmBK
-----END PGP SIGNATURE-----
pgpRIv2AF4ZiZ.pgp
Description: PGP signature
--- End Message ---