Source: designate
Section: net
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               dh-systemd,
               openstack-pkg-tools (>= 13~),
               python-all (>= 2.6.6-3~),
               python-pbr (>=0.6),
               python-setuptools,
               python-sphinx
Build-Depends-Indep: python-anyjson (>= 0.3.3),
                     python-babel (>= 1.3),
                     python-cmd2,
                     python-coverage (>= 3.6),
                     python-dnspython (>= 1.12.0),
                     python-eventlet (>= 0.16.1),
                     python-fixtures (>= 0.3.14),
                     python-flask (>= 0.10),
                     python-hacking (>= 0.8.0),
                     python-iso8601 (>= 0.1.9),
                     python-jinja2 (>= 2.6),
                     python-jsonschema (>= 2.0.0),
                     python-keystonemiddleware (>= 1.5.0),
                     python-memcache (>= 1.48),
                     python-migrate (>= 0.9.5),
                     python-mock (>= 1.0),
                     python-netaddr (>= 0.7.6),
                     python-neutronclient (>= 2.3.11),
                     python-oslo-config (>= 1:1.9.3),
                     python-oslo-concurrency (>= 1.8.0),
                     python-oslo-context (>= 0.2.0),
                     python-oslo-db (>= 1.7.0),
                     python-oslo-i18n (>= 1.5.0),
                     python-oslo-log (>= 1.0.0),
                     python-oslo-messaging (>= 1.8.0),
                     python-oslo-middleware (>= 1.0.0),
                     python-oslo-policy (>= 0.3.1),
                     python-oslo-rootwrap (>= 1.6.0),
                     python-oslo-serialization (>= 1.4.0),
                     python-oslo-utils (>= 1.4.0),
                     python-oslosphinx (>= 2.2.0.0),
                     python-oslotest (>= 1.1.2.0),
                     python-paste,
                     python-pastedeploy (>= 1.5.0),
                     python-pecan (>= 0.8.0),
                     python-prettytable (>= 0.6),
                     python-psutil (>= 1.1.1),
                     python-routes,
                     python-suds,
                     python-six (>= 1.9.0),
                     python-sphinxcontrib-httpdomain,
                     python-sqlalchemy (>= 0.8.4),
                     python-stevedore (>= 1.3.0),
                     python-subunit (>= 0.0.18),
                     python-tempest-lib (>= 0.3.0),
                     python-testscenarios (>= 0.4),
                     python-testtools (>= 0.9.36),
                     python-webob (>= 1.2.3),
                     python-webtest (>= 2.0),
                     python-werkzeug (>= 0.7),
                     sqlite3,
                     subunit (>= 0.0.18),
                     testrepository (>= 0.0.18)
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/designate.git;a=summary
Vcs-Git: git://anonscm.debian.org/openstack/designate.git
Homepage: https://github.com/stackforge/designate

Package: python-designate
Section: python
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-anyjson (>= 0.3.3),
         python-babel (>= 1.3),
         python-cmd2,
         python-dnspython,
         python-eventlet (>= 0.16.1),
         python-extras,
         python-flask (>= 0.10),
         python-iso8601 (>= 0.1.9),
         python-jsonschema (>= 2.0.0),
         python-keystonemiddleware (>= 1.5.0),
         python-kombu (>= 2.4.8),
         python-lockfile,
         python-migrate (>= 0.9.1),
         python-mysqldb,
         python-netaddr (>= 0.7.6),
         python-neutronclient (>= 2.3.6),
         python-oslo-config (>= 1:1.9.3),
         python-oslo-concurrency (>= 1.8.0),
         python-oslo-db (>= 1.7.0),
         python-oslo-i18n (>= 1.5.0),
         python-oslo-log (>= 1.0.0),
         python-oslo-messaging (>= 1.8.0),
         python-oslo-rootwrap (>= 1.6.0),
         python-oslo-policy (>= 0.3.1),
         python-oslo-serialization (>= 1.4.0),
         python-oslo-utils (>= 1.4.0),
         python-paste,
         python-pastedeploy (>= 1.5.0),
         python-suds,
         python-pbr (>= 0.6),
         python-pecan (>= 0.5.0),
         python-posix-ipc,
         python-prettytable (>= 0.6),
         python-pyparsing,
         python-routes,
         python-six (>= 1.7.0),
         python-sqlalchemy (>= 0.8.4),
         python-stevedore (>= 1.3.0),
         python-webob (>= 1.2.3),
         ${misc:Depends},
         ${python:Depends}
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
 REST API for domain & record management. It is Integrated with Keystone for
 authentication, and provides a framework in place to integrate with Nova and
 Neutron notifications (for auto-generated records). Designate supports
 PowerDNS and Bind9 out of the box.
 .
 This package provides the Python libraries.

Package: designate-common
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: adduser,
         dbconfig-common,
         python-designate (= ${binary:Version}),
         sqlite3,
         ${misc:Depends},
         ${python:Depends}
Description: OpenStack DNS as a Service - common files
 Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
 REST API for domain & record management. It is Integrated with Keystone for
 authentication, and provides a framework in place to integrate with Nova and
 Neutron notifications (for auto-generated records). Designate supports
 PowerDNS and Bind9 out of the box.
 .
 This package provides common files.

Package: designate
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: designate-agent (= ${binary:Version}),
         designate-api (= ${binary:Version}),
         designate-central (= ${binary:Version}),
         designate-common (= ${binary:Version}),
         ${misc:Depends},
         ${python:Depends}
Description: OpenStack DNS as a Service - metapackage
 Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
 REST API for domain & record management. It is Integrated with Keystone for
 authentication, and provides a framework in place to integrate with Nova and
 Neutron notifications (for auto-generated records). Designate supports
 PowerDNS and Bind9 out of the box.
 .
 This package is a metapackage that helps installing all of Designate at once.

Package: designate-api
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: adduser,
         designate-common (= ${binary:Version}),
         python-designate (= ${binary:Version}),
         ${misc:Depends},
         ${python:Depends}
Description: OpenStack DNS as a Service - API server
 Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
 REST API for domain & record management. It is Integrated with Keystone for
 authentication, and provides a framework in place to integrate with Nova and
 Neutron notifications (for auto-generated records). Designate supports
 PowerDNS and Bind9 out of the box.
 .
 This package provides the REST API server.

Package: designate-central
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: designate-common (= ${binary:Version}),
         python-designate (= ${binary:Version}),
         ${misc:Depends},
         ${python:Depends}
Description: OpenStack DNS as a Service - central daemon
 Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
 REST API for domain & record management. It is Integrated with Keystone for
 authentication, and provides a framework in place to integrate with Nova and
 Neutron notifications (for auto-generated records). Designate supports
 PowerDNS and Bind9 out of the box.
 .
 This package provides the central daemon.

Package: designate-agent
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: designate-common (= ${binary:Version}),
         python-designate (= ${binary:Version}),
         ${misc:Depends},
         ${python:Depends}
Description: OpenStack DNS as a Service - agent
 Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
 REST API for domain & record management. It is Integrated with Keystone for
 authentication, and provides a framework in place to integrate with Nova and
 Neutron notifications (for auto-generated records). Designate supports
 PowerDNS and Bind9 out of the box.
 .
 This package provides the agent.

Package: designate-sink
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: designate-common (= ${binary:Version}),
         python-designate (= ${binary:Version}),
         ${misc:Depends},
         ${python:Depends}
Description: OpenStack DNS as a Service - sink
 Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
 REST API for domain & record management. It is Integrated with Keystone for
 authentication, and provides a framework in place to integrate with Nova and
 Neutron notifications (for auto-generated records). Designate supports
 PowerDNS and Bind9 out of the box.
 .
 This package provides the sink service.

Package: designate-doc
Section: doc
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
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
 authentication, and provides a framework in place to integrate with Nova and
 Neutron notifications (for auto-generated records). Designate supports
 PowerDNS and Bind9 out of the box.
 .
 This package contains the documentation.
