1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: sphinxcontrib-programoutput
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-docutils,
python-setuptools,
python-sphinx,
python3-all,
python3-docutils,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep: python-pytest,
python3-pytest,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/sphinxcontrib-programoutput.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/sphinxcontrib-programoutput.git
Homepage: https://github.com/lunaryorn/sphinxcontrib-programoutput
Package: python-sphinxcontrib.programoutput
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~),
Depends: ${misc:Depends},
${python:Depends},
Breaks: python-sphinxcontrib-programoutput (<= 0.8-2),
Replaces: python-sphinxcontrib-programoutput (<= 0.8-2),
Description: insert the output of arbitrary commands into documents - Python 2.x
sphinxcontrib-programoutput is a Sphinx extension to literally insert the
output of arbitrary commands into documents, helping you to keep your command
examples up to date.
.
This package provides the Python 2.x module.
Package: python3-sphinxcontrib.programoutput
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~),
Depends: ${misc:Depends},
${python3:Depends},
Description: insert the output of arbitrary commands into documents - Python 3.x
sphinxcontrib-programoutput is a Sphinx extension to literally insert the
output of arbitrary commands into documents, helping you to keep your command
examples up to date.
.
This package provides the Python 3.x module.
Package: python-sphinxcontrib.programoutput-doc
Section: doc
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~),
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Description: insert the output of arbitrary commands into documents - doc
sphinxcontrib-programoutput is a Sphinx extension to literally insert the
output of arbitrary commands into documents, helping you to keep your command
examples up to date.
.
This package provides the documentation.
Package: python-sphinxcontrib-programoutput
Section: oldlibs
Priority: extra
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~),
Depends: python-sphinxcontrib.programoutput,
${misc:Depends},
Description: insert the output of arbitrary commands into documents - transitional package
sphinxcontrib-programoutput is a Sphinx extension to literally insert the
output of arbitrary commands into documents, helping you to keep your command
examples up to date.
.
This package is a dummy transitional package.
|