From: Kefu Chai Date: Thu, 7 May 2026 12:43:28 +0000 (+0800) Subject: debian: package manpage for cephfs-top X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=52064031dc01c97ff7e72dd8030bd4148f092562;p=ceph.git 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 --- 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