Update packaging for 3.1.2 (need of new mod_xml2enc dependency)
authorEmmanuel Lacour <elacour@home-dn.net>
Sat, 21 Nov 2009 00:44:25 +0000 (01:44 +0100)
committerEmmanuel Lacour <elacour@home-dn.net>
Sat, 21 Nov 2009 00:44:25 +0000 (01:44 +0100)
debian/changelog
debian/conf/proxy_html.load
debian/control

index e31ed5e..a080301 100644 (file)
@@ -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 <elacour@easter-eggs.com>  Sat, 21 Nov 2009 01:29:02 +0100
+
 mod-proxy-html (3.0.1-1) unstable; urgency=low
 
   * New upstream release
 mod-proxy-html (3.0.1-1) unstable; urgency=low
 
   * New upstream release
index b4699c8..d3b8fd1 100644 (file)
@@ -1,2 +1,3 @@
+# Depends: xml2enc
 LoadFile /usr/lib/libxml2.so.2
 LoadModule proxy_html_module /usr/lib/apache2/modules/mod_proxy_html.so
 LoadFile /usr/lib/libxml2.so.2
 LoadModule proxy_html_module /usr/lib/apache2/modules/mod_proxy_html.so
index 9ab5936..a84cf17 100644 (file)
@@ -2,12 +2,12 @@ Source: mod-proxy-html
 Section: web
 Priority: optional
 Maintainer: Emmanuel Lacour <elacour@home-dn.net>
 Section: web
 Priority: optional
 Maintainer: Emmanuel Lacour <elacour@home-dn.net>
-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
 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
 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