Your message dated Mon, 31 Aug 2026 17:20:52 +0000
with message-id <[email protected]>
and subject line Bug#1146284: fixed in bibiman 0.19.5-3
has caused the Debian Bug report #1146284,
regarding bibiman - rust-signal-hook 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.)


-- 
1146284: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1146284
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bibiman
Version: 0.19.5-2
Severity: serious
Tags: patch

rust-signal-hook was recently update to 0.4, bibiman needs it's
dependency updating to build with the new version.

diff -Nru bibiman-0.19.5/debian/changelog bibiman-0.19.5/debian/changelog
--- bibiman-0.19.5/debian/changelog     2026-06-04 13:50:32.000000000 +0000
+++ bibiman-0.19.5/debian/changelog     2026-08-30 22:59:21.000000000 +0000
@@ -1,3 +1,10 @@
+bibiman (0.19.5-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Relax dependency on signal-hook.
+
+ -- Peter Michael Green <[email protected]>  Sun, 30 Aug 2026 22:59:21 +0000
+
 bibiman (0.19.5-2) unstable; urgency=medium
 
   [ Matthias Geiger ]
diff -Nru bibiman-0.19.5/debian/control bibiman-0.19.5/debian/control
--- bibiman-0.19.5/debian/control       2026-06-04 13:50:32.000000000 +0000
+++ bibiman-0.19.5/debian/control       2026-08-30 22:59:21.000000000 +0000
@@ -45,7 +45,8 @@
  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.18),
+ librust-signal-hook+default-dev (>= 0.3.18),
+ librust-signal-hook+default-dev (<< 0.5),
  librust-thiserror-2+default-dev (>= 2.0.17),
  librust-tokio-1+default-dev (>= 1.48.0),
  librust-tokio-1+full-dev (>= 1.48.0),
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-06-04 
13:50:32.000000000 +0000
+++ bibiman-0.19.5/debian/patches/relax-deps.diff       2026-08-30 
22:59:21.000000000 +0000
@@ -8,11 +8,11 @@
  Cargo.toml | 14 +++++++-------
  1 file changed, 7 insertions(+), 7 deletions(-)
 
-diff --git a/Cargo.toml b/Cargo.toml
-index d5d4c6b..32fb501 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -16,17 +16,17 @@ inherits = "release"
+Index: bibiman-0.19.5/Cargo.toml
+===================================================================
+--- bibiman-0.19.5.orig/Cargo.toml
++++ bibiman-0.19.5/Cargo.toml
+@@ -16,18 +16,18 @@ inherits = "release"
  lto = "fat"
  
  [dependencies]
@@ -30,11 +30,13 @@
  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"
 +ratatui = { version = ">= 0.29.0, < 0.31", features = 
["unstable-rendered-line-info", "serde"]}
- signal-hook = "0.3.18"
++signal-hook = ">= 0.3.18, < 0.5"
  tokio = { version = "1.48.0", features = ["full"] }
  tokio-util = "0.7.16"
-@@ -37,14 +37,14 @@ serde = { version = "1.0.228", features = ["serde_derive"] 
}
+ walkdir = "2.5.0"
+@@ -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"

--- End Message ---
--- Begin Message ---
Source: bibiman
Source-Version: 0.19.5-3
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: Mon, 31 Aug 2026 18:12:53 +0200
Source: bibiman
Architecture: source
Version: 0.19.5-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 
<[email protected]>
Changed-By: Matthias Geiger <[email protected]>
Closes: 1146284
Changes:
 bibiman (0.19.5-3) unstable; urgency=medium
 .
   * Build with signal-hook 0.4 (Closes: #1146284)
   * d/control: Switch to stable dh-compat 14
Checksums-Sha1:
 dd749bd215838a2dfdbeec66b549981d0b9c7884 4198 bibiman_0.19.5-3.dsc
 6af030b5da94d651a380976033393df52c36dbdd 4844 bibiman_0.19.5-3.debian.tar.xz
 9f1f66b776cb457071d4e42ed70c0ee8dc1b4435 216840 bibiman_0.19.5-3.git.tar.xz
 d90ad780deb5a6841fd7bf0ddd640ddfd917d6d5 17672 
bibiman_0.19.5-3_source.buildinfo
Checksums-Sha256:
 8226b09b6adb00968fab5782c08ce43abe988cccdf50c48f7a1752329b93ffaf 4198 
bibiman_0.19.5-3.dsc
 297777bc7d24feb7be9c4e36976f6f25706fa1a83d9c58903e55d43586d734f3 4844 
bibiman_0.19.5-3.debian.tar.xz
 88f95fa2f88d03227517c1185e099f39494362b9904b97420dfd3d1bbd0d8fb8 216840 
bibiman_0.19.5-3.git.tar.xz
 703398d1af8a3356b8ef3b5a30129064b4f7f08ebd42ca87f8e92027cf4f2b5b 17672 
bibiman_0.19.5-3_source.buildinfo
Files:
 e91c7dc99203098ca7c659fa5965e63a 4198 utils optional bibiman_0.19.5-3.dsc
 4069976bce30c91d9c3f7b4723978f97 4844 utils optional 
bibiman_0.19.5-3.debian.tar.xz
 aa9217b082044c9f665c6c744da13eaf 216840 utils None bibiman_0.19.5-3.git.tar.xz
 fea5d54eeba036ebab742a527aceca5b 17672 utils optional 
bibiman_0.19.5-3_source.buildinfo
Git-Tag-Info: tag=917ae6a8567751740c35e29fe392e3bc6ca2b739 
fp=14593bff4a5ebf6fe0e9716eecbedbb607b9b2be
Git-Tag-Tagger: Matthias Geiger <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmqVtLMACgkQYG0ITkaD
wHmo2BAA6Jm88od0XX24trDMHggfPl4h4w6bv4xCVayJoJ0I+ejMoD7bGSvvxoFT
UXjb1JyM0msvrerfH+d3P0v7nESHwD9QBPC3rM3ZRziJVU+8a8tW6ha0FDnchgLe
+ya7L4FE1Gfqk9WeXUabOwvQ9BSBIqHcaYseW3Gcc9wJrfS9+98miEfI7oweBB4I
Ieb2A1WjMwnROFrQl+1duxdiQvVUtyMCZrU6ptSw3sYpXt2YhCbmPSFM6FZjq80P
XgMxxxV3hnmxYsoVlgV7+Kk3J9au8i4srcpxrTxesntMR45jkS/Fd0FSsFhAFG4/
+InN3hVKnW51kZFUgWgS7RE7q5V+lEjlGlnR7TidrtKCjOS4maLjbT9SIMlUZQ1E
fBMK8FzNdOfK86ek1XMfck8FFGqFht6eGY+Z/G3TqxmtF3l8Id+T+mJDLZoEZvQZ
QfHqZg9I7qyxbaZzSDVLcThfCXd7bJSI5ozVv21Z5v6TTzeOpclNUyCITyH//cuI
ZoTGcO/cM7fyFAuvuiMPGXHczwjQ/AWeJhTMnUfmkTMZZQqxrwomfjFUtPnsQXxT
3hl5EAWpD7zxuZ7vospD1w26jLAVXJES5yfGOfDdoDiyO+N+HfPXSjae5c7lDlw9
OcuKZzptZq91Grg5Hh4UeOWpnE5gJk59WBQ6kW4uFf9tuGzoT6w=
=8goV
-----END PGP SIGNATURE-----

Attachment: pgpoB5iBoD4Jv.pgp
Description: PGP signature


--- End Message ---

Reply via email to