diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-10-09 16:13:29 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-10-09 16:13:29 +0300 |
| commit | 1d31f7151d55c13856c84cc3b138f5b217241776 (patch) | |
| tree | 39a7f89594e77aca03520d00936a19c588c0c666 | |
| parent | 1ea3cacdc04134cc3cb91652e54a64ba476658b6 (diff) | |
| download | rabbitmq-server-git-1d31f7151d55c13856c84cc3b138f5b217241776.tar.gz | |
Update Debian metadata
* to not use "AMQP" as there are 2 versions in use today
* to be a bit more humble in the description
* to have up-to-date (and future-proof) contacts
| -rw-r--r-- | packaging/debs/Debian/debian/control | 10 | ||||
| -rw-r--r-- | packaging/debs/Debian/debian/rabbitmq-server.init | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/packaging/debs/Debian/debian/control b/packaging/debs/Debian/debian/control index 0d5ec7cee4..b9c61171ac 100644 --- a/packaging/debs/Debian/debian/control +++ b/packaging/debs/Debian/debian/control @@ -1,16 +1,14 @@ Source: rabbitmq-server Section: net Priority: extra -Maintainer: RabbitMQ Team <packaging@rabbitmq.com> -Uploaders: Blair Hester <bhester@gopivotal.com> +Maintainer: RabbitMQ Team <team@rabbitmq.com> +Uploaders: RabbitMQ Team <team@rabbitmq.com> Build-Depends: cdbs, debhelper (>= 5), erlang-dev, python-simplejson, xmlto, xsltproc, erlang-nox (>= 1:13.b.3), erlang-src (>= 1:13.b.3), unzip, zip Standards-Version: 3.9.2 Package: rabbitmq-server Architecture: all Depends: erlang-nox (>= 1:13.b.3) | esl-erlang, adduser, logrotate, ${misc:Depends} -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. +Description: Multi-protocol messaging broker + RabbitMQ is an open source multi-protocol messaging broker. Homepage: http://www.rabbitmq.com/ diff --git a/packaging/debs/Debian/debian/rabbitmq-server.init b/packaging/debs/Debian/debian/rabbitmq-server.init index 8d4261f635..1019ea91c8 100644 --- a/packaging/debs/Debian/debian/rabbitmq-server.init +++ b/packaging/debs/Debian/debian/rabbitmq-server.init @@ -3,7 +3,7 @@ # rabbitmq-server RabbitMQ broker # # chkconfig: - 80 05 -# description: Enable AMQP service provided by RabbitMQ +# description: Manages RabbitMQ server # ### BEGIN INIT INFO @@ -13,7 +13,7 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Description: RabbitMQ broker -# Short-Description: Enable AMQP service provided by RabbitMQ broker +# Short-Description: Manages RabbitMQ server ### END INIT INFO PATH=/sbin:/usr/sbin:/bin:/usr/bin |
