[neon/3rdparty/sddm/Neon/release-lts] debian: also add --no-restart-after-upgrade

Harald Sitter null at kde.org
Fri Mar 12 12:41:41 GMT 2021


Git commit 949a51cdc116abb07c7582dda432dc266f13d405 by Harald Sitter.
Committed on 12/03/2021 at 12:41.
Pushed by sitter into branch 'Neon/release-lts'.

also add --no-restart-after-upgrade

ON and AFTER do not do the same thing it appears. this flag should make sure
that try-restart isn't being inserted into the postinst

M  +1    -1    debian/rules

https://invent.kde.org/neon/3rdparty/sddm/commit/949a51cdc116abb07c7582dda432dc266f13d405

diff --git a/debian/rules b/debian/rules
index 11e72c3..65b456b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- ${SDDM_CMAKE_ARGS}
 
 override_dh_installsystemd:
-	dh_installsystemd -psddm --no-start --no-stop-on-upgrade --no-restart-on-upgrade sddm.service
+	dh_installsystemd -psddm --no-start --no-stop-on-upgrade --no-restart-on-upgrade --no-restart-after-upgrade  sddm.service
 
 override_dh_installinit:
 	dh_installinit --noscripts


More information about the Neon-commits mailing list