debian/control: Use ${misc:Depends} instead of hard-coding dependencies

... which are added by debhelper. In this case, this is
init-system-helpers which is added by dh-systemd.

While here, bump the standard version to 3.9.6.

(cherry picked from commit 851561953a)
This commit is contained in:
Jean-Sébastien Pédron 2017-08-10 14:58:50 +02:00
parent 2d8de4c093
commit f7641be403
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
1 changed files with 6 additions and 2 deletions

View File

@ -15,11 +15,15 @@ Build-Depends: debhelper (>= 9),
erlang-src (>= 1:16.b.3-3) | esl-erlang (>= 1:16.b.3-2),
zip,
rsync
Standards-Version: 3.9.4
Standards-Version: 3.9.6
Package: rabbitmq-server
Architecture: all
Depends: erlang-nox (>= 1:16.b.3) | esl-erlang, adduser, logrotate, socat, init-system-helpers (>= 1.13~)
Depends: ${misc:Depends},
erlang-nox (>= 1:16.b.3) | esl-erlang (>= 1:16.b.3),
adduser,
logrotate,
socat
Description: Multi-protocol messaging broker
RabbitMQ is an open source multi-protocol messaging broker.
Homepage: http://www.rabbitmq.com/