Source: python-os-collect-config
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
           Thomas Goirand <zigo@debian.org>,
           Mehdi Abaakouk <sileht@sileht.net>
Build-Depends: debhelper (>= 9),
               dh-python,
               openstack-pkg-tools,
               python-all,
               python-pbr (>= 1.8),
               python-setuptools (>= 16.0),
Build-Depends-Indep: python-anyjson (>= 0.3.3),
                     python-dogpile.cache (>= 0.5.7),
                     python-coverage (>= 3.6),
                     python-eventlet (>= 0.18.2),
                     python-fixtures (>= 1.3.1),
                     python-hacking (>= 0.10.2),
                     python-iso8601 (>= 0.1.9),
                     python-heatclient (>= 0.6.0),
                     python-keystoneclient (>= 1:1.6.0),
                     python-zaqarclient (>= 0.3.0),
                     python-lxml (>= 2.3),
                     python-mock (>= 1.2),
                     python-oslo.config (>= 3.7.0),
                     python-oslo.log (>= 1.14.0),
                     python-requests (>= 2.8.1),
                     python-six (>= 1.9.0),
                     python-sphinx (>= 1.1.2),
                     python-subunit (>= 0.0.18),
                     python-testscenarios (>= 0.4),
                     python-testtools (>= 1.4.0),
                     testrepository (>= 0.0.18),
                     subunit (>= 0.0.18),
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-os-collect-config.git
Vcs-Git: git://anonscm.debian.org/openstack/python-os-collect-config.git
Homepage: http://github.com/openstack/os-collect-config

Package: python-os-collect-config
Architecture: all
Depends: python-anyjson (>= 0.3.3),
         python-dogpile.cache (>= 0.5.7),
         python-eventlet (>= 0.18.2),
         python-iso8601 (>= 0.1.9),
         python-heatclient (>= 0.6.0),
         python-keystoneclient (>= 1:1.6.0),
         python-zaqarclient (>= 0.3.0),
         python-lxml (>= 2.3),
         python-oslo.config (>= 3.7.0),
         python-oslo.log (>= 1.14.0),
         python-pbr (>= 1.8),
         python-requests (>= 2.8.1),
         python-six (>= 1.9.0),
         ${misc:Depends},
         ${python:Depends}
Recommends: ${python:Recommends}
Description: collect and cache metadata, run hooks on changes
 os-collect-config collects data from defined configuration sources and runs a
 defined hook whenever the metadata has changed. You must define what sources
 to collect configuration data from in os-collect-config configuration file at
 /etc/os-collect-config/sources.ini. These sources will be polled and whenever
 any of them changes, default.command will be run. A file will be written to
 the cache dir, os_config_files.json, which will be a json list of the file
 paths to the current copy of each metadata source. This list will also be set
 as a colon separated list in the environment variable OS_CONFIG_FILES for the
 command that is run.
