aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-06-11 08:44:35 -0400
committerB. Stack <bgstack15@gmail.com>2021-06-11 08:44:35 -0400
commita9d7cd4f4e15dfe79b358ab9bc4304463a65a886 (patch)
tree64215cbbfa86b68ca6d0c7197c856fed1f6f1875 /debian/control
parentMerge branch 'dev' into 'master' (diff)
downloadfreeipa-helper-a9d7cd4f4e15dfe79b358ab9bc4304463a65a886.tar.gz
freeipa-helper-a9d7cd4f4e15dfe79b358ab9bc4304463a65a886.tar.bz2
freeipa-helper-a9d7cd4f4e15dfe79b358ab9bc4304463a65a886.zip
0.0.1-2 to provide: devuan-sanity-systemctl
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