From 08ad45781d05095a3be244941753556178d3727b Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Mon, 4 Jul 2022 14:08:40 -0500 Subject: [PATCH] Update lintian overrides --- debian/changelog | 3 +++ debian/lintian-overrides | 14 ++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index f5d3ba8..895302d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ lxqt-session (1.1.1-0ubuntu2~ppa1) jammy; urgency=medium * Backport to Jammy. * Updated copyright file. + * Added Lintian overrides for absent entries in desktop files. + - Reasoning: There's no need for any of the fields Lintian's informing + us of. -- Aaron Rainbolt Mon, 04 Jul 2022 12:24:33 -0500 diff --git a/debian/lintian-overrides b/debian/lintian-overrides index fb4937b..efa9765 100644 --- a/debian/lintian-overrides +++ b/debian/lintian-overrides @@ -1,2 +1,16 @@ # category LXQt in not yet in freedesktop specs - no bug lxqt-session: desktop-entry-invalid-category LXQt usr/share/applications/lxqt-*.desktop + +# No need for an icon for this desktop file. +lxqt-session: desktop-entry-lacks-icon-entry usr/share/xsessions/lxqt.desktop + +# Nor do we need keywords for all these things. +lxqt-session: desktop-entry-lacks-keywords-entry usr/share/applications/lxqt-config-session.desktop +lxqt-session: desktop-entry-lacks-keywords-entry usr/share/applications/lxqt-hibernate.desktop +lxqt-session: desktop-entry-lacks-keywords-entry usr/share/applications/lxqt-leave.desktop +lxqt-session: desktop-entry-lacks-keywords-entry usr/share/applications/lxqt-lockscreen.desktop +lxqt-session: desktop-entry-lacks-keywords-entry usr/share/applications/lxqt-logout.desktop +lxqt-session: desktop-entry-lacks-keywords-entry usr/share/applications/lxqt-reboot.desktop +lxqt-session: desktop-entry-lacks-keywords-entry usr/share/applications/lxqt-shutdown.desktop +lxqt-session: desktop-entry-lacks-keywords-entry usr/share/applications/lxqt-suspend.desktop +lxqt-session: desktop-entry-lacks-keywords-entry usr/share/xsessions/lxqt.desktop