aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index febc104..9296ee1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: freeipa-helper
Section: net
Priority: optional
-Maintainer: Ben Stack <bgstack15@gmail.com>
+Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=12~)
Standards-Version: 4.1.4
Homepage: https://gitlab.com/bgstack15/freeipa-helper
@@ -9,8 +9,9 @@ Homepage: https://gitlab.com/bgstack15/freeipa-helper
Package: freeipa-helper
Architecture: all
Multi-Arch: foreign
-Suggests: oddjob-mkhomedir (=0.0.1-1)
+Suggests: pam-mkhomedir | oddjob-mkhomedir (=0.0.1-1)
Recommends: freeipa-client
+Provides: devuan-sanity-systemctl
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: makes running ipa-client-install easier
Use this set of scripts as part of your ipa client
bgstack15