Source: murano
Section: net
Priority: optional
Maintainer: Debian OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
 Ivan Udovichenko <iudovichenko@mirantis.com>,
 Corey Bryant <corey.bryant@canonical.com>,
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),
 git,
 python-babel,
 python-castellan (>= 0.7.0),
 python-congressclient,
 python-coverage,
 python-debtcollector,
 python-eventlet,
 python-fixtures,
 python-hacking,
 python-heatclient (>= 1.6.1),
 python-jsonpatch,
 python-jsonschema,
 python-keystoneauth1 (>= 3.1.0),
 python-keystoneclient (>= 1:3.8.0),
 python-keystonemiddleware (>= 4.12.0),
 python-kombu (>= 4.1.0),
 python-migrate (>= 0.11.0),
 python-mistralclient (>= 1:3.1.0),
 python-mock (>= 2.0),
 python-murano-pkg-check,
 python-muranoclient,
 python-mysqldb,
 python-netaddr,
 python-neutronclient (>= 1:6.3.0),
 python-nose,
 python-openstackdocstheme (>= 1.16.0),
 python-os-api-ref (>= 1.0.0),
 python-os-testr (>= 0.8.0),
 python-oslo.concurrency,
 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.middleware (>= 3.27.0),
 python-oslo.policy (>= 1.23.0),
 python-oslo.serialization,
 python-oslo.service,
 python-oslo.utils (>= 3.20.0),
 python-oslotest (>= 1:1.10.0),
 python-paste,
 python-pastedeploy,
 python-pep8,
 python-psutil,
 python-psycopg2,
 python-pymysql,
 python-requests (>= 2.14.2),
 python-routes,
 python-semantic-version,
 python-six,
 python-sphinxcontrib.httpdomain,
 python-sqlalchemy,
 python-stevedore (>= 1.20.0),
 python-tenacity,
 python-testresources,
 python-testscenarios,
 python-testtools,
 python-unittest2,
 python-webob (>= 1.7.1),
 python-yaml,
 python-yaql,
 subunit,
 tempest (>= 1:12.0.0),
 testrepository,
 zip,
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/services/murano.git
Vcs-Git: https://anonscm.debian.org/git/openstack/services/murano.git
Homepage: https://github.com/openstack/murano

Package: murano-api
Architecture: all
Section: python
Depends:
 adduser,
 dbconfig-common,
 debconf,
 murano-common (= ${source:Version}),
 python-openstackclient,
 ${misc:Depends},
 ${ostack-lsb-base},
 ${python:Depends},
Description: cloud-ready application catalog - API server
 Murano Project introduces an application catalog, which allows application
 developers and cloud administrators to publish various cloud-ready
 applications in a browsable categorised catalog, which may be used by the
 cloud users (including the inexperienced ones) to pick-up the needed
 applications and services and composes the reliable environments out of them
 in a "push-the-button" manner.
 .
 This package contains the API server.

Package: murano-cfapi
Architecture: all
Depends:
 adduser,
 murano-common (= ${source:Version}),
 ${misc:Depends},
 ${ostack-lsb-base},
 ${python:Depends},
Description: cloud-ready application catalog - Cloud Foundry broker
 Murano Project introduces an application catalog, which allows application
 developers and cloud administrators to publish various cloud-ready
 applications in a browsable categorised catalog, which may be used by the
 cloud users (including the inexperienced ones) to pick-up the needed
 applications and services and composes the reliable environments out of them
 in a "push-the-button" manner.
 .
 This package contains the Cloud Foundry Service Broker API. For more info,
 see https://docs.cloudfoundry.org/services/api.html.

Package: murano-common
Architecture: all
Section: python
Depends:
 adduser,
 dbconfig-common,
 debconf,
 python-murano (= ${source:Version}),
 sqlite3,
 ${misc:Depends},
 ${python:Depends},
Recommends:
 python-ldap,
Description: cloud-ready application catalog - common files
 Murano Project introduces an application catalog, which allows application
 developers and cloud administrators to publish various cloud-ready
 applications in a browsable categorised catalog, which may be used by the
 cloud users (including the inexperienced ones) to pick-up the needed
 applications and services and composes the reliable environments out of them
 in a "push-the-button" manner.
 .
 This package contains common files to all Murano servers.

Package: murano-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: cloud-ready application catalog - doc
 Murano Project introduces an application catalog, which allows application
 developers and cloud administrators to publish various cloud-ready
 applications in a browsable categorised catalog, which may be used by the
 cloud users (including the inexperienced ones) to pick-up the needed
 applications and services and composes the reliable environments out of them
 in a "push-the-button" manner.
 .
 This package contains the documentation.

Package: murano-engine
Architecture: all
Section: python
Depends:
 adduser,
 dbconfig-common,
 debconf,
 murano-common (= ${source:Version}),
 ${misc:Depends},
 ${ostack-lsb-base},
 ${python:Depends},
Description: cloud-ready application catalog - Engine server
 Murano Project introduces an application catalog, which allows application
 developers and cloud administrators to publish various cloud-ready
 applications in a browsable categorised catalog, which may be used by the
 cloud users (including the inexperienced ones) to pick-up the needed
 applications and services and composes the reliable environments out of them
 in a "push-the-button" manner.
 .
 This package contains the Engine server.

Package: python-murano
Architecture: all
Section: python
Depends:
 alembic (>= 0.8.10),
 python-babel,
 python-castellan (>= 0.7.0),
 python-congressclient,
 python-debtcollector,
 python-eventlet,
 python-heatclient (>= 1.6.1),
 python-jsonpatch,
 python-jsonschema,
 python-keystoneauth1 (>= 3.1.0),
 python-keystoneclient (>= 1:3.8.0),
 python-keystonemiddleware (>= 4.12.0),
 python-kombu (>= 4.1.0),
 python-mistralclient (>= 1:3.1.0),
 python-muranoclient,
 python-mysqldb,
 python-netaddr,
 python-neutronclient (>= 1:6.3.0),
 python-oslo.concurrency,
 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.middleware (>= 3.27.0),
 python-oslo.policy (>= 1.23.0),
 python-oslo.serialization,
 python-oslo.service,
 python-oslo.utils (>= 3.20.0),
 python-paste,
 python-pastedeploy,
 python-pbr (>= 2.0.0),
 python-psutil,
 python-psycopg2,
 python-pymysql (>= 0.6.2),
 python-requests (>= 2.8.1),
 python-routes,
 python-semantic-version,
 python-six,
 python-sqlalchemy,
 python-stevedore (>= 1.20.0),
 python-tenacity,
 python-testtools,
 python-webob (>= 1.7.1),
 python-yaml,
 python-yaql,
 ${misc:Depends},
 ${python:Depends},
Recommends:
 python-ldap,
Description: cloud-ready application catalog - Python 2.x server code
 Murano Project introduces an application catalog, which allows application
 developers and cloud administrators to publish various cloud-ready
 applications in a browsable categorised catalog, which may be used by the
 cloud users (including the inexperienced ones) to pick-up the needed
 applications and services and composes the reliable environments out of them
 in a "push-the-button" manner.
 .
 This package contains the Python 2.x server code.
