diff options
| author | Simon MacMullen <simon@lshift.net> | 2008-12-17 12:13:27 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@lshift.net> | 2008-12-17 12:13:27 +0000 |
| commit | cd2fcb212c3a1fbc895b0baf18b65bcca3fd33a7 (patch) | |
| tree | ba5e0704e1880dcd7afb1826999e84ad7db1792c | |
| parent | a5dee917338aef80019e8e7a6f98da38739a55cd (diff) | |
| download | rabbitmq-server-git-cd2fcb212c3a1fbc895b0baf18b65bcca3fd33a7.tar.gz | |
For some reason ${misc:Depends} does not infer logrotate, so add it manually.
| -rw-r--r-- | packaging/debs/Debian/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debs/Debian/debian/control b/packaging/debs/Debian/debian/control index d5d49f3fe9..b2b3ab0236 100644 --- a/packaging/debs/Debian/debian/control +++ b/packaging/debs/Debian/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.0 Package: rabbitmq-server Architecture: all -Depends: erlang-nox, adduser, ${misc:Depends} +Depends: erlang-nox, adduser, logrotate, ${misc:Depends} Description: An AMQP server written in Erlang RabbitMQ is an implementation of AMQP, the emerging standard for high performance enterprise messaging. The RabbitMQ server is a robust and |
