Your message dated Tue, 02 Jun 2026 21:37:01 +0000
with message-id <[email protected]>
and subject line Bug#1134575: fixed in pay-respects 0.8.8-1
has caused the Debian Bug report #1134575,
regarding pay-respects - upcoming rust-toml 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.)
--
1134575: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1134575
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pay-respects
Version: 0.7.12-2
I hope to update rust-toml to version 1 soon. pay-respects
needs it's dependencies relaxing to build with the new
version.
diff -Nru pay-respects-0.7.12/debian/changelog
pay-respects-0.7.12/debian/changelog
--- pay-respects-0.7.12/debian/changelog 2026-03-27 16:45:17.000000000
+0000
+++ pay-respects-0.7.12/debian/changelog 2026-04-21 22:24:49.000000000
+0000
@@ -1,3 +1,10 @@
+pay-respects (0.7.12-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Relax dependency on toml crate.
+
+ -- Peter Michael Green <[email protected]> Tue, 21 Apr 2026 22:24:49 +0000
+
pay-respects (0.7.12-2) unstable; urgency=medium
* New source only update
diff -Nru pay-respects-0.7.12/debian/patches/0001_relax_deps.patch
pay-respects-0.7.12/debian/patches/0001_relax_deps.patch
--- pay-respects-0.7.12/debian/patches/0001_relax_deps.patch 2026-03-27
16:45:17.000000000 +0000
+++ pay-respects-0.7.12/debian/patches/0001_relax_deps.patch 2026-04-21
22:24:27.000000000 +0000
@@ -6,9 +6,11 @@
Last-Update: 2026-03-27
+Index: pay-respects-0.7.12/core/Cargo.toml
+===================================================================
--- pay-respects-0.7.12.orig/core/Cargo.toml
+++ pay-respects-0.7.12/core/Cargo.toml
-@@ -16,9 +16,9 @@ include = ["**/*.rs", "**/*.toml", "temp
+@@ -16,14 +16,14 @@ include = ["**/*.rs", "**/*.toml", "temp
[dependencies]
colored = "3"
sys-locale = "0.3"
@@ -20,6 +22,14 @@
inquire = "0.9"
+ # config file
+-toml = { version = "0.9" }
++toml = { version = ">= 0.9" }
+ serde = { version = "1.0", features = ["derive"] }
+
+ pay-respects-parser = { version = "0.3", path = "../parser" }
+Index: pay-respects-0.7.12/module-request-ai/Cargo.toml
+===================================================================
--- pay-respects-0.7.12.orig/module-request-ai/Cargo.toml
+++ pay-respects-0.7.12/module-request-ai/Cargo.toml
@@ -12,15 +12,15 @@ include = ["**/*.rs", "templates/*"]
@@ -27,7 +37,7 @@
colored = "3"
sys-locale = "0.3"
-rust-i18n = "3"
-+toml = "0" #rust-i18n = "3"
++toml = ">= 0.9" #rust-i18n = "3"
serde_json = { version = "1.0" }
serde = { version = "1.0", features = ["derive"]}
textwrap = "0.16"
@@ -42,3 +52,27 @@
tokio = { version = "1", features = ["full"] }
futures-util = "0.3"
+Index: pay-respects-0.7.12/module-runtime-rules/Cargo.toml
+===================================================================
+--- pay-respects-0.7.12.orig/module-runtime-rules/Cargo.toml
++++ pay-respects-0.7.12/module-runtime-rules/Cargo.toml
+@@ -14,7 +14,7 @@ include = ["**/*.rs"]
+ [dependencies]
+ regex-lite = "0.1"
+
+-toml = { version = "0.9" }
++toml = { version = ">= 0.9" }
+ serde = { version = "1.0", features = ["derive"] }
+ pay-respects-utils = { version = "0.1", path = "../utils" }
+
+Index: pay-respects-0.7.12/parser/Cargo.toml
+===================================================================
+--- pay-respects-0.7.12.orig/parser/Cargo.toml
++++ pay-respects-0.7.12/parser/Cargo.toml
+@@ -19,5 +19,5 @@ proc-macro = true
+ syn = "2.0"
+ quote = "1.0"
+ proc-macro2 = "1.0"
+-toml = "0.9"
++toml = ">= 0.9"
+ serde = { version = "1.0", features = ["derive"] }
--- End Message ---
--- Begin Message ---
Source: pay-respects
Source-Version: 0.8.8-1
Done: Don Xu <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pay-respects, 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.
Don Xu <[email protected]> (supplier of updated pay-respects 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: Tue, 05 May 2026 20:21:01 +0800
Source: pay-respects
Architecture: source
Version: 0.8.8-1
Distribution: unstable
Urgency: medium
Maintainer: Don Xu <[email protected]>
Changed-By: Don Xu <[email protected]>
Closes: 1134575
Changes:
pay-respects (0.8.8-1) unstable; urgency=medium
.
* New upstream release v0.8.8:
- Fix FTBFS with newer rust-toml (Closes: #1134575)
* debian/pay-respects.install:
- Install man from source
* debian/control:
- Bump Standards-Version to 4.7.4
* debian/patches:
- Update patches for the new release
Checksums-Sha1:
5072e369e3ad1f4c1d62fe8d94e53f9f1beacc6d 2408 pay-respects_0.8.8-1.dsc
606c671132e0ee17f808d6f92bb19316b37cc132 121482 pay-respects_0.8.8.orig.tar.gz
7148423b31faa698ecd5ade93ae25be8e0e58de8 5404
pay-respects_0.8.8-1.debian.tar.xz
Checksums-Sha256:
4a8bd72c638f08c8a0f9940a056fe65d3f15eb07de544dd79a8b8c1388fab12b 2408
pay-respects_0.8.8-1.dsc
cc2a1880fa0f44c2913c51be9acf432fa9f3445c31ea46fc5c6d8693525320de 121482
pay-respects_0.8.8.orig.tar.gz
8ce47ce8f5df7466b6af2234b8d33ef347a6cc58234ee8c7ce07e74097c4e18a 5404
pay-respects_0.8.8-1.debian.tar.xz
Files:
7bdfb3149a2f9dacbc649d1801623b77 2408 utils optional pay-respects_0.8.8-1.dsc
a202935683ff128c6c8491026b188d8e 121482 utils optional
pay-respects_0.8.8.orig.tar.gz
0c807adf78c26c111a22aab5d275a485 5404 utils optional
pay-respects_0.8.8-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmofSXAACgkQiNJCh6LY
mLFUqw/+I3rJaM9E9w1odGhMOL3LT2v0gsv9g3BJZmFwa3+w+hVg2UpRBbKKpWdD
4stkQ4gJ3lT5JwYnL4iezzhdDso/TR22lMJdb+55f0wTyDAeRCKglri1fmD+uBpo
or7En9opNdwSqLcr/vm2014luAekpA7mqmWUoCK0b9ZM1UzJZZjkjQfdAhJJf9Us
5Lfo65Tb8TouR1Jng2NXFiEoydnDjFCpfkPXlpXnjZ1pLKgRqs0wwhSg6C8WyCOA
VsvssWc+/fGZpcyxkbf4P2CeBib+fLlbKSdSTm06uaHMy4JY2SxyQ4L/MKqayt5u
/n0BqQaep4x6T/VPiBs3Leo3YWhQ/F8UyuUp72VaKpHQ7tZjnNMYTOeoVpDZds3A
tZQBmfoMH6b2BYSim2hkE5x2SFWo+hYpM42ypPWcvXMedgus/Cg5IWR+CigCfe+S
vANN+UgE3ycGvM+ZYpRm/j9yueIVZI9FnSXAJZClLoNpHe5fdKUwWIziYUYIpcj8
KcupsDMSktEJPSg9wfFqfs/QQS849i2bUpoTCqVTTz4mh4mxaWjnK2f2jJ0kMf7a
6p21PNBnAsuvhb+8zbBhTAEWz69CyCcr2wpNqHe+pV1PV6lTMdE7qe/tW9oisYwp
+1hJU/jksP6POYvQxxGBHGLEuO/zOX5vVGNiaHMjOmg5HVYyNGg=
=bsQq
-----END PGP SIGNATURE-----
pgpuqtQ9vrjn4.pgp
Description: PGP signature
--- End Message ---