Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix lintian complaints #7

Merged
merged 2 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@ Upstream-Name: fwupd-snap
Source: https://github.com/fwupd/fwupd

Files: fwupd-wrapper
.github/*
.pre-commit-config.yaml
README.md
Copyright: Mario Limonciello <[email protected]>
License: LGPL-2.1

License: MPL-2.0
On Debian systems, the complete text of the Mozilla Public License 2.0
can be found in the file `/usr/share/common-licenses/MPL-2.0'.
License: LGPL-2.1
On Debian systems, the complete text of the GNU Lesser General Public
License 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.

Files: debian/*
Copyright: 2005-2014, Mike Hommey <[email protected]>
2024, Mario Limonciello <[email protected]>
License: MPL-2.0

License: LGPL-2.1
On Debian systems, the complete text of the GNU Lesser General Public
License 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
License: MPL-2.0
On Debian systems, the complete text of the Mozilla Public License 2.0
can be found in the file `/usr/share/common-licenses/MPL-2.0'.
10 changes: 6 additions & 4 deletions debian/fwupd-snap.lintian-overrides
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# manpages
fwupd-snap: no-manual-page [usr/bin/fwupdmgr]
fwupd-snap: no-manual-page [usr/bin/fwupdtool]
fwupd-snap: no-manual-page [usr/bin/dbxtool]
# manpages come with the snap
fwupd-snap: no-manual-page usr/bin/dbxtool
fwupd-snap: no-manual-page usr/bin/fwupdmgr
fwupd-snap: no-manual-page usr/bin/fwupdtool
# service comes from snap not deb
fwupd-snap: maintainer-script-calls-systemctl
Loading