cockpit-project / cockpit

Cockpit is a web-based graphical interface for servers.
http://www.cockpit-project.org/
GNU Lesser General Public License v2.1
11.2k stars 1.11k forks source link

Fix LICENSE.txt installation and most Debian lintian messages #21107

Closed martinpitt closed 2 weeks ago

martinpitt commented 2 weeks ago

Current Debian builds (search for "lintian --fail") have two screenfuls of lintian messages. This fixes most of them.

The remaining ones are

I: cockpit-tests: arch-dep-package-has-big-usr-share 18085kB 100% I: cockpit-system: ored-depends-on-obsolete-package Recommends: policykit-1 => polkitd and optionally pkexec I: cockpit-doc: possible-documentation-but-no-doc-base-registration

which are harmless. The second one is intended, as that's just an alternate dependency for backports. But it's a good reminder to clean it up some day.