diff options
Diffstat (limited to '')
-rw-r--r-- | debian/control | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9a3dcb4 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: mdit-py-plugins +Section: python +Priority: optional +Maintainer: Debian Python Team <team+python@tracker.debian.org> +Uploaders: Emmanuel Arias <eamanu@yaerobi.com>, +Build-Depends: debhelper-compat (= 13), + flit, + pybuild-plugin-pyproject, + python3-all, + python3-markdown-it <!nocheck>, + python3-pytest <!nocheck>, + python3-pytest-regressions <!nocheck>, +Standards-Version: 4.6.2 +Homepage: https://github.com/executablebooks/mdit-py-plugins +Vcs-Git: https://salsa.debian.org/python-team/packages/mdit-py-plugins.git +Vcs-Browser: https://salsa.debian.org/python-team/packages/mdit-py-plugins +Rules-Requires-Root: no + +Package: python3-mdit-py-plugins +Architecture: all +Depends: ${misc:Depends}, + ${python3:Depends}, +Recommends: ${python3:Recommends}, +Description: Collection of plugins for markdown-it-py + This package include a collection of core plugins that are used in + markdown-it-py. |