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

debian: make sure we don't restart phosh on upgrades

This is not good for the running session.
parent 2b445f10
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !83. Comments created here will be created in the context of that merge request.
......@@ -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