diff options
author | Qrius <[email protected]> | 2025-04-23 14:25:05 +0200 |
---|---|---|
committer | Qrius <[email protected]> | 2025-04-23 14:25:08 +0200 |
commit | 45f9f608d39289131548a0e1d7962617cf3c028e (patch) | |
tree | e3d359223e3b11ac810e618fe34e7ecfe1f8990e /debian/control | |
parent | 16b4248e7d307e3e32f73892332087a239b195ac (diff) | |
download | skaldpress-45f9f608d39289131548a0e1d7962617cf3c028e.tar.gz skaldpress-45f9f608d39289131548a0e1d7962617cf3c028e.zip |
Prepare deb packaging, switch markdown dependency
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d7d8c3e --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: skaldpress +Maintainer: Qrius <[email protected]> +Section: python +Priority: optional +Build-Depends: dh-python, python3-setuptools, python3, dpkg-dev, debhelper (>= 9) +Standards-Version: 4.5.1 +Rules-Requires-Root: no + +Package: skaldpress +Architecture: any +Depends: python3, python3-markdown-it +Description: Skaldpress |