]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: package manpage for cephfs-top 68799/head
authorKefu Chai <k.chai@proxmox.com>
Thu, 7 May 2026 12:43:28 +0000 (20:43 +0800)
committerKefu Chai <k.chai@proxmox.com>
Thu, 7 May 2026 12:49:06 +0000 (20:49 +0800)
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 <k.chai@proxmox.com>
debian/cephfs-top.install

index 930396b0c68f3b833ac3c57c88db8dc10d5d5fa9..ca08175b5e064b6b94ad077a82280a444dd4101c 100644 (file)
@@ -1,2 +1,3 @@
 usr/bin/cephfs-top
 usr/lib/python3*/dist-packages/cephfs_top-*.egg-info
+usr/share/man/man8/cephfs-top.8