From: Wilfried Göesgens Date: Sun, 3 Jun 2007 15:16:02 +0000 (+0000) Subject: * added missing openssl dependancy. Else citserver will fail to create its certificat... X-Git-Tag: v7.86~3339 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=224f1c321b593534322d65bf43bdc2ffe7b4c887;p=citadel.git * added missing openssl dependancy. Else citserver will fail to create its certificates on startup. --- diff --git a/citadel/debian/control b/citadel/debian/control index b992182c6..55e2b202c 100644 --- a/citadel/debian/control +++ b/citadel/debian/control @@ -9,7 +9,7 @@ Standards-Version: 3.7.2 Package: citadel-server Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, citadel-common +Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, citadel-common, openssl Recommends: db4.4-util | db4.3-util Suggests: postfix | exim | citadel-mta | mail-transport-agent Conflicts: pop3-server, imap-server