[SCM] Debian packaging of libapache2-authcookie-perl branch, master, updated. debian/3.19-1-3-g2ffd987
gregor herrmann
gregoa at debian.org
Sat Jun 1 00:35:02 UTC 2013
The following commit has been merged in the master branch:
commit a0c755096ba2213f6723520f52e86d8b3070b49e
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jun 1 02:32:46 2013 +0200
Apache 2.4: add debian/apache2.conf and use it in debian/rules for tests.
diff --git a/debian/apache2.conf b/debian/apache2.conf
new file mode 100644
index 0000000..f6c0669
--- /dev/null
+++ b/debian/apache2.conf
@@ -0,0 +1,5 @@
+LoadModule mpm_worker_module "/usr/lib/apache2/modules/mod_mpm_worker.so"
+LoadModule authn_core_module "/usr/lib/apache2/modules/mod_authn_core.so"
+LoadModule authz_core_module "/usr/lib/apache2/modules/mod_authz_core.so"
+LoadModule authz_user_module "/usr/lib/apache2/modules/mod_authz_user.so"
+LoadModule auth_basic_module "/usr/lib/apache2/modules/mod_auth_basic.so"
diff --git a/debian/rules b/debian/rules
index bbecf45..7367270 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,15 @@ TMP = $(CURDIR)/debian/$(PACKAGE)
%:
dh $@
+override_dh_clean:
+ dh_clean
+ rm -rf $(CURDIR)/t/logs
+
+override_dh_auto_test:
+ mkdir -p $(CURDIR)/t/logs
+ APACHE_TEST_EXTRA_ARGS="-httpd_conf $(CURDIR)/debian/apache2.conf" \
+ dh_auto_test
+
override_dh_installexamples:
dh_installexamples
sed -i -e \
--
Debian packaging of libapache2-authcookie-perl
More information about the Pkg-perl-cvs-commits
mailing list