[neon/neon-packaging/plasma-setup/Neon/unstable] debian: drop unneccessary patch and use override_dh_installsystemd
Carlos De Maine
null at kde.org
Tue Jan 13 23:06:51 GMT 2026
Git commit b67fc9ef6ce76692d44bb7fdf04f84efcd7af1f6 by Carlos De Maine.
Committed on 13/01/2026 at 23:06.
Pushed by carlosdem into branch 'Neon/unstable'.
drop unneccessary patch and use override_dh_installsystemd
to ensure we don't run by accident on install
D +0 -13 debian/patches/optional.diff
D +0 -1 debian/patches/series
M +2 -0 debian/rules
https://invent.kde.org/neon/neon-packaging/plasma-setup/-/commit/b67fc9ef6ce76692d44bb7fdf04f84efcd7af1f6
diff --git a/debian/patches/optional.diff b/debian/patches/optional.diff
deleted file mode 100644
index 575fba9..0000000
--- a/debian/patches/optional.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/modules/keyboard/CMakeLists.txt b/modules/keyboard/CMakeLists.txt
-index dc16840..17aa5a9 100644
---- a/modules/keyboard/CMakeLists.txt
-+++ b/modules/keyboard/CMakeLists.txt
-@@ -9,7 +9,7 @@ ecm_qt_declare_logging_category(logging_SRCS
- EXPORT INITIALSYSTEMSETUP
- )
-
--ecm_find_qmlmodule(org.kde.plasma.private.kcm_keyboard REQUIRED)
-+#ecm_find_qmlmodule(org.kde.plasma.private.kcm_keyboard REQUIRED)
-
- ecm_add_qml_module(initialstart_keyboard
- URI "org.kde.initialsystemsetup.keyboard"
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 664eeb8..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-optional.diff
diff --git a/debian/rules b/debian/rules
index f21e70f..359ba86 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,5 @@
%:
dh $@ --with kf6 --buildsystem kf6
+override_dh_installsystemd:
+ dh_installsystemd --no-enable --no-start
More information about the Neon-commits
mailing list