summaryrefslogtreecommitdiff
path: root/packaging/debs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@lshift.net>2008-12-17 12:13:27 +0000
committerSimon MacMullen <simon@lshift.net>2008-12-17 12:13:27 +0000
commitcd2fcb212c3a1fbc895b0baf18b65bcca3fd33a7 (patch)
treeba5e0704e1880dcd7afb1826999e84ad7db1792c /packaging/debs
parenta5dee917338aef80019e8e7a6f98da38739a55cd (diff)
downloadrabbitmq-server-git-cd2fcb212c3a1fbc895b0baf18b65bcca3fd33a7.tar.gz
For some reason ${misc:Depends} does not infer logrotate, so add it manually.
Diffstat (limited to 'packaging/debs')
-rw-r--r--packaging/debs/Debian/debian/control2
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