From 65d399fa5b8b1ef3ff507d3c6e537252011b930e Mon Sep 17 00:00:00 2001 From: deepend Date: Mon, 16 Feb 2026 13:53:54 -0700 Subject: [PATCH] Updated Debian packaging manifest to install the missing manpage (usr/share/man/man1/zoitechat.1) and MIME package XML (usr/share/mime/packages/net.zoite.Zoitechat.mime.xml) so they are no longer left unassigned in debian/tmp and triggering dh_missing errors. --- debian/zoitechat.install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/zoitechat.install b/debian/zoitechat.install index 56bd72ef..f7469322 100644 --- a/debian/zoitechat.install +++ b/debian/zoitechat.install @@ -1,3 +1,5 @@ usr/bin/zoitechat usr/share/applications +usr/share/man/man1/zoitechat.1 usr/share/metainfo/net.zoite.Zoitechat.appdata.xml +usr/share/mime/packages/net.zoite.Zoitechat.mime.xml