Skip to content
Snippets Groups Projects
Commit 2d81318c authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

debian: Make sure we don't restart rootston on upgrades

This is not good for the running session.
parent 0172cfc9
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,12 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
override_dh_installsystemd:
dh_installsystemd --no-start --no-enable
override_dh_systemd_start:
dh_systemd_start --no-start --no-restart-after-upgrade
override_dh_systemd_enable:
dh_systemd_enable --no-enable
override_dh_auto_test:
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
xvfb-run ninja -C _build test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment