Skip to content

Commit

Permalink
debian: Ignore spare-manual-page lintian infos
Browse files Browse the repository at this point in the history
For cockpit-ws, the corresponding binaries are in /usr/libexec/, but we
still want to provide documentation for administrators as they can be
configured in the systemd units, or even being used directly.

For the cockpit metapackage, there is indeed no "cockpit" binary, but
we still want to document an overview of cockpit (in the cockpit.1
man page).
  • Loading branch information
martinpitt authored and jelly committed Oct 11, 2024
1 parent bcfa627 commit df69400
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/debian/cockpit-ws.lintian-overrides
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ cockpit-ws: font-outside-font-dir *usr/share/cockpit/static/fonts/*
cockpit-ws: font-in-non-font-package *usr/share/cockpit/static/fonts/*
cockpit-ws: groff-message *macro *an-trap*usr/share/man/man8/cockpit-ws.8.gz*
cockpit-ws: package-contains-documentation-outside-usr-share-doc *usr/share/cockpit/*html*
# the binaries are in /usr/lib/cockpit, but we still want to document them
cockpit-ws: spare-manual-page *cockpit-desktop.*
cockpit-ws: spare-manual-page *cockpit-tls.*
cockpit-ws: spare-manual-page *cockpit-ws.*
cockpit-ws: spare-manual-page *pam_ssh_add*
# triggered on demand by cockpit.service
cockpit-ws: systemd-service-file-missing-install-key *cockpit-wsinstance*
# triggered by cockpit.socket
Expand Down
1 change: 1 addition & 0 deletions tools/debian/cockpit.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cockpit: spare-manual-page *cockpit.*

0 comments on commit df69400

Please sign in to comment.