[svn-inject] Applying Debian modifications to trunk
[manu/mod-proxy-html.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..bfc9f40
--- /dev/null
@@ -0,0 +1,15 @@
+Source: mod-proxy-html
+Section: web
+Priority: optional
+Maintainer: Emmanuel Lacour <elacour@home-dn.net>
+Build-Depends: debhelper (>= 4.0.0), apache2-prefork-dev (>> 2.0.53), libxml2-dev (>> 2.5.10)
+Standards-Version: 3.6.1
+
+Package: libapache2-mod-proxy-html
+Architecture: any
+Depends: ${shlibs:Depends}, apache2, libxml2 (>> 2.5.10)
+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
+ serves the same purpose as Apache's ProxyPassReverse directive does for
+ HTTP headers, and is an essential component of a reverse proxy.