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:
Jean-Sébastien Pédron 2017-08-10 15:56:19 +02:00
parent f6a1661c72
commit 12d2edad42
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
1 changed files with 5 additions and 1 deletions

View File

@ -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,