[neon/kde/kscreenlocker/Neon/release] debian: Add override for command not in package and add to depends, fix override for killall is dangerous

Scarlett Moore null at kde.org
Wed Sep 13 16:27:35 BST 2023


Git commit eda4a5d92d21c15bcaf046f89f0c5960f331b9ca by Scarlett Moore.
Committed on 13/09/2023 at 17:26.
Pushed by scarlettmoore into branch 'Neon/release'.

Add override for command not in package and add to depends, fix override for killall is dangerous

M  +5    -1    debian/control
A  +1    -0    debian/kde-config-screenlocker.lintian-overrides
M  +1    -1    debian/libkscreenlocker5.lintian-overrides

https://invent.kde.org/neon/kde/kscreenlocker/-/commit/eda4a5d92d21c15bcaf046f89f0c5960f331b9ca

diff --git a/debian/control b/debian/control
index dfe9ccb..3323cb5 100644
--- a/debian/control
+++ b/debian/control
@@ -50,6 +50,7 @@ Depends: libkscreenlocker5 (= ${binary:Version}),
          qml-module-qtquick-controls,
          qml-module-qtquick-layouts,
          qml-module-qtquick2,
+         systemsettings,
          ${misc:Depends},
          ${shlibs:Depends}
 Breaks: plasma-workspace (<= 4:5.5.0~), ${kde-l10n:all}
@@ -61,7 +62,10 @@ Package: kscreenlocker-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libkscreenlocker5 (= ${binary:Version}), qtbase5-dev, ${misc:Depends}
+Depends: libkscreenlocker5 (= ${binary:Version}),
+         qtbase5-dev,
+         libqt5x11extras5-dev,
+         ${misc:Depends}
 Breaks: plasma-workspace-dev (<= 4:5.5.0~)
 Replaces: plasma-workspace-dev (<= 4:5.5.0~)
 Description: Development files for kscreenlocker
diff --git a/debian/kde-config-screenlocker.lintian-overrides b/debian/kde-config-screenlocker.lintian-overrides
new file mode 100644
index 0000000..e9d7c07
--- /dev/null
+++ b/debian/kde-config-screenlocker.lintian-overrides
@@ -0,0 +1 @@
+kde-config-screenlocker: desktop-command-not-in-package usr/share/applications/kcm_screenlocker.desktop systemsettings
diff --git a/debian/libkscreenlocker5.lintian-overrides b/debian/libkscreenlocker5.lintian-overrides
index d435ed7..04dbc02 100644
--- a/debian/libkscreenlocker5.lintian-overrides
+++ b/debian/libkscreenlocker5.lintian-overrides
@@ -1 +1 @@
-libkscreenlocker5: killall-is-dangerous postinst:10
+libkscreenlocker5: killall-is-dangerous postinst:12


More information about the Neon-commits mailing list