summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-03-12 15:12:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-03-12 15:12:05 +0000
commitdd3d108435e3d1dd3c1d705acb6155c1428dde6b (patch)
treedcfa53b03de560c642f77bfb00ac78a2800ec046
parentUpdating years in copyright file. (diff)
downloadopen-infrastructure-compute-tools-dd3d108435e3d1dd3c1d705acb6155c1428dde6b.tar.xz
open-infrastructure-compute-tools-dd3d108435e3d1dd3c1d705acb6155c1428dde6b.zip
Also adding --no-restart-after-upgrade to dh_installsystemd to avoid containers being rebooted on package upgrades (default changed with debhelper 11).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 8972781..c6d3358 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,4 +17,4 @@ override_dh_auto_install:
mv debian/open-infrastructure-$(PACKAGE)/usr/share/doc/$(PACKAGE) debian/open-infrastructure-$(PACKAGE)/usr/share/doc/open-infrastructure-$(PACKAGE)
override_dh_installsystemd:
- dh_installsystemd --no-stop-on-upgrade --no-start
+ dh_installsystemd --no-restart-after-upgrade --no-start --no-stop-on-upgrade