diff options
author | Stefan Fritsch <sf@debian.org> | 2008-06-26 23:19:37 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2012-01-02 10:36:55 +0100 |
commit | 849b9a2aec52c73e3dc08df7c1dc96a3a67c7988 (patch) | |
tree | 621a7c7d04db4c5dd25ec6071f68876d2d552856 | |
parent | bd256d5a3fd3e046282ea9486a1408599ad8b23e (diff) | |
download | apache2-849b9a2aec52c73e3dc08df7c1dc96a3a67c7988.tar.gz |
Add ssl-cert to Recommends
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2@716 01b336ce-410b-0410-9a02-a0e7f243c266
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0e59677f..c97936ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ apache2 (2.2.9-3) UNRELEASED; urgency=low - Use snakeoil certificate by default (if ssl-cert is installed). (Closes: #293524, #446765) - Add MSIE workarounds. (Closes: #421802) + - Add ssl-cert to Recommends. * Add a new config file /etc/apache2/conf.d/security with some vaguely security related diectives. (Closes: #260063) * Disable access to the root directory / by default (closes: #341022). diff --git a/debian/control b/debian/control index e8acd0b1..11f48726 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Homepage: http://httpd.apache.org/ Package: apache2.2-common Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, apache2-utils, net-tools, libmagic1, mime-support, lsb-base, procps [!hurd-i386], perl +Recommends: ssl-cert Suggests: www-browser, apache2-doc, apache2-suexec | apache2-suexec-custom Conflicts: apache2-common, libapache2-mod-php5 (<= 5.1.6-3), libapache2-mod-php4 (<= 4:4.4.4-2), libapache2-mod-mime-xattr (<= 0.3-2), libapache2-mod-mono (<= 1.1.17-3), libapache2-mod-proxy-html (<= 2.4.3-2), libapache2-mod-scgi (<= 1.11-1), libapache2-mod-speedycgi (<= 2.22-3), libapache2-modxslt (<= 2005072700-1), libapache2-redirtoservername (<= 0.1-1), libapache2-webauth (<= 3.5.3-1), libapache2-webkdc (<= 3.5.3-1) Replaces: apache2-common |