summaryrefslogtreecommitdiff
path: root/python-freeipa/debian/control
diff options
context:
space:
mode:
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