1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

sorted dependencies

This commit is contained in:
Bastian Venthur
2024-07-06 15:32:37 +02:00
parent 28b4f5fb4e
commit de8444cc5d

22
debian/control vendored
View File

@@ -5,20 +5,20 @@ Maintainer: Bastian Venthur <venthur@debian.org>
Rules-Requires-Root: no Rules-Requires-Root: no
Build-Depends: Build-Depends:
debhelper-compat (= 13), debhelper-compat (= 13),
dh-sequence-python3,
dh-python, dh-python,
pybuild-plugin-pyproject, dh-sequence-python3,
python3-setuptools,
python3-all,
python3-markdown,
python3-feedgenerator,
python3-jinja2,
python3-pygments,
python3-pytest,
python3-pytest-cov,
mkdocs, mkdocs,
mkdocs-material, mkdocs-material,
mkdocstrings-python-handlers, mkdocstrings-python-handlers,
pybuild-plugin-pyproject,
python3-all,
python3-feedgenerator,
python3-jinja2,
python3-markdown,
python3-pygments,
python3-pytest,
python3-pytest-cov,
python3-setuptools,
#Testsuite: autopkgtest-pkg-python #Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.0.1 Standards-Version: 4.6.0.1
Homepage: https://github.com/venthur/blag Homepage: https://github.com/venthur/blag
@@ -28,8 +28,8 @@ Vcs-Git: https://github.com/venthur/blag.git
Package: blag Package: blag
Architecture: all Architecture: all
Depends: Depends:
${python3:Depends},
${misc:Depends}, ${misc:Depends},
${python3:Depends},
Suggests: Suggests:
blag-doc, blag-doc,
Description: Blog-aware, static site generator Description: Blog-aware, static site generator