Add all the rest of the services in the "designate" meta-package.
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
||||
designate (1:2.0.0~rc1-2) UNRELEASED; urgency=medium
|
||||
|
||||
* Add all the rest of the services in the "designate" meta-package.
|
||||
|
||||
-- Thomas Goirand <zigo@debian.org> Fri, 25 Mar 2016 10:32:29 +0100
|
||||
|
||||
designate (1:2.0.0~rc1-1) experimental; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
15
debian/control
vendored
15
debian/control
vendored
@@ -2,7 +2,7 @@ Source: designate
|
||||
Section: net
|
||||
Priority: extra
|
||||
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
|
||||
Uploaders: Thomas Goirand <zigo@debian.org>
|
||||
Uploaders: Thomas Goirand <zigo@debian.org>,
|
||||
Build-Depends: debhelper (>= 9),
|
||||
dh-python,
|
||||
dh-systemd,
|
||||
@@ -56,10 +56,10 @@ Build-Depends-Indep: bandit,
|
||||
python-requests-mock (>= 0.7.0),
|
||||
python-routes,
|
||||
python-six (>= 1.9.0),
|
||||
python-suds,
|
||||
python-sphinxcontrib-httpdomain,
|
||||
python-sqlalchemy (>= 1.0.10),
|
||||
python-stevedore (>= 1.5.0),
|
||||
python-suds,
|
||||
python-tempest-lib (>= 0.14.0),
|
||||
python-testscenarios,
|
||||
python-testtools (>= 1.4.0),
|
||||
@@ -116,15 +116,15 @@ Depends: python-babel,
|
||||
python-requests (>= 2.8.1),
|
||||
python-routes,
|
||||
python-six (>= 1.9.0),
|
||||
python-suds,
|
||||
python-sqlalchemy (>= 1.0.10),
|
||||
python-stevedore (>= 1.5.0),
|
||||
python-suds,
|
||||
python-tooz (>= 1.28.0),
|
||||
python-webob,
|
||||
python-werkzeug,
|
||||
${misc:Depends},
|
||||
${python:Depends},
|
||||
Provides: ${python:Provides}
|
||||
Provides: ${python:Provides},
|
||||
XB-Python-Version: ${python:Versions}
|
||||
Description: OpenStack DNS as a Service - Python libs
|
||||
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
|
||||
@@ -158,6 +158,10 @@ Depends: designate-agent (= ${binary:Version}),
|
||||
designate-api (= ${binary:Version}),
|
||||
designate-central (= ${binary:Version}),
|
||||
designate-common (= ${binary:Version}),
|
||||
designate-mdns (= ${binary:Version}),
|
||||
designate-pool-manager (= ${binary:Version}),
|
||||
designate-sink (= ${binary:Version}),
|
||||
designate-zone-manager (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${python:Depends},
|
||||
Description: OpenStack DNS as a Service - metapackage
|
||||
@@ -279,7 +283,8 @@ Description: OpenStack DNS as a Service - zone manager
|
||||
Package: designate-doc
|
||||
Section: doc
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
|
||||
Depends: ${misc:Depends},
|
||||
${sphinxdoc:Depends},
|
||||
Description: OpenStack DNS as a Service - doc
|
||||
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
|
||||
REST API for domain & record management. It is Integrated with Keystone for
|
||||
|
||||
2
debian/designate-common.dirs
vendored
2
debian/designate-common.dirs
vendored
@@ -1,5 +1,5 @@
|
||||
etc/designate
|
||||
etc/designate/conf.d
|
||||
usr/share/designate
|
||||
var/lib/designate
|
||||
var/log/designate
|
||||
usr/share/designate
|
||||
|
||||
Reference in New Issue
Block a user