aboutsummaryrefslogtreecommitdiff
path: root/DEBIAN/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2017-01-26 14:08:37 -0500
committerB Stack <bgstack15@gmail.com>2017-01-26 14:08:37 -0500
commitb1447086556f18daa7612b7fc3cd716d406b44d9 (patch)
treed3a7181e3a0211119d9936397d3ce7d21d5d5099 /DEBIAN/control
parentupdated deb and rpm to 1.0-7 (diff)
downloadkeepalive-master.tar.gz
keepalive-master.tar.bz2
keepalive-master.zip
fixed up deb dependencyHEADmaster
Diffstat (limited to 'DEBIAN/control')
-rw-r--r--DEBIAN/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEBIAN/control b/DEBIAN/control
index e79a841..cab7bcd 100644
--- a/DEBIAN/control
+++ b/DEBIAN/control
@@ -8,7 +8,7 @@ Maintainer: B G Stack <bgstack15@gmail.com>
Installed-Size: 350
Homepage: https://bgstack15.wordpress.com/
Source: keepalive.tgz
-Pre-Depends: bgscripts (>= 1.1-17), sssd, python3
+Pre-Depends: bgscripts-core (>= 1.1-31), sssd, python3
Depends: curl
Description: Keepalive uses a system kerberos ticket (generating one if necessary) to stay authenticated to the http proxy.
The user defines http_proxy and https_proxy. Keepalive assumes the system joined to an AD domain.
bgstack15