From 14f4f545b7cc6997e6c76e4d82a6f042ec202422 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sat, 11 Oct 2025 21:22:05 +0100 Subject: Initial commit --- debian/control | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +Uploaders: Matthew Fennell +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. -- cgit v1.2.3