2.5.2-1.1 release 2.5.2-1.1
authorEmmanuel Lacour <elacour@home-dn.net>
Sat, 13 Oct 2007 14:35:27 +0000 (14:35 +0000)
committerEmmanuel Lacour <elacour@home-dn.net>
Sat, 13 Oct 2007 14:35:27 +0000 (14:35 +0000)
debian/changelog
debian/control

index c2b03cc..ecb688b 100644 (file)
@@ -1,3 +1,14 @@
+mod-proxy-html (2.5.2-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for RC bugfix.
+  * Depend on apache2.2-common in addition to apache2 to ensure a
+    consistent ABI between the module and server, and update the 
+    versioned build-dependency on apache2-prefork-dev for the same
+    reason.  Closes: #394920.
+
+ -- Steve Langasek <vorlon@debian.org>  Thu,  2 Nov 2006 23:33:45 -0800
+
 mod-proxy-html (2.5.2-1) unstable; urgency=low
 
   * New upstream release, closes: #393997
index 0ac7f18..417edde 100644 (file)
@@ -2,12 +2,12 @@ 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)
+Build-Depends: debhelper (>= 4.0.0), apache2-prefork-dev (>> 2.2), libxml2-dev (>> 2.5.10)
 Standards-Version: 3.7.2
 
 Package: libapache2-mod-proxy-html
 Architecture: any
-Depends: ${shlibs:Depends}, apache2, libxml2 (>> 2.5.10)
+Depends: ${shlibs:Depends}, apache2, apache2.2-common, 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