diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:23:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:23:58 +0000 |
commit | 1c6e9bae3de9fbf5747a825564856cfe7458945b (patch) | |
tree | 6a3e9c853f6dc496345481e16e4b54feef21676c /debian/control | |
parent | Adding upstream version 0.7.16. (diff) | |
download | alabaster-1c6e9bae3de9fbf5747a825564856cfe7458945b.tar.xz alabaster-1c6e9bae3de9fbf5747a825564856cfe7458945b.zip |
Adding debian version 0.7.16-0.1.debian/0.7.16-0.1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e9c603f --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: alabaster +Section: python +Priority: optional +Maintainer: Jeremy T. Bouse <jbouse@debian.org> +Build-Depends: debhelper-compat (= 13), + dh-python, + flit (>= 3.7), + pybuild-plugin-pyproject, + python3-all +Standards-Version: 4.6.2 +Homepage: https://github.com/sphinx-doc/alabaster +Vcs-Git: https://github.com/jbouse-debian/alabaster.git +Vcs-Browser: https://github.com/jbouse-debian/alabaster + +Package: python3-alabaster +Architecture: all +Depends: ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends} +Suggests: python3-sphinx +Provides: ${python3:Provides} +Description: Configurable sidebar-enabled Sphinx theme (Python 3) + This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially + as used in his Requests project), which was itself originally based on + @mitsuhiko's theme used for Flask & related projects. + . + This is the Python 3 version of the package. |