summaryrefslogtreecommitdiffstats
path: root/debian
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
parentAdding upstream version 0.3.3. (diff)
downloadmdit-py-plugins-debian.tar.xz
mdit-py-plugins-debian.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')
-rw-r--r--debian/changelog51
-rw-r--r--debian/control26
-rw-r--r--debian/copyright73
-rw-r--r--debian/gbp.conf3
-rwxr-xr-xdebian/rules11
-rw-r--r--debian/salsa-ci.yml4
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/options1
-rw-r--r--debian/tests/control6
-rw-r--r--debian/tests/unittests14
-rw-r--r--debian/upstream/metadata4
-rw-r--r--debian/watch3
12 files changed, 197 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..00bc1e1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,51 @@
+mdit-py-plugins (0.3.3-1) unstable; urgency=medium
+
+ * New upstream version.
+ * d/copyright: Add copyright entry of the port of 'admon' plugin into the
+ project.
+ * d/control: Bump Standards-Version to 4.6.2 (from 4.6.1.1; no further
+ changes needed).
+
+ -- Emmanuel Arias <eamanu@yaerobi.com> Thu, 22 Dec 2022 12:04:48 -0300
+
+mdit-py-plugins (0.3.1-2) unstable; urgency=medium
+
+ * source-only upload.
+
+ -- Emmanuel Arias <eamanu@yaerobi.com> Wed, 19 Oct 2022 15:53:07 -0300
+
+mdit-py-plugins (0.3.1-1) unstable; urgency=medium
+
+ * New upstream version.
+ * d/control: Add flit as Build Depends. Remove python3-setuptools from
+ B-Depends, it's not longer needed.
+ * d/control: Bump Standards-Version to 4.6.1.1 (from 4.6.0.1; no further
+ changes needed).
+ * d/tests/control: Stop using @builddeps@ in Depends. Add python3-all,
+ python3-markdown-it, python3-pytest, python3-pytest-regressions as
+ Dependencies for autopkgtests.
+
+ -- Emmanuel Arias <eamanu@yaerobi.com> Mon, 03 Oct 2022 18:46:20 -0300
+
+mdit-py-plugins (0.3.0-1) unstable; urgency=medium
+
+ * New upstream release.
+ * d/control: Build with pybuild's pyproject plugin. Add
+ pybuild-plugin-pyproject as Build Depends.
+ * d/copyright: Update debian/* files copyright year.
+ * d/control: Stop suggest installation of -doc package. It's not packaged
+ in Debian yet.
+
+ -- Emmanuel Arias <eamanu@yaerobi.com> Tue, 11 Jan 2022 00:16:03 -0300
+
+mdit-py-plugins (0.2.8-2) unstable; urgency=medium
+
+ * source-only upload
+
+ -- Sandro Tosi <morph@debian.org> Sun, 02 Jan 2022 12:32:57 -0500
+
+mdit-py-plugins (0.2.8-1) unstable; urgency=low
+
+ * Initial release (Closes: #998906)
+
+ -- Emmanuel Arias <eamanu@yaerobi.com> Wed, 10 Nov 2021 15:16:33 +0000
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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8f03c14
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,73 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mdit-py-plugins
+Upstream-Contact: Chris Sewell <chrisj_sewell@hotmail.com>
+Source: https://github.com/executablebooks/mdit-py-plugins
+
+Files: *
+Copyright: 2020 ExecutableBookProject
+License: Expat
+
+Files: mdit_py_plugins/container/*
+Copyright: 2015 Vitaly Puzrin
+ 2015 Alex Kocharin
+License: Expat
+
+Files: mdit_py_plugins/front_matter/*
+Copyright: 2016-2020 ParkSB
+License: Expat
+
+Files: mdit_py_plugins/deflist/*
+ mdit_py_plugins/footnote/*
+Copyright: 2014-2015 Vitaly Puzrin
+ 2014-2015 Alex Kocharin
+License: Expat
+
+Files: mdit_py_plugins/texmath/*
+Copyright: 2013-17 Stefan Goessner>
+License: Expat
+
+Files: mdit_py_plugins/tasklists/__init__.py
+Copyright: 2016, Revin Guillen
+License: ISC
+
+Files: mdit_py_plugins/admon/*
+Copyright: 2015 Vitaly Puzrin, Alex Kocharin
+ 2018 jebbs
+ 2021 commenthol
+License: Expat
+
+Files: debian/*
+Copyright: 2021-2022 Emmanuel Arias <eamanu@yaerobi.com>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+License: ISC
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..47fe321
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+pristine-tar = True
+debian-branch = debian/master
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4893279
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=mdit-py-plugins
+%:
+ dh $@ --with python3 --buildsystem=pybuild
+
+
+override_dh_auto_install:
+ dh_auto_install
+ find debian -type f -name "*LICENSE*" -delete
+ find debian -type f -name "*README.md*" -delete
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
new file mode 100644
index 0000000..33c3a64
--- /dev/null
+++ b/debian/salsa-ci.yml
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..d81db3f
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+.egg-info/"
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..cc74f8e
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,6 @@
+Tests: unittests
+Depends: python3-all,
+ python3-markdown-it,
+ python3-pytest,
+ python3-pytest-regressions,
+ @,
diff --git a/debian/tests/unittests b/debian/tests/unittests
new file mode 100644
index 0000000..feb6ac6
--- /dev/null
+++ b/debian/tests/unittests
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -efu
+
+pys="$(py3versions -s 2> /dev/null)"
+
+
+cp -a tests "$AUTOPKGTEST_TMP"
+cd "$AUTOPKGTEST_TMP"
+
+
+for py in $pys; do
+ echo "=== $py ==="
+ $py -m pytest 2>&1
+done
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..9029e8a
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+Bug-Database: https://github.com/executablebooks/mdit-py-plugins/issues
+Bug-Submit: https://github.com/executablebooks/mdit-py-plugins/issues/new
+Repository: https://github.com/executablebooks/mdit-py-plugins.git
+Repository-Browse: https://github.com/executablebooks/mdit-py-plugins
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..90b16fe
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts="pgpmode=none, filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@mdit-py-plugins@-$1.tar.gz%" \
+https://github.com/executablebooks/mdit-py-plugins/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz