Your message dated Sun, 03 Aug 2025 11:04:15 +0000
with message-id <[email protected]>
and subject line Bug#1110321: fixed in btm 0.10.2+20250107-6
has caused the Debian Bug report #1110321,
regarding btm: Upcoming update of rustix to v1
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.)
--
1110321: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1110321
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: btm
Version: 0.10.2+20250107-5
Severity: normal
Tags: patch
X-Debbugs-Cc: [email protected]
Dear Maintainer,
After trixie is released, I intend to update rustix to v1. rustix 1.0.8 has
been in experimental for a couple of days. btm builds with it using the
debdiff in attachment.
Cheers!
diff -Nru btm-0.10.2+20250107/debian/control btm-0.10.2+20250107/debian/control
--- btm-0.10.2+20250107/debian/control 2025-05-12 22:40:07.000000000 +0200
+++ btm-0.10.2+20250107/debian/control 2025-05-12 22:40:15.000000000 +0200
@@ -29,10 +29,10 @@
librust-nvml-wrapper-dev (<< 0.11),
librust-ratatui-dev (<< 0.30),
librust-regex-1+default-dev,
- librust-rustix-0.38+default-dev,
- librust-rustix-0.38+fs-dev,
- librust-rustix-0.38+param-dev,
- librust-rustix-0.38+process-dev,
+ librust-rustix-1+default-dev,
+ librust-rustix-1+fs-dev,
+ librust-rustix-1+param-dev,
+ librust-rustix-1+process-dev,
librust-serde-1+default-dev,
librust-serde-1+derive-dev,
librust-starship-battery-0.10+default-dev,
diff -Nru btm-0.10.2+20250107/debian/patches/2001_rustix.patch
btm-0.10.2+20250107/debian/patches/2001_rustix.patch
--- btm-0.10.2+20250107/debian/patches/2001_rustix.patch 2025-05-12
22:39:12.000000000 +0200
+++ btm-0.10.2+20250107/debian/patches/2001_rustix.patch 2025-05-12
22:40:15.000000000 +0200
@@ -1,7 +1,7 @@
-Description: accept older releases of crate rustix
+Description: accept newer releases of crate rustix
Author: Jonas Smedegaard <[email protected]>
Forwarded: not-needed
-Last-Update: 2024-11-28
+Last-Update: 2025-08-01
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
@@ -11,7 +11,7 @@
[target.'cfg(target_os = "linux")'.dependencies]
-rustix = { version = "0.38.42", features = ["fs", "param"] }
-+rustix = { version = "0.38.37", features = ["fs", "param"] }
++rustix = { version = "1", features = ["fs", "param"] }
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.10.0"
diff -Nru btm-0.10.2+20250107/debian/patches/2002_no_mac.patch
btm-0.10.2+20250107/debian/patches/2002_no_mac.patch
--- btm-0.10.2+20250107/debian/patches/2002_no_mac.patch 2025-05-12
22:39:12.000000000 +0200
+++ btm-0.10.2+20250107/debian/patches/2002_no_mac.patch 2025-05-12
22:40:15.000000000 +0200
@@ -8,7 +8,7 @@
+++ b/Cargo.toml
@@ -112,10 +112,6 @@
[target.'cfg(target_os = "linux")'.dependencies]
- rustix = { version = "0.38.37", features = ["fs", "param"] }
+ rustix = { version = "1", features = ["fs", "param"] }
-[target.'cfg(target_os = "macos")'.dependencies]
-core-foundation = "0.10.0"
diff -Nru btm-0.10.2+20250107/debian/patches/2002_no_windows.patch
btm-0.10.2+20250107/debian/patches/2002_no_windows.patch
--- btm-0.10.2+20250107/debian/patches/2002_no_windows.patch 2025-05-12
22:39:12.000000000 +0200
+++ btm-0.10.2+20250107/debian/patches/2002_no_windows.patch 2025-05-12
22:40:15.000000000 +0200
@@ -8,7 +8,7 @@
+++ b/Cargo.toml
@@ -112,17 +112,6 @@
[target.'cfg(target_os = "linux")'.dependencies]
- rustix = { version = "0.38.37", features = ["fs", "param"] }
+ rustix = { version = "1", features = ["fs", "param"] }
-[target.'cfg(target_os = "windows")'.dependencies]
-windows = { version = "0.58.0", features = [
--- End Message ---
--- Begin Message ---
Source: btm
Source-Version: 0.10.2+20250107-6
Done: Jonas Smedegaard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
btm, 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 btm 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: Sun, 03 Aug 2025 12:16:31 +0200
Source: btm
Architecture: source
Version: 0.10.2+20250107-6
Distribution: experimental
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Closes: 1110321
Changes:
btm (0.10.2+20250107-6) experimental; urgency=medium
.
* relax patch 2001_rustix
to accept newer branches (not only older releases) of crate rustix;
relax build-dependency for crate rustix;
closes: bug#1110321, thanks to NoisyCoil
* declare compliance with Debian Policy 4.7.2
Checksums-Sha1:
f7ef864bb81921753690dccdb0989afc3fb4f60c 3257 btm_0.10.2+20250107-6.dsc
fea2ded44cd914717274a6de7fb33f7be5f05531 13696
btm_0.10.2+20250107-6.debian.tar.xz
ae00250bd3c83cd4c46d40ca3b60dc4ce2de0fc3 25046
btm_0.10.2+20250107-6_amd64.buildinfo
Checksums-Sha256:
ae8fea50e214ca0b49ebec5af785bb7822c5e91ecbab8f613fce21885b87cf82 3257
btm_0.10.2+20250107-6.dsc
55024e56c57ef9b62a877a89118fbffdce6cb750a66961d0e6003bb26c180c2f 13696
btm_0.10.2+20250107-6.debian.tar.xz
d432bbc832dd54eef6ee6a0cc29404ceef538363969e972e204d070c49292b5f 25046
btm_0.10.2+20250107-6_amd64.buildinfo
Files:
42023d3e5eae7b87dde04cae47bc4658 3257 utils optional btm_0.10.2+20250107-6.dsc
9051b5d85ab30470a7bea3fb983e96e0 13696 utils optional
btm_0.10.2+20250107-6.debian.tar.xz
de55d956693662d79eaf5cfa387e0998 25046 utils optional
btm_0.10.2+20250107-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
wsG7BAEBCgBvBYJojz1KCRAsfDFGwaABIUcUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmfKD7g5dbnV+E7eMvZdV3FW3VZf/myfqCZMzRaFgHa+
ohYhBJ/j6cNmkaaf9TzGhCx8MUbBoAEhAABEvw//cOsY2cojOJuuUHVDwElAb4BT
5rDiIC/5FGzB6lSWeuzL3z6s57CLq0vBjA7qeWFSZZZl0qG58Lp0TTMsa22BSCER
rQdPEap9xwOjdeusRN5dH6hcbNMJ0q1z4IEx787EEFFxtN18ciXSYTWbenZHgOpk
m20CN8rv840wIjcCn1DqvCpbfPYJhSa1KK6spqPM1Nu3OEWFpHFvgKH7nt8ASqKf
H9/pV1v6ABOhQkILVoGbmo/0HyDRyVw7W7N++Q2EqZW7qT/DPSZoh+FD/lZGdQ6t
SQw2jTdmrKT94esVeW9PxH/sqm3JWuanVHf8TW1XnEJq627Thy1na8iPhFCcyyL4
MLzvayYJ9NbARJdtTZu9CvLiYmtZwHSs8vrvIA/TTQhvGodMFrcUS/wuDtgvgC5M
F+C4vueQ0kyv4OzwQ4RD3ZYA2A6QWscRERFNDLS2R6TjGEpaqmH0b3a5H80YwIcV
XGAUxsXJtpRCdx/8s3dNPMZx36uthc/YJk9nsOeDDe9HQY4t/XXtEEofKsEtWwBL
rCrgKDPOIiBTxiF7/6eli8GVd2suTRWrqBB4Rpn24hU4HJ8t3qZ+RNoyovxLwScQ
Yoy4xdXpjNjU8awesw1/mKbe+NoLuvGDWgMIc/DYkklYRlpW2wEOOggWfZpnK+vP
d8ACjk84fpQ3ijbWdus=
=jqL1
-----END PGP SIGNATURE-----
pgpV3wL30jIlF.pgp
Description: PGP signature
--- End Message ---