diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:12:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:12:08 +0000 |
commit | 922fe2e7de02a92a9caa9e9bf15a27f6cae9b063 (patch) | |
tree | c9218c9e2d02654ef1d1b42bf7858f395e31eec0 /debian/control | |
parent | Adding upstream version 2.0.3. (diff) | |
download | python-pallets-sphinx-themes-922fe2e7de02a92a9caa9e9bf15a27f6cae9b063.tar.xz python-pallets-sphinx-themes-922fe2e7de02a92a9caa9e9bf15a27f6cae9b063.zip |
Adding debian version 2.0.3-1.debian/2.0.3-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d284806 --- /dev/null +++ b/debian/control @@ -0,0 +1,32 @@ +Source: python-pallets-sphinx-themes +Maintainer: Debian Python Team <team+python@tracker.debian.org> +Uploaders: + Ondřej Nový <onovy@debian.org>, +Section: python +Priority: optional +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + python3-all, + python3-setuptools, + python3-sphinx, +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: https://github.com/pallets/pallets-sphinx-themes +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pallets-sphinx-themes +Vcs-Git: https://salsa.debian.org/python-team/packages/python-pallets-sphinx-themes.git +Testsuite: autopkgtest-pkg-python + +Package: python3-pallets-sphinx-themes +Architecture: all +Depends: + ${misc:Depends}, + ${python3:Depends}, +Description: Sphinx themes for Pallets and related projects + Available themes: + * flask + * jinja + * werkzeug + * click + . + This package contains the Python 3.x module. |