summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-29 04:29:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-29 04:29:52 +0000
commit1f682782375f8bce3f31fea8867f0412b54ebe8e (patch)
tree80774428eaf1d482fd020e932252da5c872adcf6 /debian/control
parentAdding upstream version 0.3.3. (diff)
downloadmdit-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/control26
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.