[SCM] Debian packaging of libapache2-mod-perl2 branch, master, updated. e63a04354d419f882d9dc3c9723421cff92431a5

gregor herrmann gregoa at debian.org
Sat Oct 22 22:13:48 UTC 2011


The following commit has been merged in the master branch:
commit 74cda6683470bd7835029fefe13e72140f8a94b9
Author: Niko Tyni <ntyni at debian.org>
Date:   Fri Oct 21 19:26:50 2011 +0300

    Improve the test suite coverage (again) with a typo fix
    
    The APACHE_TEST_EXTRA_ARGS setting in debian/rules was introduced
    in 2.0.3-5 to improve the test suite coverage, but got accidentally
    disabled later with 2.0.5-1 due to a missing line continuation.

diff --git a/debian/rules b/debian/rules
index 352fc23..813f3df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ override_dh_auto_build:
 
 
 override_dh_auto_test:
-	APACHE_TEST_EXTRA_ARGS="-httpd_conf /etc/apache2/apache2.conf"
+	APACHE_TEST_EXTRA_ARGS="-httpd_conf /etc/apache2/apache2.conf" \
 		LANG=C \
 		dh_auto_test
 

-- 
Debian packaging of libapache2-mod-perl2



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