Code Review
/
deb_dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5bfccc0
)
Revert "d/rules: use new dh option names"
46/9346/1
author
Luca Boccassi
<
[email protected]
>
Thu, 9 Nov 2017 10:55:25 +0000
(10:55 +0000)
committer
Luca Boccassi
<
[email protected]
>
Thu, 9 Nov 2017 13:36:41 +0000
(13:36 +0000)
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 <
[email protected]
>
(cherry picked from commit
b0215431e14505a59e78c436d8fa014378402912
)
Signed-off-by: Luca Boccassi <
[email protected]
>
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
4ae33c8
..
a25b2b6
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-362,10
+362,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: