From: Ian Jackson Date: Tue, 4 Feb 2020 14:18:24 +0000 (+0000) Subject: debian/rules: Drop redundant sequence numbers in dh_installinit X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~65 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0b03b5bad4e2e5b456fce8fedab24f5661f7ce6b;p=xen.git debian/rules: Drop redundant sequence numbers in dh_installinit Closes: #939560 (3/3) Reported-by: Guillem Jover Signed-off-by: Ian Jackson --- diff --git a/debian/rules b/debian/rules index 8f36229c1d..1ec0fdfbce 100755 --- a/debian/rules +++ b/debian/rules @@ -281,8 +281,8 @@ override_dh_python2: # We have two init scripts. (There used to be xend too.) override_dh_installinit: - dh_installinit --name xen --no-start -- defaults 20 21 - dh_installinit --name xendomains --no-start -- defaults 21 20 + dh_installinit --name xen --no-start -- defaults + dh_installinit --name xendomains --no-start -- defaults # dh_strip in dh compat 10 and earlier (which we are at so this # package builds on stretch) looks at filenames and modes to decide