move to proxy_fdpass2 name plugin to avoid clash names
[mod-proxy-fdpass.git] / debian / control
index 8ed91bf..5567697 100644 (file)
@@ -1,15 +1,15 @@
-Source: mod-proxy-fdpass
+Source: mod-proxy-fdpass2
 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)
 Standards-Version: 0.1.0
 
-Package: libapache2-mod-proxy-fdpass
+Package: libapache2-mod-proxy-fdpass2
 Architecture: any
-Depends: ${shlibs:Depends}, apache2, apache2.2-common, libxml2 (>> 2.5.10)
+Depends: ${shlibs:Depends}, apache2, apache2-data, libxml2 (>> 2.5.10)
 Description: Apache2 filter module for HTML links rewriting
- mod_proxy_fdpass is an output filter to rewrite HTML links in a proxy
+ mod_proxy_fdpass2 is an output filter to rewrite HTML links in a proxy
  situation, to ensure that links work for users outside the proxy. It
  serves the same purpose as Apache's ProxyPassReverse directive does for
  HTTP headers, and is an essential component of a reverse proxy.