From 52064031dc01c97ff7e72dd8030bd4148f092562 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 7 May 2026 20:43:28 +0800 Subject: [PATCH] debian: package manpage for cephfs-top the build already produces usr/share/man/man8/cephfs-top.8, and the fedora spec ships it via the cephfs-top package. on debian, debian/cephfs-top.install was missing it, so the file was sitting in debian/tmp unclaimed and dh_missing complained: dh_missing: warning: usr/share/man/man8/cephfs-top.8 exists in debian/tmp but is not installed to anywhere claim the manpage in debian/cephfs-top.install so it lands in the cephfs-top deb. silences the warning and gives debian users the same `man cephfs-top` fedora users already have. Signed-off-by: Kefu Chai --- debian/cephfs-top.install | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/cephfs-top.install b/debian/cephfs-top.install index 930396b0c68f..ca08175b5e06 100644 --- a/debian/cephfs-top.install +++ b/debian/cephfs-top.install @@ -1,2 +1,3 @@ usr/bin/cephfs-top usr/lib/python3*/dist-packages/cephfs_top-*.egg-info +usr/share/man/man8/cephfs-top.8 -- 2.47.3