[SCM] Debian packaging of libapache-authenhook-perl branch, master, updated. debian/2.00-04+pristine-4-4-g4558349

gregor herrmann gregoa at debian.org
Fri May 31 23:39:00 UTC 2013


The following commit has been merged in the master branch:
commit cd27c459e806aeacbe8286258cca8e5bc4217aa2
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 1 01:35:47 2013 +0200

    Apache 2.4: add a patch to set DefaultRuntimeDir for the tests.
    
    Otherwise mod_digest tries to write to /var/run and fails.

diff --git a/debian/patches/http24.patch b/debian/patches/http24.patch
new file mode 100644
index 0000000..96183b9
--- /dev/null
+++ b/debian/patches/http24.patch
@@ -0,0 +1,14 @@
+Description: we need to set the runtime dir, otherwise mod_digest tries to write to /var/run
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-01
+
+--- a/t/conf/extra.last.conf.in
++++ b/t/conf/extra.last.conf.in
+@@ -1,4 +1,5 @@
+ LogLevel debug
++DefaultRuntimeDir run/
+ 
+ # these don't default to handler(), so we need to pre-declare them
+ PerlModule My::Basic1
diff --git a/debian/patches/series b/debian/patches/series
index 48f3c71..8fbea00 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 leaks-passwords-to-the-logs.patch
 upgrade-test-pod-calls.patch
+http24.patch

-- 
Debian packaging of libapache-authenhook-perl



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