Your message dated Fri, 23 Jan 2026 11:04:20 +0000
with message-id <[email protected]>
and subject line Bug#1126141: fixed in cyme 2.2.10+dfsg-2
has caused the Debian Bug report #1126141,
regarding atuin - 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.)


-- 
1126141: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126141
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: atuin
Version: 18.8.0-1.2

I hope to update rust-itertools to 0.14 soon, the debian dependencies
in atuin allow the new version but the cargo dependencies do not.

After relaxing the dependency, the package builds sucessfully with
the new version.
diff -Nru atuin-18.8.0/debian/changelog atuin-18.8.0/debian/changelog
--- atuin-18.8.0/debian/changelog       2026-01-17 00:43:52.000000000 +0000
+++ atuin-18.8.0/debian/changelog       2026-01-22 10:14:25.000000000 +0000
@@ -1,3 +1,10 @@
+atuin (18.8.0-1.3) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Relax cargo dependency on itertools.
+
+ -- Peter Michael Green <[email protected]>  Thu, 22 Jan 2026 10:14:25 +0000
+
 atuin (18.8.0-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru atuin-18.8.0/debian/patches/relax-deps.patch 
atuin-18.8.0/debian/patches/relax-deps.patch
--- atuin-18.8.0/debian/patches/relax-deps.patch        2026-01-16 
15:50:08.000000000 +0000
+++ atuin-18.8.0/debian/patches/relax-deps.patch        2026-01-22 
10:14:25.000000000 +0000
@@ -1,13 +1,15 @@
 Forwarded: not-needed
 Last-Update: 2025-08-17
---- a/Cargo.toml
-+++ b/Cargo.toml
+--- atuin-18.8.0.orig/Cargo.toml
++++ atuin-18.8.0/Cargo.toml
 @@ -27 +27 @@
 -directories = "5.0.1"
 +directories = ">= 5.0.1"
-@@ -30 +30 @@
+@@ -30,2 +30,2 @@
 -interim = { version = "0.2.0", features = ["time_0_3"] }
+-itertools = "0.13.0"
 +interim = { version = "0.1.2", features = ["time"] }
++itertools = ">= 0.13.0"
 @@ -39 +39 @@
 -typed-builder = "0.18.2"
 +typed-builder = "0.23"
@@ -22,8 +24,8 @@
 @@ -54 +54 @@
 -version = "0.11"
 +version = "0.12"
---- a/crates/atuin-client/Cargo.toml
-+++ b/crates/atuin-client/Cargo.toml
+--- atuin-18.8.0.orig/crates/atuin-client/Cargo.toml
++++ atuin-18.8.0/crates/atuin-client/Cargo.toml
 @@ -42 +42 @@
 -minspan = "0.1.5"
 +minspan = "0.1.1"
@@ -33,13 +35,13 @@
 @@ -71 +71 @@
 -crossterm = { version = "0.28.1", features = ["serde"] }
 +crossterm = { version = "0.28", features = ["serde"] }
---- a/crates/atuin-history/Cargo.toml
-+++ b/crates/atuin-history/Cargo.toml
+--- atuin-18.8.0.orig/crates/atuin-history/Cargo.toml
++++ atuin-18.8.0/crates/atuin-history/Cargo.toml
 @@ -21 +21 @@
 -crossterm = { version = "0.28.1", features = ["use-dev-tty"] }
 +crossterm = { version = "0.28", features = ["use-dev-tty"] }
---- a/crates/atuin/Cargo.toml
-+++ b/crates/atuin/Cargo.toml
+--- atuin-18.8.0.orig/crates/atuin/Cargo.toml
++++ atuin-18.8.0/crates/atuin/Cargo.toml
 @@ -65 +65 @@
 -indicatif = "0.18.0"
 +indicatif = "0.17"
@@ -49,8 +51,8 @@
 @@ -85 +85 @@
 -colored = "2.0.4"
 +colored = "3"
---- a/crates/atuin-daemon/Cargo.toml
-+++ b/crates/atuin-daemon/Cargo.toml
+--- atuin-18.8.0.orig/crates/atuin-daemon/Cargo.toml
++++ atuin-18.8.0/crates/atuin-daemon/Cargo.toml
 @@ -29 +29 @@
 -dashmap = "5.5.3"
 +dashmap = "6.1"

--- End Message ---
--- Begin Message ---
Source: cyme
Source-Version: 2.2.10+dfsg-2
Done: Jonas Smedegaard <[email protected]>

We believe that the bug you reported is fixed in the latest version of
cyme, 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 cyme 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, 23 Jan 2026 11:45:58 +0100
Source: cyme
Architecture: source
Version: 2.2.10+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1126141
Changes:
 cyme (2.2.10+dfsg-2) unstable; urgency=medium
 .
   * extend patch 1001_itertools to cover itertools v0.14;
     relax build-dependency for crate itertools;
     closes: bug#1126141, thanks to Peter Michael Green
Checksums-Sha1:
 a7c09b4ff375c33555f275ddd2300dca49fe8dec 3019 cyme_2.2.10+dfsg-2.dsc
 5d504e7e289751c540d1bd6a78f997c30434b4a9 251120 
cyme_2.2.10+dfsg-2.debian.tar.xz
 e7c700023f1dc28212ea9850e5115de30f9f918b 25168 
cyme_2.2.10+dfsg-2_amd64.buildinfo
Checksums-Sha256:
 3585ae48a12664562af261085e0bdeeb6a1858a762e9aa3751082b72feb9c2cb 3019 
cyme_2.2.10+dfsg-2.dsc
 56e1d184eccc5dd1ae882e0ef634cece017d9b6688665a1018079b52864bf6b1 251120 
cyme_2.2.10+dfsg-2.debian.tar.xz
 54f9259e2f41936db791929337d559a61962843bd0e4e93b21d25f1e12eca03f 25168 
cyme_2.2.10+dfsg-2_amd64.buildinfo
Files:
 f8a2e3c8c885f794b382b74ac7935907 3019 rust optional cyme_2.2.10+dfsg-2.dsc
 dd19cd52efe432a3bb009e6132330a9c 251120 rust optional 
cyme_2.2.10+dfsg-2.debian.tar.xz
 fc3f8a90775f436d84039a3d077138a6 25168 rust optional 
cyme_2.2.10+dfsg-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJABAEBCgAqFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmlzUfsMHGRyQGpvbmVz
LmRrAAoJECx8MUbBoAEhu28QAJp/wtE2sb5SV1+VlGcGPFWFsNiDqPAHXs/X7nTw
tWY/ZeZ9unsQiJfYDqdGXnZupmLMmo53Yxk/pDrhnctU3FLfWuOZUeHcORzugUuL
zN5LE36VyttDivOfpFx6aH1Ti5V6i3lyTE2WVey6rc2CANm7HL4T7Zx3BTT/xF81
C/Q9V/wJTDySHewuN0dAMyX5RkjAEVdnsYlMYNRotsjH/ILgu7TlNFlRon+O5xyw
Co7/JYW7Dd2rpLOJEXh9WWkrcqzZ2n1lmplLldQRoPqQwFhi/k/mdt63wVN5iCrr
kNRyB/AkjZJYF3varCLwXPTUbGPquGEAhVPE7ZhF1nxWshNalFec4AsWthgR49VI
I70efDEGLu8pVTIkRTLPKvTwntJk/KXvjmIQItWCKT/9QyafO3ZEXaOvQTKkz2/N
9Id6FynPlL9d0EJyNPaAaJqoUv1DiRKwKtVkNB9724Ul3psgN+HI47a43SV9rIOt
4qjX77fZNIvd4kyUMxEtsA0bNB8s7USeWEoIxb70bRSUG9u4vE7FQPuQUqWGTuKr
QwrIOOw1Lt5Eigpi6bimhq0YcAl5k8DPYg+doMYWvm+5gq9EIDstUZCLelLLJKqy
RtZwuuTtGuAVeXqYoRKxmCSMDr8IOXFauS3qyPl1BfUEGvQ2A87iHi2KFa4aQzZz
DSJg
=uA5D
-----END PGP SIGNATURE-----

Attachment: pgpCiXDxsr8mz.pgp
Description: PGP signature


--- End Message ---

Reply via email to