Your message dated Fri, 30 Jan 2026 09:33:29 +0000
with message-id <[email protected]>
and subject line Bug#1126623: fixed in rust-sexpr-out 0.1.0~20241115-4
has caused the Debian Bug report #1126623,
regarding rust-sexpr-out - upcoming rust-itertools 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.)
--
1126623: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126623
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
package: rust-sexpr-out
version: 0.1.0~20241115-3
I hope to update rust-itertools to version 0.14 soon, rust-sexpr-out
needs a dependency tweak to build with the new version.
diff -Nru rust-sexpr-out-0.1.0~20241115/debian/changelog
rust-sexpr-out-0.1.0~20241115/debian/changelog
--- rust-sexpr-out-0.1.0~20241115/debian/changelog 2025-09-02
05:39:01.000000000 +0000
+++ rust-sexpr-out-0.1.0~20241115/debian/changelog 2026-01-29
18:55:33.000000000 +0000
@@ -1,3 +1,10 @@
+rust-sexpr-out (0.1.0~20241115-3.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Relax itertools dependency.
+
+ -- Peter Michael Green <[email protected]> Thu, 29 Jan 2026 18:55:33 +0000
+
rust-sexpr-out (0.1.0~20241115-3) unstable; urgency=medium
* fix autopkgtest-check default feature set
diff -Nru rust-sexpr-out-0.1.0~20241115/debian/control
rust-sexpr-out-0.1.0~20241115/debian/control
--- rust-sexpr-out-0.1.0~20241115/debian/control 2025-06-29
12:10:17.000000000 +0000
+++ rust-sexpr-out-0.1.0~20241115/debian/control 2026-01-29
18:54:49.000000000 +0000
@@ -4,7 +4,8 @@
Build-Depends:
debhelper-compat (= 13),
dh-sequence-rust,
- librust-itertools-0.13+default-dev,
+ librust-itertools+default-dev (>= 0.13),
+ librust-itertools+default-dev (<< 0.15),
librust-objio-0.1+default-dev,
librust-pretty-assertions-1+default-dev,
Maintainer: Jonas Smedegaard <[email protected]>
@@ -18,7 +19,8 @@
Architecture: all
Multi-Arch: foreign
Depends:
- librust-itertools-0.13+default-dev,
+ librust-itertools+default-dev (>= 0.13),
+ librust-itertools+default-dev (<< 0.15),
librust-objio-0.1+default-dev,
${misc:Depends},
Provides:
diff -Nru rust-sexpr-out-0.1.0~20241115/debian/patches/1001_itertools.patch
rust-sexpr-out-0.1.0~20241115/debian/patches/1001_itertools.patch
--- rust-sexpr-out-0.1.0~20241115/debian/patches/1001_itertools.patch
1970-01-01 00:00:00.000000000 +0000
+++ rust-sexpr-out-0.1.0~20241115/debian/patches/1001_itertools.patch
2026-01-29 18:55:33.000000000 +0000
@@ -0,0 +1,15 @@
+From: Peter Michael Green <[email protected]>
+Date: Jan, 29 2026 18:56:02 +0000
+Subject: accept version 0.14 of itertools crate
+
+--- rust-sexpr-out-0.1.0~20241115.orig/Cargo.toml
++++ rust-sexpr-out-0.1.0~20241115/Cargo.toml
+@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
+ all-features = true
+
+ [dependencies]
+-itertools = "0.13.0"
++itertools = ">= 0.13.0, < 0.15"
+ objio = "0.1.1"
+
+ [dev-dependencies]
diff -Nru rust-sexpr-out-0.1.0~20241115/debian/patches/series
rust-sexpr-out-0.1.0~20241115/debian/patches/series
--- rust-sexpr-out-0.1.0~20241115/debian/patches/series 1970-01-01
00:00:00.000000000 +0000
+++ rust-sexpr-out-0.1.0~20241115/debian/patches/series 2026-01-29
18:55:33.000000000 +0000
@@ -0,0 +1 @@
+1001_itertools.patch
--- End Message ---
--- Begin Message ---
Source: rust-sexpr-out
Source-Version: 0.1.0~20241115-4
Done: Jonas Smedegaard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rust-sexpr-out, 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 rust-sexpr-out 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: Fri, 30 Jan 2026 10:02:55 +0100
Source: rust-sexpr-out
Architecture: source
Version: 0.1.0~20241115-4
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1126623
Changes:
rust-sexpr-out (0.1.0~20241115-4) unstable; urgency=medium
.
* add patch 1001 to use newer minor version of crate itertools;
closes: bug#1126623, thanks to Peter Michael Green
* add debian/patches/README to describe patch naming micro-policy
* relax (build-, autopkgtest-)dependencies for all crates,
except autopkgtest-dependencies for own feature-providing provisions
* update copyright info:
+ avoid any .git* files when repackaging upstream source
+ update coverage
* update git-buildpackage config:
+ stop superfluously filter out .git* files
* stop superfluously set fields Rules-Requires-Root Priority
* stop set Multi-Arch: foreign,
incompatible with arch-any packaged crates
* declare compliance with Debian Policy 4.7.3
* stop (build-)depend explicitly on librust-dev
* fix: (build-)depend on package for crate objio
Checksums-Sha1:
e0120ac9d71613eedf0eaa853b321099640ab483 2204
rust-sexpr-out_0.1.0~20241115-4.dsc
f69e2d22d8c936a88bb0678e7c2fa06a99bb7b46 3164
rust-sexpr-out_0.1.0~20241115-4.debian.tar.xz
d0d6eeac02090a730cb9513c3d8566ecdea65c8c 7869
rust-sexpr-out_0.1.0~20241115-4_amd64.buildinfo
Checksums-Sha256:
f96f152c07c6498014aa792565b62c47c8ab83710eb334d5cfb7b5937d81f3a1 2204
rust-sexpr-out_0.1.0~20241115-4.dsc
640428a755c1eaedd3cd5158bb5b74027ffa394d2b443461499793b6d687b71a 3164
rust-sexpr-out_0.1.0~20241115-4.debian.tar.xz
0ec8682ae5dbbce451c23f5ba4d0cccbfe962c7f031275f18c3ff45e6e8cbcf4 7869
rust-sexpr-out_0.1.0~20241115-4_amd64.buildinfo
Files:
7fa598e022ff3d42a3acd6ebc3111638 2204 rust optional
rust-sexpr-out_0.1.0~20241115-4.dsc
f57d13cf1e2f1fd0a1167e1c5716d4f5 3164 rust optional
rust-sexpr-out_0.1.0~20241115-4.debian.tar.xz
596e8033e1bb5e5b7a48446d4d281de3 7869 rust optional
rust-sexpr-out_0.1.0~20241115-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJABAEBCgAqFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAml8ds0MHGRyQGpvbmVz
LmRrAAoJECx8MUbBoAEhIXsP/RnD3hQClOCv1QULWXcZQ0c0my2ajepoAcBf8Nab
SLwRxnYPU0uYbdcmlTNEJE8Uvg043zx14Wrm9MQt4ssyN0B+fqTQseq8hBB2aasf
x0SZ36+dHDbaxxisyWbSM6/jAsTcw0iOI7g/CWe12IuRGQX6UAA3GOOExg2mkoEk
Au61GtcVGwi0eM7uuGiSYtdDbT5hBZtXAq6rJXCJEDZVYsC2Cf4C9LBAVSy9tVPB
UTBVHhCYG7GC2EvICMuL6Jxk+7ThntpnNv6bpztbE5/VXRinn6Z3M/JGlVABUEwp
Y8eGfsgyUIFxBgOGpziJI9sM8Gl7jrIu84ODwN0NyhSWhEIttRoTvw/wOsnQHXzK
U0GFABzC4TOZoN8Nua1s8RJhMteMI3gxjI694QJnrpYAuMD2p25/LNmqCZrKhH+x
WCqJx1WVjgEqG89x5xEOLi72kgxP19oi7tRDTuEz3C7zWxaGoDBUOQrbRLPu2Njk
RUxwxJRzkivdgr7xhTTL5/QzYnYJw2bgUjRJUmZXvBEg/JEtRc7Fq8JWVyY4H/En
t+zJeqBVuBJslDZqroE2jO0SxhCl+Gsv53Z71c1Bto1BBDJBlrWNSlPt9+rNnp18
/nNMJysIp6pajeyVDAHQtNywoHK0jo+/Hg9ypuXCheRJpSg9mSS8uqNA6oMpg5cs
vYMR
=evys
-----END PGP SIGNATURE-----
pgpK1ld_yhGyi.pgp
Description: PGP signature
--- End Message ---