Your message dated Thu, 04 Jun 2026 14:34:20 +0000
with message-id <[email protected]>
and subject line Bug#1135767: fixed in bibiman 0.19.5-2
has caused the Debian Bug report #1135767,
regarding bibiman - upcoming ratatui/crossterm/tui-input 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.)


-- 
1135767: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135767
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bibiman
Version: 0.19.5-1

I hope to update ratatui, crossterm and tui-input to the latest upstream
versions soon.

While I was in there I also made some other dependency updates,
debdiff is attatched.
diff -Nru bibiman-0.19.5/debian/changelog bibiman-0.19.5/debian/changelog
--- bibiman-0.19.5/debian/changelog     2026-04-23 22:25:08.000000000 +0000
+++ bibiman-0.19.5/debian/changelog     2026-05-05 16:26:33.000000000 +0000
@@ -1,3 +1,13 @@
+bibiman (0.19.5-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Relax dependencies on biblatex, crossterm, flexi-logger, phf, ratatui
+    and tui-input
+  * Update rand to 0.10
+  * Stop patching signal-hook dependency.
+
+ -- Peter Michael Green <[email protected]>  Tue, 05 May 2026 16:26:33 +0000
+
 bibiman (0.19.5-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru bibiman-0.19.5/debian/control bibiman-0.19.5/debian/control
--- bibiman-0.19.5/debian/control       2026-04-23 22:25:08.000000000 +0000
+++ bibiman-0.19.5/debian/control       2026-05-05 16:26:33.000000000 +0000
@@ -8,17 +8,21 @@
  cargo:native,
  rustc:native,
  libstd-rust-dev,
- librust-biblatex-0.10+default-dev,
+ librust-biblatex+default-dev (>= 0.10),
+ librust-biblatex+default-dev (<< 0.12),
  librust-color-eyre-0.6+default-dev (>= 0.6.5),
- librust-crossterm-0.28+default-dev,
- librust-crossterm-0.28+event-stream-dev,
+ librust-crossterm+default-dev (>= 0.28),
+ librust-crossterm+event-stream-dev (>= 0.28),
+ librust-crossterm+default-dev (<< 0.30),
+ librust-crossterm+event-stream-dev (<< 0.30),
  librust-deunicode-1+default-dev (>= 1.6.2),
  librust-dirs-6+default-dev,
  librust-editor-command-2+default-dev,
  librust-figment-0.10+default-dev (>= 0.10.19),
  librust-figment-0.10+test-dev (>= 0.10.19),
  librust-figment-0.10+toml-dev (>= 0.10.19),
- librust-flexi-logger-0.29+default-dev,
+ librust-flexi-logger+default-dev (>= 0.29),
+ librust-flexi-logger-0.29+default-dev (<< 0.32),
  librust-futures-0.3+default-dev (>= 0.3.31),
  librust-indoc-2+default-dev (>= 2.0.6),
  librust-itertools-0.14+default-dev,
@@ -27,21 +31,27 @@
  librust-logos-0.15+default-dev (>= 0.15.1),
  librust-nucleo-matcher-0.3+default-dev (>= 0.3.1),
  librust-owo-colors-4+default-dev (>= 4.2.3),
- librust-phf-0.11+default-dev,
- librust-phf-0.11+macros-dev,
- librust-rand-0.8+default-dev,
- librust-ratatui-0.29+default-dev,
- librust-ratatui-0.29+serde-dev,
- librust-ratatui-0.29+unstable-rendered-line-info-dev,
+ librust-phf+default-dev (>= 0.11),
+ librust-phf+macros-dev (>= 0.11),
+ librust-phf+default-dev (<< 0.14),
+ librust-phf+macros-dev (<< 0.14),
+ librust-rand-0.10+default-dev,
+ librust-ratatui+default-dev (>= 0.29),
+ librust-ratatui+serde-dev (>= 0.29),
+ librust-ratatui+unstable-rendered-line-info-dev (>= 0.29),
+ librust-ratatui+default-dev (<< 0.31),
+ librust-ratatui+serde-dev (<< 0.31),
+ librust-ratatui+unstable-rendered-line-info-dev (<< 0.31),
  librust-regex-1+default-dev (>= 1.12.2),
  librust-serde-1+default-dev (>= 1.0.228),
  librust-serde-1+serde-derive-dev (>= 1.0.228),
- librust-signal-hook-0.3+default-dev (>= 0.3.17),
+ librust-signal-hook-0.3+default-dev (>= 0.3.18),
  librust-thiserror-2+default-dev (>= 2.0.17),
  librust-tokio-1+default-dev (>= 1.48.0),
  librust-tokio-1+full-dev (>= 1.48.0),
  librust-tokio-util-0.7+default-dev (>= 0.7.16),
- librust-tui-input-0.11+crossterm-dev,
+ librust-tui-input+crossterm-dev (>= 0.11),
+ librust-tui-input+crossterm-dev (<< 0.16),
  librust-ureq-3+default-dev (>= 3.1.2),
  librust-walkdir-2+default-dev (>= 2.5.0),
  librust-which-8+default-dev
diff -Nru bibiman-0.19.5/debian/patches/relax-deps.diff 
bibiman-0.19.5/debian/patches/relax-deps.diff
--- bibiman-0.19.5/debian/patches/relax-deps.diff       2026-04-23 
22:25:08.000000000 +0000
+++ bibiman-0.19.5/debian/patches/relax-deps.diff       2026-05-05 
16:26:33.000000000 +0000
@@ -8,48 +8,47 @@
  Cargo.toml | 14 +++++++-------
  1 file changed, 7 insertions(+), 7 deletions(-)
 
-diff --git a/Cargo.toml b/Cargo.toml
-index 362c12d..60fab21 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -16,18 +16,18 @@ inherits = "release"
+Index: bibiman-0.19.5/Cargo.toml
+===================================================================
+--- bibiman-0.19.5.orig/Cargo.toml
++++ bibiman-0.19.5/Cargo.toml
+@@ -16,17 +16,17 @@ inherits = "release"
  lto = "fat"
  
  [dependencies]
 -biblatex = "0.11.0"
-+biblatex = "0.10.0"
++biblatex = ">= 0.10.0, < 0.12"
  color-eyre = "0.6.5"
 -crossterm = { version = "0.29.0", features = ["event-stream"] }
-+crossterm = { version = "0.28.0", features = ["event-stream"] }
++crossterm = { version = ">= 0.28.0, < 30", features = ["event-stream"] }
  dirs = "6.0.0"
  editor-command = "2.0.0"
  futures = "0.3.31"
 -rand = "0.9"
-+rand = "0.8"
++rand = "0.10"
  itertools = "0.14.0"
  lexopt = "0.3.1"
  nucleo-matcher = "0.3.1"
- ratatui = { version = "0.29.0", features = ["unstable-rendered-line-info", 
"serde"]}
--signal-hook = "0.3.18"
-+signal-hook = "0.3.17"
+-ratatui = { version = "0.29.0", features = ["unstable-rendered-line-info", 
"serde"]}
++ratatui = { version = ">= 0.29.0, < 0.31", features = 
["unstable-rendered-line-info", "serde"]}
+ signal-hook = "0.3.18"
  tokio = { version = "1.48.0", features = ["full"] }
  tokio-util = "0.7.16"
- walkdir = "2.5.0"
-@@ -37,14 +37,14 @@ serde = { version = "1.0.228", features = ["serde_derive"] 
}
+@@ -37,14 +37,14 @@ serde = { version = "1.0.228", features
  figment = { version = "0.10.19", features = [ "toml", "test" ]}
  owo-colors = "4.2.3"
  logos = "0.15.1"
 -phf = { version = "0.13.1", features = ["macros"] }
-+phf = { version = "0.11", features = ["macros"] }
++phf = { version = ">= 0.11, < 0.14", features = ["macros"] }
  indoc = "2.0.6"
  deunicode = "1.6.2"
 -tui-input = { version = "0.14.0", default-features = false, features = 
["crossterm"] }
-+tui-input = { version = "0.11.0", default-features = false, features = 
["crossterm"] }
++tui-input = { version = ">= 0.11.0, < 0.16", default-features = false, 
features = ["crossterm"] }
  which = "8.0.0"
  thiserror = "2.0.17"
  log = "0.4.28"
 -flexi_logger = "0.31.8"
-+flexi_logger = "0.29"
++flexi_logger = ">= 0.29, < 0.32"
  
  [workspace.metadata.cross.target.aarch64-unknown-linux-gnu]
  # Install libssl-dev:arm64, see 
<https://github.com/cross-rs/cross/blob/main/docs/custom_images.md#adding-dependencies-to-existing-images>

--- End Message ---
--- Begin Message ---
Source: bibiman
Source-Version: 0.19.5-2
Done: Matthias Geiger <[email protected]>

We believe that the bug you reported is fixed in the latest version of
bibiman, 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 bibiman 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: Thu, 04 Jun 2026 15:50:32 +0200
Source: bibiman
Architecture: source
Version: 0.19.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 
<[email protected]>
Changed-By: Matthias Geiger <[email protected]>
Closes: 1135767
Changes:
 bibiman (0.19.5-2) unstable; urgency=medium
 .
   [ Matthias Geiger ]
   * Stop patching signal-hook
 .
   [ Peter Micheal Green ]
   * Relax dependencies on biblatex, crossterm, flexi-logger, phf, ratatui
     and rand (Closes: #1135767)
Checksums-Sha1:
 93c306be71a021a15ef6757acb54f61a4c692883 4210 bibiman_0.19.5-2.dsc
 2620779c49ad0dc0c96d9011026a1c50a7e458fc 4792 bibiman_0.19.5-2.debian.tar.xz
 a031172383fed02f96799e08a4d603872cdb9008 214492 bibiman_0.19.5-2.git.tar.xz
 1b2dce8b04195b13464009f21cb80606f3f2e7f3 17492 
bibiman_0.19.5-2_source.buildinfo
Checksums-Sha256:
 8a930db32918ec8654575cd506c8519c7667274a3a9867732596dc145eb34815 4210 
bibiman_0.19.5-2.dsc
 e4191e3d3ee11ed9c337d9358521706d7379c14978abc53e692806fa5e9d6753 4792 
bibiman_0.19.5-2.debian.tar.xz
 8a7d48a0b9921744d99c2c13d163a787ccfb2a30b88cfe6c604b74c4d366448a 214492 
bibiman_0.19.5-2.git.tar.xz
 d7abcb884c11461e2821a57b6af03c7427303879520e7e4e7f3600e4c4a54ae2 17492 
bibiman_0.19.5-2_source.buildinfo
Files:
 6b520391c004a404fc6f5a2cc40f5201 4210 utils optional bibiman_0.19.5-2.dsc
 9a16c3cc3aebc0f995d4dee6ed06ae21 4792 utils optional 
bibiman_0.19.5-2.debian.tar.xz
 e9c81bf89fcc3e1d70dd7f73351cd021 214492 utils None bibiman_0.19.5-2.git.tar.xz
 352022b8d78c4af88ba2f7f45e3157a0 17492 utils optional 
bibiman_0.19.5-2_source.buildinfo
Git-Tag-Info: tag=e18e3baa51bf7e30b12251c468c4ca4ed0dfecac 
fp=14593bff4a5ebf6fe0e9716eecbedbb607b9b2be
Git-Tag-Tagger: Matthias Geiger <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmohg2cACgkQYG0ITkaD
wHmG8Q//aUGHyI76xVDvsac+GcIwRHmWn08kFkrYwNeTOSj6HZJ0r224k5WuxG0K
wBq9Q4+Hp1LBgpvcpRVdB48IEi/S0LzrzOLaOca6HvWkcZ2U7B9B1T/5Y3ZK9g4X
t0EupGHXxsf3f1v59zsqL4xwQBUer/WVDduZdJYMS9vEcwkgwq+jkPITjXYVjUzv
9auMIQqULpGq5oZoElYnMWvLhBkaM02iy4dNvGap91tNQdB7zNM/XjbIB+45kSI8
7XsOX6Ha98eClje/z4Hf2xJuaIxPUF7IJZpeqn8mhMethbiF6xRAaBa1KNNeytK1
y/CAt0IeqzY/wxv2/bVyOQT62Q8xuKTc5Q7Ok1ZrMBNxccKdS3wSQqT2S6I6dID0
P0Us753NnDHn400C5rhqnz6lmnGi0bZm6qp1aSHb9OygmlktBXljg2w2PXzrm0kB
jXXIBHYoxGAeAPwHh0OpFv8DalSSfSC7FKCwoj2v5H6Up4iIPjAVqwWU5Xd4QYL1
WYlQ4Fy/qbZbmtY2IfhCh60j6JKaqxS8CNfBJ1f7fV7I6O1lE1Kqlvgakx0wD6/i
nYTMZQFvKD/aEl08dgvMsd58g1E/e7Hm7lcdaVkuq2GXToOYpl5LGQYPAWV8vwqB
DGTcsrGbPGniGFl5vm4Rj0ureI19lPv5/QMAxmD9V8aNBTF3lEg=
=jOsz
-----END PGP SIGNATURE-----

Attachment: pgpEbouIFKiwj.pgp
Description: PGP signature


--- End Message ---

Reply via email to