aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..febc104
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: freeipa-helper
+Section: net
+Priority: optional
+Maintainer: Ben Stack <bgstack15@gmail.com>
+Build-Depends: debhelper (>=12~)
+Standards-Version: 4.1.4
+Homepage: https://gitlab.com/bgstack15/freeipa-helper
+
+Package: freeipa-helper
+Architecture: all
+Multi-Arch: foreign
+Suggests: oddjob-mkhomedir (=0.0.1-1)
+Recommends: freeipa-client
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: makes running ipa-client-install easier
+ Use this set of scripts as part of your ipa client
+ installation. Some pretend to be systemctl and
+ related scripts, and one is a post-install script
+ for final configuration.
bgstack15