File: control

package info (click to toggle)
sphinx 1.2.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,976 kB
  • ctags: 4,993
  • sloc: python: 30,362; makefile: 299; perl: 272; sh: 104; xml: 10; ansic: 1
file content (121 lines) | stat: -rw-r--r-- 4,284 bytes parent folder | download
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Source: sphinx
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Dmitry Shachnev <mitya57@debian.org>
Homepage: http://sphinx-doc.org/
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: dh-python,
  python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-7~),
  python-setuptools (>= 0.6c5-1~), python3-setuptools,
  python-docutils (>= 0.7), python3-docutils (>= 0.7),
  python-pygments (>= 1.2), python3-pygments (>= 1.2),
  python-jinja2 (>= 2.3), python3-jinja2 (>= 2.3),
  python-sqlalchemy, python3-sqlalchemy,
  python-whoosh, python3-whoosh,
  python-xapian,
  python-nose, python3-nose,
  python-babel,
  xvfb, xauth, libjs-jquery (>= 1.4), libjs-underscore,
  python3-gi, gir1.2-webkit-3.0,
  texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texinfo,
  perl
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.1
XS-Testsuite: autopkgtest
Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/sphinx/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/sphinx/trunk/

Package: python-sphinx
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
  python-docutils (>= 0.7),
  python-pygments (>= 1.2),
  python-jinja2 (>= 2.3),
  sphinx-common (= ${source:Version})
Recommends: python-pil,
  sphinx-doc
Suggests:
  libjs-mathjax, dvipng,
  texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended
Breaks:
  python-sphinxcontrib.issuetracker (<< 0.11-1),
  python-sphinxcontrib.spelling (<< 2.1.1-1)
Description: documentation generator for Python projects (implemented in Python 2)
 Sphinx is a tool for producing documentation for Python projects, using
 reStructuredText as markup language.
 .
 Sphinx features:
  * HTML, CHM, LaTeX output,
  * Cross-referencing source code,
  * Automatic indices,
  * Code highlighting, using Pygments,
  * Extensibility. Existing extensions:
    - automatic testing of code snippets,
    - including docstrings from Python modules.
 .
 This package includes Python 2 modules and command line utilities.

Package: python3-sphinx
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
  python3-docutils (>= 0.7),
  python3-pygments (>= 1.2),
  python3-jinja2 (>= 2.3),
  sphinx-common (= ${source:Version})
Recommends: python3-pil
Suggests:
  libjs-mathjax, dvipng,
  texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended,
  sphinx-doc
Description: documentation generator for Python projects (implemented in Python 3)
 Sphinx is a tool for producing documentation for Python projects, using
 reStructuredText as markup language.
 .
 Sphinx features:
  * HTML, CHM, LaTeX output,
  * Cross-referencing source code,
  * Automatic indices,
  * Code highlighting, using Pygments,
  * Extensibility. Existing extensions:
    - automatic testing of code snippets,
    - including docstrings from Python modules.
 .
 This package includes Python 3 modules.

Package: sphinx-common
Architecture: all
Depends: ${misc:Depends}, 
  libjs-sphinxdoc (= ${source:Version})
Recommends: python-sphinx | python3-sphinx
Conflicts: python-sphinx (<< 1.1)
Replaces: python-sphinx (<< 1.1)
Description: documentation generator for Python projects - common data
 Sphinx is a tool for producing documentation for Python projects, using
 reStructuredText as markup language.
 .
 This package includes manual pages, templates, translations and other data
 files.

Package: sphinx-doc
Section: doc
Architecture: all
Conflicts: python-sphinx (<< 1.1)
Replaces: python-sphinx (<< 1.1)
Depends: docutils-doc, ${misc:Depends}, ${sphinxdoc:Depends}
Description: documentation generator for Python projects - documentation
 Sphinx is a tool for producing documentation for Python projects, using
 reStructuredText as markup language.
 .
 This package includes documentation of Sphinx itself.

Package: libjs-sphinxdoc
Section: web
Architecture: all
Depends: ${misc:Depends}, libjs-jquery (>= 1.4), libjs-underscore
Description: JavaScript support for Sphinx documentation
 Sphinx is a tool for producing documentation for Python projects, using
 reStructuredText as markup language.
 .
 This package provides JavaScript code for documentation generated by Sphinx.