[SCM] Debian packaging of libapache2-mod-perl2 branch, master, updated. debian/2.0.8+httpd24-r1449661-2-5-g27d95a8

gregor herrmann gregoa at debian.org
Mon Jun 3 18:43:49 UTC 2013


The following commit has been merged in the master branch:
commit 619c21f4669ca208237ab2c2dc4a9803cd864ef1
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 3 20:40:39 2013 +0200

    New patch 310-rundir.patch:
    
    The tests in ModPerl-Registry/ and Apache-Reload/ need DefaultRuntimeDir
    set, otherwise mod_auth_digest tries to write to /var/run and fails.

diff --git a/debian/patches/310-rundir.patch b/debian/patches/310-rundir.patch
new file mode 100644
index 0000000..8a91ce7
--- /dev/null
+++ b/debian/patches/310-rundir.patch
@@ -0,0 +1,26 @@
+Description: add DefaultRuntimeDir in test apache config
+ The tests in ModPerl-Registry/ and Apache-Reload/ need DefaultRuntimeDir
+ set, otherwise mod_auth_digest tries to write to /var/run and fails.
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-03
+
+--- a/ModPerl-Registry/t/conf/extra.conf.in
++++ b/ModPerl-Registry/t/conf/extra.conf.in
+@@ -1,5 +1,7 @@
+ #this file will be Include-d by @ServerRoot@/httpd.conf
+ 
++DefaultRuntimeDir run/
++
+ # Adjust PerlInterpMax and PerlInterpMaxSpare if the requirements change
+ # at the moment all tests require only 1 interprter
+ <IfDefine PERL_USEITHREADS>
+--- a/Apache-Reload/t/conf/extra.conf.in
++++ b/Apache-Reload/t/conf/extra.conf.in
+@@ -1,3 +1,5 @@
++DefaultRuntimeDir run/
++
+ PerlSwitches -I at ServerRoot@/../../Apache-Test/lib   \
+              -I at ServerRoot@/../../blib/lib          \
+              -I at ServerRoot@/../../blib/arch
diff --git a/debian/patches/series b/debian/patches/series
index 7cb5793..aeb6f3a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@ avoid-db-linkage.patch
 280-ignore-sysconf-for-defines.patch
 290-httpd-transition-test-todo.patch
 300-http-headers-version.patch
+310-rundir.patch

-- 
Debian packaging of libapache2-mod-perl2



More information about the Pkg-perl-cvs-commits mailing list