tags 394920 patch thanks Hi Emmanuel,
I've prepared a 0-day NMU for this bug so that we can get some closure on the apache2.2 transition. The (trivial) patch is attached, and I'll be uploading the packages to incoming shortly. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/
diff -u mod-proxy-html-2.5.2/debian/control mod-proxy-html-2.5.2/debian/control --- mod-proxy-html-2.5.2/debian/control +++ mod-proxy-html-2.5.2/debian/control @@ -2,12 +2,12 @@ Section: web Priority: optional Maintainer: Emmanuel Lacour <[EMAIL PROTECTED]> -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 diff -u mod-proxy-html-2.5.2/debian/changelog mod-proxy-html-2.5.2/debian/changelog --- mod-proxy-html-2.5.2/debian/changelog +++ mod-proxy-html-2.5.2/debian/changelog @@ -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 <[EMAIL PROTECTED]> Thu, 2 Nov 2006 23:33:45 -0800 + mod-proxy-html (2.5.2-1) unstable; urgency=low * New upstream release, closes: #393997