[debhelper-devel] [debhelper] 02/04: d/rules: Pass --no-parallel to dh due to the test suite
Niels Thykier
nthykier at moszumanska.debian.org
Sat Mar 5 19:25:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
nthykier pushed a commit to branch master
in repository debhelper.
commit 7dbfbf3c76df05fc0453c56782e7d36d7b4c1fd6
Author: Niels Thykier <niels at thykier.net>
Date: Sat Mar 5 19:10:08 2016 +0000
d/rules: Pass --no-parallel to dh due to the test suite
Signed-off-by: Niels Thykier <niels at thykier.net>
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d9f87b1..43fdd00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@
# Each debhelper command in this rules file has to be run using ./run,
# to ensure that the commands and libraries in the source tree are used,
# rather than the installed ones.
+#
+# We use --no-parallel because the test suite is not thread safe.
%:
- ./run dh $@
+ ./run dh $@ --no-parallel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git
More information about the debhelper-devel
mailing list