Source: zaqar
Section: net
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 openstack-pkg-tools,
 po-debconf,
 python-all,
 python-pbr (>= 2.0.0),
 python-setuptools,
 python-sphinx (>= 1.6.2),
Build-Depends-Indep:
 alembic (>= 0.8.10),
 mongodb,
 python-autobahn (>= 0.10.1),
 python-babel,
 python-coverage,
 python-ddt (>= 1.0.1),
 python-enum34,
 python-falcon (>= 1.0.0),
 python-fixtures (>= 3.0.0),
 python-futurist (>= 0.11.0),
 python-hacking (>= 0.10.0),
 python-iso8601 (>= 0.1.11),
 python-jsonschema,
 python-keystoneclient (>= 1:1.6.0),
 python-keystonemiddleware (>= 4.12.0),
 python-memcache (>= 1.56),
 python-mock (>= 2.0),
 python-msgpack,
 python-openstackdocstheme (>= 1.16.0),
 python-os-testr (>= 0.8.0),
 python-oslo.cache (>= 1.5.0),
 python-oslo.config (>= 1:4.0.0),
 python-oslo.context (>= 2.14.0),
 python-oslo.db (>= 4.24.0),
 python-oslo.i18n,
 python-oslo.log (>= 3.22.0),
 python-oslo.messaging (>= 5.24.2),
 python-oslo.policy (>= 1.23.0),
 python-oslo.reports (>= 0.6.0),
 python-oslo.serialization,
 python-oslo.utils (>= 3.20.0),
 python-oslotest (>= 1:1.10.0),
 python-osprofiler (>= 1.4.0),
 python-pymongo (>= 3.0.2),
 python-pymysql,
 python-redis,
 python-requests (>= 2.14.2),
 python-six (>= 1.9.0),
 python-sqlalchemy,
 python-stevedore (>= 1.20.0),
 python-swiftclient (>= 3.2.0),
 python-tempest (>= 1:16.1.0),
 python-testresources,
 python-testscenarios,
 python-testtools (>= 1.4.0),
 python-trollius,
 python-webob (>= 1.7.1),
 python-websocket,
 subunit,
 tempest (>= 1:12.1.0),
 testrepository,
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/services/zaqar.git
Vcs-Git: https://anonscm.debian.org/git/openstack/services/zaqar.git
Homepage: https://github.com/openstack/zaqar/

Package: python-zaqar
Section: python
Architecture: all
Depends:
 alembic (>= 0.8.10),
 python-autobahn (>= 0.10.1),
 python-babel,
 python-enum34,
 python-falcon (>= 1.0.0),
 python-futurist (>= 0.11.0),
 python-iso8601 (>= 0.1.11),
 python-jsonschema,
 python-keystonemiddleware (>= 4.12.0),
 python-memcache (>= 1.56),
 python-msgpack,
 python-oslo.cache (>= 1.5.0),
 python-oslo.config (>= 1:4.0.0),
 python-oslo.context (>= 2.14.0),
 python-oslo.db (>= 4.24.0),
 python-oslo.i18n,
 python-oslo.log (>= 3.22.0),
 python-oslo.messaging (>= 5.24.2),
 python-oslo.policy (>= 1.23.0),
 python-oslo.reports (>= 0.6.0),
 python-oslo.serialization,
 python-oslo.utils (>= 3.20.0),
 python-osprofiler (>= 1.4.0),
 python-pbr (>= 2.0.0),
 python-requests (>= 2.14.2),
 python-six (>= 1.9.0),
 python-sqlalchemy,
 python-stevedore (>= 1.20.0),
 python-trollius,
 python-webob (>= 1.7.1),
 ${misc:Depends},
 ${python:Depends},
Description: OpenStack Queueing as a Service - Python libraries
 Zaqar is a multi-tenant cloud messaging service for web developers. It
 combines the ideas pioneered by Amazon's SQS product with additional semantics
 to support event broadcasting.
 .
 The service features a fully RESTful API, which developers can use to send
 messages between various components of their SaaS and mobile applications, by
 using a variety of communication patterns. Underlying this API is an efficient
 messaging engine designed with scalability and security in mind.
 .
 Other OpenStack components can integrate with Zaqar to surface events to end
 users and to communicate with guest agents that run in the "over-cloud" layer.
 Cloud operators can leverage Zaqar to provide equivalents of SQS and SNS to
 their customers.
 .
 By installing python-zaqarclient you get programmatic access to the Zaqar v1.0
 API library. Plus, it installs a plugin to python-openstackclient that allows
 you to perform simple queue operations.
 .
 This package contains the Python libraries that are part of Zaqar.

Package: zaqar-common
Architecture: all
Depends:
 adduser,
 dbconfig-common,
 debconf,
 python-zaqar (= ${binary:Version}),
 sqlite3,
 ${misc:Depends},
 ${python:Depends},
Provides:
 ${python:Provides},
Description: OpenStack Queueing as a Service - common files
 Zaqar is a multi-tenant cloud messaging service for web developers. It
 combines the ideas pioneered by Amazon's SQS product with additional semantics
 to support event broadcasting.
 .
 The service features a fully RESTful API, which developers can use to send
 messages between various components of their SaaS and mobile applications, by
 using a variety of communication patterns. Underlying this API is an efficient
 messaging engine designed with scalability and security in mind.
 .
 Other OpenStack components can integrate with Zaqar to surface events to end
 users and to communicate with guest agents that run in the "over-cloud" layer.
 Cloud operators can leverage Zaqar to provide equivalents of SQS and SNS to
 their customers.
 .
 By installing python-zaqarclient you get programmatic access to the Zaqar v1.0
 API library. Plus, it installs a plugin to python-openstackclient that allows
 you to perform simple queue operations.
 .
 This package contains common files and configuration that are
 needed by all the daemon packages of Zaqar.

Package: zaqar-server
Architecture: all
Depends:
 adduser,
 debconf,
 python-keystoneclient,
 q-text-as-data,
 zaqar-common (= ${binary:Version}),
 ${misc:Depends},
 ${ostack-lsb-base},
 ${python:Depends},
Description: OpenStack Queueing as a Service - API server
 Zaqar is a multi-tenant cloud messaging service for web developers. It
 combines the ideas pioneered by Amazon's SQS product with additional semantics
 to support event broadcasting.
 .
 The service features a fully RESTful API, which developers can use to send
 messages between various components of their SaaS and mobile applications, by
 using a variety of communication patterns. Underlying this API is an efficient
 messaging engine designed with scalability and security in mind.
 .
 Other OpenStack components can integrate with Zaqar to surface events to end
 users and to communicate with guest agents that run in the "over-cloud" layer.
 Cloud operators can leverage Zaqar to provide equivalents of SQS and SNS to
 their customers.
 .
 By installing python-zaqarclient you get programmatic access to the Zaqar v1.0
 API library. Plus, it installs a plugin to python-openstackclient that allows
 you to perform simple queue operations.
 .
 This package contains the API server on which clients will connect.
