diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-10-11 21:22:05 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-11-02 00:50:13 +0000 |
| commit | 14f4f545b7cc6997e6c76e4d82a6f042ec202422 (patch) | |
| tree | a909f2fc935a36ff87f0ed72cf60f5f5a7318aa0 /debian | |
| parent | 5c04da2467b3996fbaf632632fa2f3a68902a4d6 (diff) | |
Initial commit
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/control | 19 | ||||
| -rw-r--r-- | debian/gbp.conf | 3 | ||||
| -rwxr-xr-x | debian/rules | 6 | ||||
| -rw-r--r-- | debian/source/format | 1 | ||||
| -rw-r--r-- | debian/watch | 2 |
6 files changed, 36 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..dd2ed08 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +slidge-style-parser (0.1.9-1) UNRELEASED; urgency=low + + * Initial release. (Closes: #1057868) + + -- Matthew Fennell <matthew@fennell.dev> Sat, 11 Oct 2025 21:20:33 +0100 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..54982cd --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: slidge-style-parser +Section: python +Priority: optional +Maintainer: Debian Python Team <team+python@tracker.debian.org> +Uploaders: Matthew Fennell <matthew@fennell.dev> +Standards-Version: 4.7.2 +Homepage: https://codeberg.org/slidge/style-parser/ +Build-Depends: debhelper-compat (= 13), + dh-sequence-python3, + python3-all, + +Package: python3-slidge-style-parser +Architecture: any +Depends: ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends}, +Description: Parsing library for Slidge + Supports parsing underline, bold, strikethrough, code span, code block, quote, + spoiiler, escape style. Most of them correspond to XEP-0393: Message Styling. diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..51bf8e6 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,3 @@ +[DEFAULT] +upstream-branch = upstream/latest +debian-branch = debian/latest diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..7322dce --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME=slidge-style-parser + +%: + dh $@ --buildsystem=pybuild 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/watch b/debian/watch new file mode 100644 index 0000000..e150fa2 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=5 +https://codeberg.org/slidge/style-parser/tags .*/v@ANY_VERSION@@ARCHIVE_EXT@ |
