[med-svn] [sra-sdk] 07/07: Avoid issues occuring when parallel build is forced by debhelper 10
Andreas Tille
tille at debian.org
Thu Oct 19 22:15:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository sra-sdk.
commit 7e2f3653caedf381691f62dd5391cfc1e159f977
Author: Andreas Tille <tille at debian.org>
Date: Fri Oct 20 00:14:10 2017 +0200
Avoid issues occuring when parallel build is forced by debhelper 10
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 2d98dea..9a10c97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
pkg := sra-toolkit
%:
- dh $@
+ dh $@ --no-parallel
OUTDIR=$(CURDIR)/debian/tmp
MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/sra-sdk.git
More information about the debian-med-commit
mailing list