1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
  
     | 
    
      Source: rabbitmq-server
Section: net
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 James Page <james.page@ubuntu.com>,
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 10),
 dh-python,
 elixir (>= 1.12.2),
 erlang-base (>= 1:27.0),
 erlang-crypto (>= 1:27.0),
 erlang-dev (>= 1:27.0),
 erlang-edoc (>= 1:27.0),
 erlang-eldap (>= 1:27.0),
 erlang-eunit (>= 1:27.0),
 erlang-inets (>= 1:27.0),
 erlang-mnesia (>= 1:27.0),
 erlang-nox (>= 1:27.0),
 erlang-os-mon (>= 1:27.0),
 erlang-parsetools (>= 1:27.0),
 erlang-public-key (>= 1:27.0),
 erlang-runtime-tools (>= 1:27.0),
 erlang-src (>= 1:27.0),
 erlang-ssl (>= 1:27.0),
 erlang-syntax-tools (>= 1:27.0),
 erlang-tools (>= 1:27.0),
 erlang-xmerl (>= 1:27.0),
 locales-all,
 python3-all,
 rsync,
 unzip,
 xmlto,
 xsltproc,
 zip,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/rabbitmq-server
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/rabbitmq-server.git
Homepage: https://www.rabbitmq.com/
Package: rabbitmq-server
Architecture: all
Depends:
 adduser,
 erlang-base | erlang-base-hipe,
 erlang-crypto (>= 1:27.0),
 erlang-eldap (>= 1:27.0),
 erlang-inets (>= 1:27.0),
 erlang-mnesia (>= 1:27.0),
 erlang-os-mon (>= 1:27.0),
 erlang-parsetools (>= 1:27.0),
 erlang-public-key (>= 1:27.0),
 erlang-runtime-tools (>= 1:27.0),
 erlang-ssl (>= 1:27.0),
 erlang-syntax-tools (>= 1:27.0),
 erlang-tools (>= 1:27.0),
 erlang-xmerl (>= 1:27.0),
 openssl,
 socat,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 logrotate,
Description: 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
 scalable implementation of an AMQP broker.
 
     |