diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..10b96f9 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: python3-tkstackrpms +Section: x11 +Priority: optional +Maintainer: B. Stack <bgstack15@gmail.com> +Build-Depends: debhelper-compat (= 13), + dh-python, + pybuild-plugin-pyproject, + python3-all-dev, +Standards-Version: 4.6.1 +Homepage: https://bgstack15.ddns.net/cgit/tkstackrpms/ +Rules-Requires-Root: no +X-Python3-Version: >= 3.6 + +Package: python3-tkstackrpms +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, ${python3:Depends}, + python3:any, + python3-pil.imagetk, + python3-tk +Recommends: + python3-cairosvg, +Description: Stackrpms extensions to Tcl/Tk for Python 3 + Library of small additions that make stackrpms + development easier by storing repeated classes and + functions. |