diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:29:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:29:52 +0000 |
commit | 1f682782375f8bce3f31fea8867f0412b54ebe8e (patch) | |
tree | 80774428eaf1d482fd020e932252da5c872adcf6 /debian/control | |
parent | Adding upstream version 0.3.3. (diff) | |
download | mdit-py-plugins-1f682782375f8bce3f31fea8867f0412b54ebe8e.tar.xz mdit-py-plugins-1f682782375f8bce3f31fea8867f0412b54ebe8e.zip |
Adding debian version 0.3.3-1.debian/0.3.3-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-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. |