Merge lp:~racb/ubuntu/precise/mod-proxy-html/988819 into lp:ubuntu/precise/mod-proxy-html

Proposed by Robie Basak
Status: Merged
Merge reported by: Stéphane Graber
Merged at revision: not available
Proposed branch: lp:~racb/ubuntu/precise/mod-proxy-html/988819
Merge into: lp:ubuntu/precise/mod-proxy-html
Diff against target: 52 lines (+14/-3)
4 files modified
debian/changelog (+11/-0)
debian/conf/proxy_html.load (+0/-1)
debian/control (+2/-1)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~racb/ubuntu/precise/mod-proxy-html/988819
Reviewer Review Type Date Requested Status
James Page Approve
Ubuntu branches Pending
Review via email: mp+115724@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Page (james-page) wrote :

LGTM - uploaded

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2008-08-20 12:06:58 +0000
+++ debian/changelog 2012-07-19 12:50:41 +0000
@@ -1,3 +1,14 @@
1mod-proxy-html (3.0.1-1ubuntu0.1) precise-proposed; urgency=low
2
3 * debian/rules: explicitly link against libxml2.so, so that it gets
4 declared as a dependency. This will allow apache to load the module
5 without explicitly specifying the correct multiarch path.
6 * debian/conf/mod-proxy.load: drop LoadFile directive entirely, and rely
7 on the loader to resolve all required dependencies. This avoids the
8 hardcoded path which fails on multiarch-enabled systems (LP: #988819).
9
10 -- Robie Basak <robie.basak@ubuntu.com> Thu, 19 Jul 2012 12:09:11 +0000
11
1mod-proxy-html (3.0.1-1) unstable; urgency=low12mod-proxy-html (3.0.1-1) unstable; urgency=low
213
3 * New upstream release14 * New upstream release
415
=== modified file 'debian/conf/proxy_html.load'
--- debian/conf/proxy_html.load 2004-11-29 09:11:20 +0000
+++ debian/conf/proxy_html.load 2012-07-19 12:50:41 +0000
@@ -1,2 +1,1 @@
1LoadFile /usr/lib/libxml2.so.2
2LoadModule proxy_html_module /usr/lib/apache2/modules/mod_proxy_html.so1LoadModule proxy_html_module /usr/lib/apache2/modules/mod_proxy_html.so
32
=== modified file 'debian/control'
--- debian/control 2008-08-20 12:06:58 +0000
+++ debian/control 2012-07-19 12:50:41 +0000
@@ -1,7 +1,8 @@
1Source: mod-proxy-html1Source: mod-proxy-html
2Section: web2Section: web
3Priority: optional3Priority: optional
4Maintainer: Emmanuel Lacour <elacour@home-dn.net>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Emmanuel Lacour <elacour@home-dn.net>
5Build-Depends: debhelper (>= 4.0.0), apache2-prefork-dev (>> 2.2), libxml2-dev (>> 2.5.10)6Build-Depends: debhelper (>= 4.0.0), apache2-prefork-dev (>> 2.2), libxml2-dev (>> 2.5.10)
6Standards-Version: 3.8.07Standards-Version: 3.8.0
78
89
=== modified file 'debian/rules'
--- debian/rules 2006-11-02 23:33:45 +0000
+++ debian/rules 2012-07-19 12:50:41 +0000
@@ -13,7 +13,7 @@
1313
14build-stamp:14build-stamp:
15 dh_testdir15 dh_testdir
16 apxs2 -c -I/usr/include/libxml2 mod_proxy_html.c16 apxs2 -c -I/usr/include/libxml2 -lxml2 mod_proxy_html.c
17 touch build-stamp17 touch build-stamp
1818
19clean:19clean:

Subscribers

People subscribed via source and target branches

to all changes: