debian/control: Revert the use of ${misc:Depends}
This reverts part of commit 851561953a
.
We need to hard-code the dependency on init-system-helpers to support
Ubuntu 14.04.
This commit is contained in:
parent
f6a1661c72
commit
12d2edad42
|
@ -20,7 +20,11 @@ Standards-Version: 3.9.6
|
|||
|
||||
Package: rabbitmq-server
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends},
|
||||
# FIXME: We remove ${misc:Depends} and hard-code the dependency on
|
||||
# init-system-helpers. we need this because we build the package on
|
||||
# Debian, where dh-systemd/init-system-helpers is at version 1.18, but
|
||||
# Ubuntu 14.04 only has init-system-helpers 1.14.
|
||||
Depends: init-system-helpers (>= 1.13~),
|
||||
erlang-nox (>= 1:19.2) | esl-erlang (>= 1:19.2),
|
||||
adduser,
|
||||
logrotate,
|
||||
|
|
Loading…
Reference in New Issue