From: Emmanuel Lacour Date: Sat, 21 Nov 2009 00:44:25 +0000 (+0100) Subject: Update packaging for 3.1.2 (need of new mod_xml2enc dependency) X-Git-Url: http://git.home-dn.net/?p=manu%2Fmod-proxy-html.git;a=commitdiff_plain;h=e549ceb293b562539137a1f692c267afa1e66c7b;hp=5e5032129599538ea115b63e68b24227a80d2491 Update packaging for 3.1.2 (need of new mod_xml2enc dependency) --- diff --git a/debian/changelog b/debian/changelog index e31ed5e..a080301 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mod-proxy-html (3.1.2-1) unstable; urgency=low + + * New upstream release (closes: #FIXME) + * debian/control: add needed dependency on new mod_xml2enc apache module + + -- Emmanuel Lacour Sat, 21 Nov 2009 01:29:02 +0100 + mod-proxy-html (3.0.1-1) unstable; urgency=low * New upstream release diff --git a/debian/conf/proxy_html.load b/debian/conf/proxy_html.load index b4699c8..d3b8fd1 100644 --- a/debian/conf/proxy_html.load +++ b/debian/conf/proxy_html.load @@ -1,2 +1,3 @@ +# Depends: xml2enc LoadFile /usr/lib/libxml2.so.2 LoadModule proxy_html_module /usr/lib/apache2/modules/mod_proxy_html.so diff --git a/debian/control b/debian/control index 9ab5936..a84cf17 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: mod-proxy-html Section: web Priority: optional Maintainer: Emmanuel Lacour -Build-Depends: debhelper (>= 4.0.0), apache2-prefork-dev (>> 2.2), libxml2-dev (>> 2.5.10) +Build-Depends: debhelper (>= 4.0.0), apache2-prefork-dev (>> 2.2), libxml2-dev (>> 2.5.10), libapache2-mod-xml2enc-dev Standards-Version: 3.8.0 Package: libapache2-mod-proxy-html Architecture: any -Depends: ${shlibs:Depends}, apache2, apache2.2-common, libxml2 (>> 2.5.10) +Depends: ${shlibs:Depends}, apache2, apache2.2-common, libxml2 (>> 2.5.10), libapache2-mod-xml2enc Description: Apache2 filter module for HTML links rewriting mod_proxy_html is an output filter to rewrite HTML links in a proxy situation, to ensure that links work for users outside the proxy. It