summaryrefslogtreecommitdiff
path: root/python-freeipa/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-12-18 15:47:06 -0500
committerB. Stack <bgstack15@gmail.com>2022-12-18 15:48:12 -0500
commit98840b1e931c83051d0b21f3b81af51ff21948d1 (patch)
tree7c28062483dec7717c83139b330e6526a5bc4450 /python-freeipa/debian/control
parentMerge branch 'scite-bump' into 'master' (diff)
downloadstackrpms-98840b1e931c83051d0b21f3b81af51ff21948d1.tar.gz
stackrpms-98840b1e931c83051d0b21f3b81af51ff21948d1.tar.bz2
stackrpms-98840b1e931c83051d0b21f3b81af51ff21948d1.zip
add python-freeipa
Diffstat (limited to 'python-freeipa/debian/control')
-rw-r--r--python-freeipa/debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/python-freeipa/debian/control b/python-freeipa/debian/control
new file mode 100644
index 0000000..068bf5d
--- /dev/null
+++ b/python-freeipa/debian/control
@@ -0,0 +1,23 @@
+Source: python-freeipa
+Section: python
+Priority: optional
+Maintainer: B. Stack <bgstack15@gmail.com>
+Build-Depends: debhelper-compat (= 13),
+# pybuild-plugin-pyproject,
+ dh-python,
+ python3-all-dev,
+ python3-setuptools,
+# cython3
+Rules-Requires-Root: no
+Vcs-Git: https://bgstack15.ddns.net/cgit/python-freeipa/
+Vcs-Browser: https://bgstack15.ddns.net/cgit/python-freeipa/
+Standards-Version: 4.6.1
+Homepage: https://github.com/waldur/python-freeipa/
+
+Package: python3-freeipa
+Architecture: any
+Multi-Arch: allowed
+Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: lightweight FreeIPA client
+ Python3-freeipa is a python client for FreeIPA. This is not part of the main
+ FreeIPA package set; it not part of an IPA client server installation.
bgstack15