From 58706b13ff3730bf67b37377ec5bdd46d1360dae Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Wed, 23 Nov 2022 16:40:34 -0600 Subject: [PATCH] Updated Lintian overrides. --- debian/calamares-settings-lubuntu.lintian-overrides | 2 +- debian/calamares-settings-ubuntustudio.lintian-overrides | 2 +- debian/changelog | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/calamares-settings-lubuntu.lintian-overrides b/debian/calamares-settings-lubuntu.lintian-overrides index 1f3a274..e50ff94 100644 --- a/debian/calamares-settings-lubuntu.lintian-overrides +++ b/debian/calamares-settings-lubuntu.lintian-overrides @@ -1,3 +1,3 @@ # The .desktop file uses bash to run firefox as the local # user. bash is included in the system. -calamares-settings-lubuntu: desktop-command-not-in-package usr/share/applications/lubuntu-calamares.desktop bash +calamares-settings-lubuntu: desktop-command-not-in-package bash [usr/share/applications/lubuntu-calamares.desktop] diff --git a/debian/calamares-settings-ubuntustudio.lintian-overrides b/debian/calamares-settings-ubuntustudio.lintian-overrides index 7125409..0ff3571 100644 --- a/debian/calamares-settings-ubuntustudio.lintian-overrides +++ b/debian/calamares-settings-ubuntustudio.lintian-overrides @@ -1,3 +1,3 @@ # The .desktop file uses bash to run firefox as the local # user. bash is included in the system. -calamares-settings-ubuntustudio: desktop-command-not-in-package usr/share/applications/ubuntustudio-calamares.desktop bash +calamares-settings-ubuntustudio: desktop-command-not-in-package bash [usr/share/applications/ubuntustudio-calamares.desktop] diff --git a/debian/changelog b/debian/changelog index f31c789..4adf5a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ calamares-settings-ubuntu (1:23.04.3) lunar; urgency=medium * Fixed a syntax error that led to incorrect sidebar coloring (LP: #1991251). * Set Calamares to launch in windowed mode, avoiding a welcome image scaling issue. + * Updated Lintian overrides to work with Lintian again. -- Aaron Rainbolt Wed, 23 Nov 2022 16:08:10 -0600