aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 9296ee1ce440e52541910531d54b701b7362a231 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: freeipa-helper
Section: net
Priority: optional
Maintainer: B. 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: 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
 installation. Some pretend to be systemctl and
 related scripts, and one is a post-install script
 for final configuration.
bgstack15