Codebase list oslo-sphinx / ce5b96d3-519d-4102-9559-dfb673bb58dd/main debian / control
ce5b96d3-519d-4102-9559-dfb673bb58dd/main

Tree @ce5b96d3-519d-4102-9559-dfb673bb58dd/main (Download .tar.gz)

control @ce5b96d3-519d-4102-9559-dfb673bb58dd/mainraw · history · blame

Source: oslo-sphinx
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
 Michal Arbet <michal.arbet@ultimum.io>,
 Corey Bryant <corey.bryant@canonical.com>,
 Ivan Udovichenko <iudovichenko@mirantis.com>,
 David Della Vecchia <ddv@canonical.com>,
Build-Depends:
 debhelper-compat (= 10),
 dh-python,
 openstack-pkg-tools (>= 99~),
 python3-all,
 python3-pbr,
 python3-setuptools,
 python3-sphinx,
Build-Depends-Indep: 
 python3-hacking,
 python3-openstackdocstheme,
 python3-requests,
 python3-six,
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/openstack-team/oslo/oslo-sphinx
Vcs-Git: https://salsa.debian.org/openstack-team/oslo/oslo-sphinx.git
Homepage: https://github.com/openstack/oslo.sphinx

Package: python-oslosphinx-common
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: theme and extension support for openstack - common
 Theme and extension support for Sphinx documentation from the OpenStack
 project. To use the theme, symply add 'oslosphinx' to the extensions list in
 the conf.py file in your Sphinx project.
 .
 This package contains the common files.

Package: python3-oslosphinx
Architecture: all
Depends:
 python-oslosphinx-common,
 python3-pbr,
 python3-requests,
 python3-six,
 ${misc:Depends},
 ${python3:Depends},
Description: theme and extension support for openstack - Python 3.x
 Theme and extension support for Sphinx documentation from the OpenStack
 project. To use the theme, symply add 'oslosphinx' to the extensions list in
 the conf.py file in your Sphinx project.
 .
 This package contains the Python 3.x module.