aboutsummaryrefslogtreecommitdiff
path: root/DEBIAN/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2017-01-26 13:49:51 -0500
committerB Stack <bgstack15@gmail.com>2017-01-26 13:49:51 -0500
commite072a01fe6d146b078975cfa205d617ff70d9fe0 (patch)
treee2df6971c52a76986d6c9c034651d029eee1487b /DEBIAN/control
parentmajor revision to 1.0-7 is in progress (diff)
downloadkeepalive-e072a01fe6d146b078975cfa205d617ff70d9fe0.tar.gz
keepalive-e072a01fe6d146b078975cfa205d617ff70d9fe0.tar.bz2
keepalive-e072a01fe6d146b078975cfa205d617ff70d9fe0.zip
updated deb and rpm to 1.0-7
Diffstat (limited to 'DEBIAN/control')
-rw-r--r--DEBIAN/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/DEBIAN/control b/DEBIAN/control
index 8d42833..e79a841 100644
--- a/DEBIAN/control
+++ b/DEBIAN/control
@@ -1,5 +1,5 @@
Package: keepalive
-Version: 1.0-6
+Version: 1.0-7
Architecture: all
Essential: no
Priority: extra
@@ -9,5 +9,6 @@ Installed-Size: 350
Homepage: https://bgstack15.wordpress.com/
Source: keepalive.tgz
Pre-Depends: bgscripts (>= 1.1-17), 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