Bumped debhelper compat version to 10

Change-Id: Idad323521f35c33dfdedf6827cc017df9b5f7651
This commit is contained in:
Ondřej Nový 2016-11-23 23:58:58 +01:00
parent e0c9577d28
commit f9dd6002cc
3 changed files with 10 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
ironic-inspector (4.2.0-2) UNRELEASED; urgency=medium
* Bumped debhelper compat version to 10
* Added lsb-base to depends
-- Ondřej Nový <onovy@debian.org> Wed, 23 Nov 2016 23:58:49 +0100
ironic-inspector (4.2.0-1) unstable; urgency=medium
[ Ondřej Nový ]

2
debian/compat vendored
View File

@ -1 +1 @@
9
10

3
debian/control vendored
View File

@ -3,7 +3,7 @@ Section: python
Priority: extra
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper (>= 10),
dh-python,
openstack-pkg-tools,
python-all,
@ -91,6 +91,7 @@ Package: ironic-inspector
Architecture: all
Depends: adduser,
python-ironic-inspector (= ${binary:Version}),
lsb-base,
${misc:Depends},
${python:Depends},
Description: discovering hardware properties for OpenStack Ironic - Daemon