X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=debian%2Frules;h=952cac685935167410302e76147842e66506a62f;hb=a5b6018f30bbde785f93ae9fff6d8ee7386db015;hp=2953c406d282674da337a23ede12d82c2c2f0da3;hpb=9a92e68265613f8beb66e0591ec940fd613f8758;p=deb_dpdk.git diff --git a/debian/rules b/debian/rules index 2953c406..952cac68 100755 --- a/debian/rules +++ b/debian/rules @@ -121,11 +121,11 @@ build: fi sh debian/prep-modules $(KSRC) cat debian/control.modules >> debian/control - dh $@ --with python2,dkms,systemd + dh $@ --with python3,dkms,systemd endif %: - dh $@ --with python2,dkms,systemd + dh $@ --with python3,dkms,systemd override_dh_gencontrol: dh_gencontrol @@ -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: