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.

(cherry picked from commit 12d2edad42)
This commit is contained in:
Jean-Sébastien Pédron 2017-08-10 15:56:19 +02:00
parent f7641be403
commit 182f773c92
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
1 changed files with 5 additions and 1 deletions

View File

@ -19,7 +19,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:16.b.3) | esl-erlang (>= 1:16.b.3),
adduser,
logrotate,