From: Luca Boccassi Date: Thu, 9 Nov 2017 10:55:25 +0000 (+0000) Subject: Revert "d/rules: use new dh option names" X-Git-Url: https://gerrit.fd.io/r/gitweb?p=deb_dpdk.git;a=commitdiff_plain;h=a5b6018f30bbde785f93ae9fff6d8ee7386db015 Revert "d/rules: use new dh option names" Ubuntu 16.04 does not ship a debhelper version new enough to support the new option, which breaks the CI. Temporarily revert until we can switch the CI image to 18.04. This reverts commit c7873313a7fe60ac1bc229df2617153cca4318d7. Change-Id: Id29ec8c454094952eaa49b5af071b819e5393b66 Signed-off-by: Luca Boccassi (cherry picked from commit b0215431e14505a59e78c436d8fa014378402912) Signed-off-by: Luca Boccassi (cherry picked from commit dd4bdc9f105b2f180df038128131979a09298e13) Signed-off-by: Luca Boccassi --- diff --git a/debian/rules b/debian/rules index 1cda1016..952cac68 100755 --- a/debian/rules +++ b/debian/rules @@ -356,10 +356,10 @@ override_dh_dkms: dh_dkms -V $(DEB_VERSION_UPSTREAM) override_dh_installinit: - dh_installinit --no-start --no-stop-on-upgrade + dh_installinit --no-start --no-restart-on-upgrade override_dh_systemd_start: - dh_systemd_start --no-start --no-stop-on-upgrade + dh_systemd_start --no-start --no-restart-on-upgrade override_dh_auto_test: