debian/rules: Drop redundant sequence numbers in dh_installinit
authorIan Jackson <ian.jackson@citrix.com>
Tue, 4 Feb 2020 14:18:24 +0000 (14:18 +0000)
committerHans van Kranenburg <hans@knorrie.org>
Thu, 23 Jul 2020 12:35:10 +0000 (14:35 +0200)
Closes: #939560 (3/3)
Reported-by: Guillem Jover <guillem@debian.org>
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
debian/rules

index 8f36229c1d6dc811b709829f803c0f706a78adf0..1ec0fdfbced10e772f66da9faad2fea32a22739f 100755 (executable)
@@ -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