[neon/neon/neon-boot-space/Neon/unstable] debian: don't start the unit on install

Harald Sitter null at kde.org
Thu Jun 17 12:17:44 BST 2021


Git commit a94839ed634f7c315abf9bdd23a8b108b235a998 by Harald Sitter.
Committed on 17/06/2021 at 11:17.
Pushed by sitter into branch 'Neon/unstable'.

don't start the unit on install

it uselessly warns about the assertion failure. the unit asserts that it
is only run in offline update scenarios so when it gets auto-started
outside those it fails the assertion and prints warnings for no good
reason

M  +4    -0    debian/rules

https://invent.kde.org/neon/neon/neon-boot-space/commit/a94839ed634f7c315abf9bdd23a8b108b235a998

diff --git a/debian/rules b/debian/rules
index a1016f7..c3d7988 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,7 @@
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		-DKDE_L10N_SYNC_TRANSLATIONS=true
+
+override_dh_installsystemd:
+	# Don't start the service. It must only be run during offline updates.
+	dh_installsystemd --no-start



More information about the Neon-commits mailing list