aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-12-29 19:47:04 +0100
committerJakob Odersky <jakob@odersky.com>2017-12-29 19:47:04 +0100
commitd11c1c4b8d1cda2b4f3546f76e1832bc09492a48 (patch)
tree76fec31f48ce67a0705848a352fa0732f0c2b7a7 /debian/control
parentd367fa856a01fb6477eb10185a389cf2881b870d (diff)
downloadnginx-letsencrypt-d11c1c4b8d1cda2b4f3546f76e1832bc09492a48.tar.gz
nginx-letsencrypt-d11c1c4b8d1cda2b4f3546f76e1832bc09492a48.tar.bz2
nginx-letsencrypt-d11c1c4b8d1cda2b4f3546f76e1832bc09492a48.zip
Fix dependencies and typo
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 a20c14d..7079043 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Vcs-Git: https://github.com/jodersky/nginx-letsencrypt.git
Package: nginx-letsencrypt
Architecture: all
-Depends: nginx, letsencrypt, ${misc:Depends}
+Depends: nginx, letsencrypt, ssl-cert, ${misc:Depends}
Description: Issue certificates by letsencrypt for nginx virtual hosts.
Simplify the process by which letsencrypt certificates are issued for virtual
hosts controlled by nginx.