From cea2db4378dcc3cdc4d12d95909c8920868cf4e7 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Wed, 3 Jul 2024 10:15:29 -0500 Subject: [PATCH] Various Lintian complaints. --- debian/changelog | 7 ++++--- debian/control | 3 ++- debian/lubuntu-default-settings.lintian-overrides | 3 +++ .../Lubuntu/applications/lximage-qt-screenshot.desktop | 0 4 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 debian/lubuntu-default-settings.lintian-overrides mode change 100755 => 100644 src/usr/share/Lubuntu/applications/lximage-qt-screenshot.desktop diff --git a/debian/changelog b/debian/changelog index af07e42..c630a1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ lubuntu-default-settings (24.10.1) UNRELEASED; urgency=medium * Switch back to qpdfview from okular. * Port snap-installation-monitor to Qt 6. * Bump Standards-version to 4.7.0, no changes needed. + * Various Lintian complaints. -- Simon Quigley Wed, 03 Jul 2024 09:50:54 -0500 @@ -14,7 +15,7 @@ lubuntu-default-settings (24.04.11) noble; urgency=medium lubuntu-default-settings (24.04.10) noble; urgency=medium - * Do not show hibernate option in the menu. (LP: #1902497) + * Do not show hibernate option in the menu. (LP: #1902497) -- Walter Lapchynski Tue, 16 Apr 2024 23:28:56 +0000 @@ -47,13 +48,13 @@ lubuntu-default-settings (24.04.6) noble; urgency=medium lubuntu-default-settings (24.04.5) noble; urgency=medium - * Setting Okular as default application for PDF files. + * Setting Okular as default application for PDF files. -- Walter Lapchynski Fri, 08 Mar 2024 22:55:46 +0000 lubuntu-default-settings (24.04.4) noble; urgency=medium - * Updating quick launch for Firefox snap path. + * Updating quick launch for Firefox snap path. -- Walter Lapchynski Thu, 07 Mar 2024 21:50:30 +0000 diff --git a/debian/control b/debian/control index 4af17ab..fb65f65 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,8 @@ Depends: fonts-ubuntu, ${misc:Depends} Recommends: breeze-gtk-theme Description: default settings for Lubuntu - Various system settings tailored for Lubuntu. + Various system settings tailored for Lubuntu's default session. This includes + default settings, applications, and themes. Package: lubuntu-snap-installation-monitor Architecture: amd64 diff --git a/debian/lubuntu-default-settings.lintian-overrides b/debian/lubuntu-default-settings.lintian-overrides new file mode 100644 index 0000000..5944d94 --- /dev/null +++ b/debian/lubuntu-default-settings.lintian-overrides @@ -0,0 +1,3 @@ +# These desktop files are not meant to be user-visible; ignore these flags +lubuntu-default-settings: desktop-entry-lacks-icon-entry usr/share/xsessions/Lubuntu.desktop +lubuntu-default-settings: desktop-entry-lacks-keywords-entry usr/share/xsessions/Lubuntu.desktop diff --git a/src/usr/share/Lubuntu/applications/lximage-qt-screenshot.desktop b/src/usr/share/Lubuntu/applications/lximage-qt-screenshot.desktop old mode 100755 new mode 100644