diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:56:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:56:52 +0000 |
commit | 087bd1b14d5e1f45f60b1ffa64ca318c23b7c6ea (patch) | |
tree | d4139abfdd8c50b4b0ac84d876808a2f525dc958 /debian/control | |
parent | Adding upstream version 2.0.0+dfsg. (diff) | |
download | sphinx-rtd-theme-087bd1b14d5e1f45f60b1ffa64ca318c23b7c6ea.tar.xz sphinx-rtd-theme-087bd1b14d5e1f45f60b1ffa64ca318c23b7c6ea.zip |
Adding debian version 2.0.0+dfsg-1.debian/2.0.0+dfsg-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..887457f --- /dev/null +++ b/debian/control @@ -0,0 +1,49 @@ +Source: sphinx-rtd-theme +Section: python +Priority: optional +Maintainer: Debian Python Team <team+python@tracker.debian.org> +Uploaders: Dmitry Shachnev <mitya57@debian.org> +Build-Depends: debhelper-compat (= 13), + dh-python, + fonts-font-awesome, + fonts-lato, + fonts-roboto-slab (>= 1.100263+20170512-2), + python3-all, + python3-pytest, + python3-setuptools, + python3-sphinx, + python3-sphinxcontrib.jquery, + ruby-sass, + woff2 +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: https://github.com/readthedocs/sphinx_rtd_theme +Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-rtd-theme.git +Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-rtd-theme + +Package: sphinx-rtd-theme-common +Architecture: all +Multi-Arch: foreign +Depends: fonts-font-awesome, fonts-lato, ${misc:Depends} +Description: sphinx theme from readthedocs.org (common files) + This mobile-friendly sphinx theme was initially created for readthedocs.org, + but can be incorporated in any project. + . + Among other things, it features a left panel with a browseable table of + contents, and a search bar. + . + This package contains the common files used by the theme. + +Package: python3-sphinx-rtd-theme +Architecture: all +Depends: sphinx-rtd-theme-common (= ${binary:Version}), + ${misc:Depends}, + ${python3:Depends} +Description: sphinx theme from readthedocs.org (Python 3) + This mobile-friendly sphinx theme was initially created for readthedocs.org, + but can be incorporated in any project. + . + Among other things, it features a left panel with a browseable table of + contents, and a search bar. + . + This is the Python 3 version of the package. |