Bumped debhelper compat version to 10

Added lsb-base to depends

Change-Id: I0ec603cd8529218bafb707ac34f48866675294fe
This commit is contained in:
Ondřej Nový 2016-11-23 23:48:00 +01:00
parent 81aed13f05
commit 72e8f064c2
3 changed files with 12 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
barbican (1:3.0.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:47:52 +0100
barbican (1:3.0.0-1) unstable; urgency=medium
* New upstream release.

2
debian/compat vendored
View File

@ -1 +1 @@
9
10

5
debian/control vendored
View File

@ -3,7 +3,7 @@ Section: net
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,
dh-systemd,
openstack-pkg-tools (>= 53~),
@ -129,6 +129,7 @@ Package: barbican-api
Architecture: all
Depends: adduser,
barbican-common (= ${binary:Version}),
lsb-base,
python-openstackclient,
q-text-as-data,
${misc:Depends},
@ -144,6 +145,7 @@ Description: OpenStack Key Management Service - API Server
Package: barbican-worker
Architecture: all
Depends: barbican-common (= ${binary:Version}),
lsb-base,
${misc:Depends},
${python:Depends}
Description: OpenStack Key Management Service - Worker Node
@ -157,6 +159,7 @@ Description: OpenStack Key Management Service - Worker Node
Package: barbican-keystone-listener
Architecture: all
Depends: barbican-common (= ${binary:Version}),
lsb-base,
${misc:Depends},
${python:Depends}
Description: OpenStack Key Management Service - Keystone Listener