diff -Nru gce-compute-image-packages-20160930/debian/changelog gce-compute-image-packages-20160930/debian/changelog --- gce-compute-image-packages-20160930/debian/changelog 2017-02-23 18:29:15.000000000 +0000 +++ gce-compute-image-packages-20160930/debian/changelog 2017-03-21 18:01:20.000000000 +0000 @@ -1,3 +1,9 @@ +gce-compute-image-packages (20160930-0ubuntu3~14.04.2) trusty; urgency=medium + + * Do not restart startup or shutdown scripts on upgrade (LP: #1668327) + + -- Phil Roche Tue, 21 Mar 2017 17:11:51 +0000 + gce-compute-image-packages (20160930-0ubuntu3~14.04.1) trusty; urgency=medium * Fix where GCE shutdown scripts are run during shutdown when using Upstart (LP: #1667277) diff -Nru gce-compute-image-packages-20160930/debian/rules gce-compute-image-packages-20160930/debian/rules --- gce-compute-image-packages-20160930/debian/rules 2017-02-23 18:20:15.000000000 +0000 +++ gce-compute-image-packages-20160930/debian/rules 2017-03-21 18:44:02.000000000 +0000 @@ -7,6 +7,11 @@ %: dh $@ --with python2,systemd --buildsystem=pybuild +override_dh_installinit: + dh_installinit --name=google-startup-scripts --onlyscripts --no-start --no-restart-on-upgrade + dh_installinit --name=google-shutdown-scripts --onlyscripts --no-start --no-restart-on-upgrade + dh_installinit --name=google-shutdown-scripts-block-rsyslog --onlyscripts --no-start --no-restart-on-upgrade + override_dh_clean: rm -rf google_compute_engine.egg-info dh_clean