Missing dependency to net-tools added

- Add missing dependency on net-tools (Closes: #858215).
- Revert bump of debhelper compat level

Change-Id: Ia97d2f5ec1e09fe39e59e0acf1b276874976af3f
This commit is contained in:
David Rabel 2017-03-19 22:14:09 +01:00 committed by Thomas Goirand
parent 2559362e60
commit cb044562e3
3 changed files with 8 additions and 5 deletions

8
debian/changelog vendored
View File

@ -1,8 +1,10 @@
aodh (3.0.0-3) UNRELEASED; urgency=medium
aodh (3.0.0-3) unstable; urgency=medium
* Bumped debhelper compat version to 10
[ David Rabel ]
* Team upload.
* Dependency added: net-tools (Closes: #858215)
-- Ondřej Nový <onovy@debian.org> Wed, 23 Nov 2016 23:47:56 +0100
-- David Rabel <david.rabel@noresoft.com> Sun, 19 Mar 2017 22:11:59 +0100
aodh (3.0.0-2) unstable; urgency=medium

2
debian/compat vendored
View File

@ -1 +1 @@
10
9

3
debian/control vendored
View File

@ -3,7 +3,7 @@ Section: web
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 9),
dh-python,
dh-systemd,
openstack-pkg-tools (>= 53~),
@ -149,6 +149,7 @@ Architecture: all
Depends: adduser,
aodh-common (= ${binary:Version}),
debconf,
net-tools,
python-openstackclient,
q-text-as-data,
uwsgi-plugin-python,