summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Fritsch <sf@sfritsch.de>2016-08-10 16:09:19 +0200
committerStefan Fritsch <sf@sfritsch.de>2016-08-10 16:09:19 +0200
commit69646082f7de080ed26ea1137678d0cb3525247d (patch)
tree711f4cd7a477d807439320f621ede3775bface17
parent237b6b842b3eb4674a6b09d456290d6a0905043d (diff)
downloadapache2-69646082f7de080ed26ea1137678d0cb3525247d.tar.gz
Make mod_proxy_html depend on mod_xml2enc
-rw-r--r--debian/changelog1
-rw-r--r--debian/config-dir/mods-available/proxy_html.load2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1787aadf..f88c4b52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ apache2 (2.4.23-3) UNRELEASED; urgency=low
* Fix conffiles that may have got the wrong content during upgrade from
wheezy to early jessie versions. Closes: #794933
+ * Make mod_proxy_html depend on mod_xml2enc.
-- Stefan Fritsch <sf@debian.org> Wed, 10 Aug 2016 11:25:02 +0200
diff --git a/debian/config-dir/mods-available/proxy_html.load b/debian/config-dir/mods-available/proxy_html.load
index d8b248e9..50f1a2cd 100644
--- a/debian/config-dir/mods-available/proxy_html.load
+++ b/debian/config-dir/mods-available/proxy_html.load
@@ -1,2 +1,2 @@
-# Depends: proxy
+# Depends: proxy xml2enc
LoadModule proxy_html_module /usr/lib/apache2/modules/mod_proxy_html.so