[SCM] Debian packaging of libapache2-mod-perl2 branch, master, updated. debian/2.0.6-1-2-gec79081
gregor herrmann
gregoa at debian.org
Sun May 20 18:46:42 UTC 2012
The following commit has been merged in the master branch:
commit 11c09742653b18d37f785d695e470d27f7da1225
Author: gregor herrmann <gregoa at debian.org>
Date: Sun May 20 20:45:43 2012 +0200
debian/rules: run dh_auto_test with --max-parallel=1.
This avoids build failures with -jN and build-arch.
diff --git a/debian/rules b/debian/rules
index 813f3df..7473402 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ override_dh_auto_build:
override_dh_auto_test:
APACHE_TEST_EXTRA_ARGS="-httpd_conf /etc/apache2/apache2.conf" \
LANG=C \
- dh_auto_test
+ dh_auto_test --max-parallel=1
override_dh_clean:
dh_clean
--
Debian packaging of libapache2-mod-perl2
More information about the Pkg-perl-cvs-commits
mailing list