Your message dated Fri, 30 Jan 2026 09:04:24 +0000
with message-id <[email protected]>
and subject line Bug#1126620: fixed in rust-rdftk 0.1.0+20250926-4
has caused the Debian Bug report #1126620,
regarding rust-rdftk - 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.)
--
1126620: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126620
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rust-rdftk
Version: 0.1.0+20250926-3
I hope to update rust-itertools to 0.14 soon, rust-rdftk
needs a dependency tweak to build with the new upstream
version.
diff -Nru rust-rdftk-0.1.0+20250926/debian/changelog
rust-rdftk-0.1.0+20250926/debian/changelog
--- rust-rdftk-0.1.0+20250926/debian/changelog 2026-01-05 09:19:28.000000000
+0000
+++ rust-rdftk-0.1.0+20250926/debian/changelog 2026-01-29 18:13:10.000000000
+0000
@@ -1,3 +1,10 @@
+rust-rdftk (0.1.0+20250926-3.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Accept version 0.14 of itertools crate.
+
+ -- Peter Michael Green <[email protected]> Thu, 29 Jan 2026 18:13:10 +0000
+
rust-rdftk (0.1.0+20250926-3) unstable; urgency=medium
* limit autopkgtest to check single-feature tests only on amd64
diff -Nru rust-rdftk-0.1.0+20250926/debian/control
rust-rdftk-0.1.0+20250926/debian/control
--- rust-rdftk-0.1.0+20250926/debian/control 2026-01-05 09:17:28.000000000
+0000
+++ rust-rdftk-0.1.0+20250926/debian/control 2026-01-29 18:13:10.000000000
+0000
@@ -14,7 +14,8 @@
librust-clio-0.3+default-dev,
librust-human-panic-2+default-dev,
librust-indoc-2+default-dev,
- librust-itertools-0.13+default-dev,
+ librust-itertools+default-dev (>= 0.13),
+ librust-itertools+default-dev (<< 0.15),
librust-language-tags-0.3+default-dev,
librust-lazy-static-1+default-dev,
librust-log-0.4+default-dev,
@@ -47,7 +48,8 @@
librust-base64-0.22+default-dev,
librust-bimap-0.6+default-dev,
librust-chrono-0.4+default-dev,
- librust-itertools-0.13+default-dev,
+ librust-itertools+default-dev (>= 0.13),
+ librust-itertools+default-dev (<< 0.15),
librust-language-tags-0.3+default-dev,
librust-lazy-static-1+default-dev,
librust-objio-0.1+default-dev,
diff -Nru rust-rdftk-0.1.0+20250926/debian/patches/2002_itertools.patch
rust-rdftk-0.1.0+20250926/debian/patches/2002_itertools.patch
--- rust-rdftk-0.1.0+20250926/debian/patches/2002_itertools.patch
1970-01-01 00:00:00.000000000 +0000
+++ rust-rdftk-0.1.0+20250926/debian/patches/2002_itertools.patch
2026-01-29 18:12:13.000000000 +0000
@@ -0,0 +1,16 @@
+Description: Accept version 0.14 of itertools crate.
+Author: Peter Michael Green <[email protected]>
+
+Index: rust-rdftk-0.1.0+20250926/rdftk_io/Cargo.toml
+===================================================================
+--- rust-rdftk-0.1.0+20250926.orig/rdftk_io/Cargo.toml
++++ rust-rdftk-0.1.0+20250926/rdftk_io/Cargo.toml
+@@ -26,7 +26,7 @@ turtle = ["pest", "pest_derive"]
+ xml = ["xml-rs"]
+
+ [dependencies]
+-itertools = "0.13"
++itertools = ">= 0.13, < 0.15"
+ lazy_static = "1.4"
+ objio = "0.1.1"
+ rdftk_core = { version = "0.5.6", path = "../rdftk_core" }
diff -Nru rust-rdftk-0.1.0+20250926/debian/patches/series
rust-rdftk-0.1.0+20250926/debian/patches/series
--- rust-rdftk-0.1.0+20250926/debian/patches/series 2025-09-19
15:52:32.000000000 +0000
+++ rust-rdftk-0.1.0+20250926/debian/patches/series 2026-01-29
18:10:34.000000000 +0000
@@ -2,3 +2,4 @@
1001_parameterized.patch
1001_unique_id.patch
2001_privacy.patch
+2002_itertools.patch
--- End Message ---
--- Begin Message ---
Source: rust-rdftk
Source-Version: 0.1.0+20250926-4
Done: Jonas Smedegaard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rust-rdftk, 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-rdftk 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 09:38:36 +0100
Source: rust-rdftk
Architecture: source
Version: 0.1.0+20250926-4
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1126620
Changes:
rust-rdftk (0.1.0+20250926-4) unstable; urgency=medium
.
* add patch 1001_itertools
to use newer minor version of crate itertools;
relax build-dependency for crate itertools;
closes: bug#1126620, thanks to Peter Michael Green
* stop set Multi-Arch: foreign,
incompatible with arch-any packaged crates
* update copyright info:
+ avoid any .git* files when repackaging upstream source
* update git-buildpackage config:
+ stop superfluously filter out .git* files
Checksums-Sha1:
ad7a1de6de03e474c00c2b62a072858d40a9077f 3819 rust-rdftk_0.1.0+20250926-4.dsc
b909c8ecc63584bb2838029782dcafebf1a3d3d8 61940
rust-rdftk_0.1.0+20250926-4.debian.tar.xz
9fd41bfb53914205caff6c287b678428230f6002 22006
rust-rdftk_0.1.0+20250926-4_amd64.buildinfo
Checksums-Sha256:
1b7e403a2925e644eeddb679f82b5d4d5751ca0194b60e872a410821b455a495 3819
rust-rdftk_0.1.0+20250926-4.dsc
3212d5b61882fc6cc6108b1b16d6576212a7b0c606b79a92d1d7025e02ef3f7b 61940
rust-rdftk_0.1.0+20250926-4.debian.tar.xz
da488ae0eb26fbe95f425ad6b24a46269cce3687a6763c26c904f7bb8bc68ffc 22006
rust-rdftk_0.1.0+20250926-4_amd64.buildinfo
Files:
c36bf064e5d8f413d3f11045e5a7139c 3819 rust optional
rust-rdftk_0.1.0+20250926-4.dsc
e519d546ef0da5c751eb441335030abc 61940 rust optional
rust-rdftk_0.1.0+20250926-4.debian.tar.xz
a1d5a0139712dec1cfd071b821a9491b 22006 rust optional
rust-rdftk_0.1.0+20250926-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJABAEBCgAqFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAml8buIMHGRyQGpvbmVz
LmRrAAoJECx8MUbBoAEhra8P/2M8ST9Lxn/eCi5GhYokC0Are2mwUnW8fj1MAVxu
808+R/YPHA9U8mHNLERaebSoBenzLDiU1X6mkzt+sony7z+MpIpnSg1aY81HSRTf
OlmGhrlkTece4oKLU55KU2O4Z9g2DCS3CHNH3dXi7ipQ/5eVLJZ0DTcFIDSR2Hk3
orxwAzm4g9SH9icRyTal04EWwJOAQ/GVuwHqk/REyOMgWJXXK1BCjeh1HzRyVosU
mMqB9DfMM68bJYTX/TBgyDNxGO7U6981mZb2tnzAmUgbo7/ACNp78ksfeUL66VA/
6eFV1e/uWnCpgUuwG0Y3SXbQFzAmDfzU0vFjhJSo0QjC2AoZ/y01KMOJiJ+as9Ms
LV/R7Gtp2DGHRSHb50Nj1/VvjvPEeAXJvkmnEh6mZDty4rofUahJO242sGcnnHoL
n3PPWEafVzDtKSdD2Mewq2Mr5zKOBQ4ngYFMh8xNw4bYhSFQU7EwBmbQABdWQHYA
mgb2KoQgBKNyrCLFyZyUZffEJstZ7SDf80zECAwqD2lJhhsuEA8R3z3tttpAQ37x
co/+Bq8S1pdJaBgLAw6pFrUVnKppkACT9KK7QwFDDpGkQmhQxblGOqc+X9YY6M9z
C+sxqVfOpU+O0l8CqAlUui9pqYY51h/4smij5tIAj8hNo8DujWtK5vVN/aaajg/t
OJ+F
=hp9Y
-----END PGP SIGNATURE-----
pgpsg4BbfkM5V.pgp
Description: PGP signature
--- End Message ---