Codebase list rabbitmq-server / 9764f7e
* New upstream release: - Fix FTBFS with newer Erlang (Closes: #910623). * Fix the way to calculate upstream VERSION in debian/rules. * Switched rabbitmq-server.service to type notify, and other minor changes in this file (Closes: #812342), do not wait for timeout on shutdown either (Closes: #902136). * Updated debian/control for this release. Thomas Goirand 5 years ago
5 changed file(s) with 33 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
0 rabbitmq-server (3.6.10-2) UNRELEASED; urgency=medium
0 rabbitmq-server (3.7.6-1) unstable; urgency=medium
11
22 [ Daniel Baumann ]
33 * Updating vcs fields.
1717 * d/changelog: Remove trailing whitespaces
1818 * d/control: Use team+openstack@tracker.debian.org as maintainer
1919
20 -- Daniel Baumann <daniel.baumann@progress-linux.org> Fri, 04 Aug 2017 22:30:14 +0200
20 [ Thomas Goirand ]
21 * New upstream release:
22 - Fix FTBFS with newer Erlang (Closes: #910623).
23 * Fix the way to calculate upstream VERSION in debian/rules.
24 * Switched rabbitmq-server.service to type notify, and other minor changes
25 in this file (Closes: #812342), do not wait for timeout on shutdown either
26 (Closes: #902136).
27 * Updated debian/control for this release.
28
29 -- Thomas Goirand <zigo@debian.org> Wed, 24 Oct 2018 18:39:10 +0200
2130
2231 rabbitmq-server (3.6.10-1) unstable; urgency=medium
2332
55 James Page <james.page@ubuntu.com>,
66 Thomas Goirand <zigo@debian.org>,
77 Build-Depends:
8 debhelper (>= 9~),
8 debhelper (>= 9),
99 dh-python,
1010 dh-systemd (>= 1.5),
11 erlang-dev,
12 erlang-nox (>= 1:13.b.3),
13 erlang-src (>= 1:13.b.3),
14 git,
11 elixir (>= 1.6.0),
12 erlang-dev (>= 1:19.3),
13 erlang-nox (>= 1:19.3),
14 erlang-src (>= 1:19.3),
1515 python-all,
1616 python-simplejson,
17 rsync,
1718 unzip,
1819 xmlto,
1920 xsltproc,
2021 zip,
21 Build-Depends-Indep:
22 rsync,
23 Standards-Version: 4.1.0
22 Standards-Version: 4.2.1
2423 Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/rabbitmq-server
2524 Vcs-Git: https://salsa.debian.org/openstack-team/third-party/rabbitmq-server.git
2625 Homepage: http://www.rabbitmq.com/
2928 Architecture: all
3029 Depends:
3130 adduser,
32 erlang-nox (>= 1:13.b.3) | esl-erlang,
31 erlang-nox (>= 1:19.3) | esl-erlang (>= 1:19.3),
32 init-system-helpers,
3333 logrotate,
3434 lsb-base,
35 socat,
3536 ${misc:Depends},
3637 ${python:Depends},
3738 Description: AMQP server written in Erlang
6464 (c) 2008-2012, John Leuner <jewel@debian.org>
6565 (c) 2015, Antonio Terceiro <terceiro@debian.org>
6666 (c) 2014-2016, James Page <james.page@canonical.com>
67 (c) 2014-2016, Thomas Goirand <zigo@debian.org>
67 (c) 2014-2018, Thomas Goirand <zigo@debian.org>
6868 License: MPL-1.1
6969
7070 License: Expat
22 After=network.target
33
44 [Service]
5 Type=simple
5 Type=notify
66 User=rabbitmq
7 Group=rabbitmq
8 UMask=0027
9 NotifyAccess=all
10 TimeoutStartSec=3600
11 LimitNOFILE=65536
712 SyslogIdentifier=rabbitmq
8 LimitNOFILE=65536
13 Restart=on-failure
14 RestartSec=10
15 WorkingDirectory=/var/lib/rabbitmq
916 ExecStart=/usr/sbin/rabbitmq-server
10 ExecStartPost=/usr/lib/rabbitmq/bin/rabbitmq-server-wait
1117 ExecStop=/usr/sbin/rabbitmqctl stop
1218
1319 [Install]
11 # -*- makefile -*-
22
33 DEB_DESTDIR=debian/rabbitmq-server
4 VERSION = $(shell dpkg-parsechangelog | awk '/^Version:/ {version=$$0; sub(/Version: /, "", version); sub(/-.*/, "", version); print version;}')
4 VERSION = $(shell dpkg-parsechangelog -SVersion | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/' -e 's/+dfsg1//' | head -n 1)
55
66 %:
77 dh $@ --parallel --with python2,systemd
88
99 override_dh_auto_clean:
1010 $(MAKE) clean distclean-manpages
11 rm -rf .erlang.mk
1112
1213 override_dh_auto_build:
1314 $(MAKE) dist manpages