aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-06-11 15:55:04 -0400
committerB. Stack <bgstack15@gmail.com>2021-06-11 16:30:10 -0400
commit934f4af001ab0ccecb890870a8d92113b1dfc862 (patch)
treeb31aba582ec882c72941a1df5b856a617845ea63 /debian/control
parent0.0.1-2 to provide: devuan-sanity-systemctl (diff)
downloadfreeipa-helper-934f4af001ab0ccecb890870a8d92113b1dfc862.tar.gz
freeipa-helper-934f4af001ab0ccecb890870a8d92113b1dfc862.tar.bz2
freeipa-helper-934f4af001ab0ccecb890870a8d92113b1dfc862.zip
0.0.3 remove systemctldev
systemctl script is now in systemctl-service-shim which is now merely recommended here.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 9296ee1..e2e3867 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,7 @@ Package: freeipa-helper
Architecture: all
Multi-Arch: foreign
Suggests: pam-mkhomedir | oddjob-mkhomedir (=0.0.1-1)
-Recommends: freeipa-client
-Provides: devuan-sanity-systemctl
+Recommends: freeipa-client, systemctl-service-shim
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: makes running ipa-client-install easier
Use this set of scripts as part of your ipa client
bgstack15