This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository zoo-project.
commit b3c7e59f65a8930ef7a857d216f9364947a3893c Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Sun Jun 26 23:07:12 2016 +0200 Disable parallel dh_auto_build for zoo-kernel, version.h race condition. --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ed2c9ee..9a8ecaa 100755 --- a/debian/rules +++ b/debian/rules @@ -40,7 +40,8 @@ override_dh_auto_build: --builddirectory=thirds/cgic206 dh_auto_build --sourcedirectory=zoo-project/zoo-kernel \ - --builddirectory=zoo-project/zoo-kernel + --builddirectory=zoo-project/zoo-kernel \ + --max-parallel=1 (cd zoo-project/zoo-services/ogr/base-vect-ops && make) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/zoo-project.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel