aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-04-08 09:03:08 -0400
committerB. Stack <bgstack15@gmail.com>2024-04-08 09:03:08 -0400
commitacb35c1a5bcc94d3069d99de5041ae19ca600208 (patch)
tree0126333b3e5b5dccb82c249ac491b8b22527d9e5 /debian/control
downloadpython3-tkstackrpms-acb35c1a5bcc94d3069d99de5041ae19ca600208.tar.gz
python3-tkstackrpms-acb35c1a5bcc94d3069d99de5041ae19ca600208.tar.bz2
python3-tkstackrpms-acb35c1a5bcc94d3069d99de5041ae19ca600208.zip
initial commit
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
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.
bgstack15