[Pkg-ocaml-maint-commits] [gmetadom] 04/06: The build system is not parallel-safe

Stéphane Glondu glondu at moszumanska.debian.org
Tue Aug 8 10:32:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository gmetadom.

commit b33447c83f27b3b4f7b84cd71e7ae24ebe849efb
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Aug 8 11:43:15 2017 +0200

    The build system is not parallel-safe
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e03f421..c800f9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with ocaml
+	dh $@ --with ocaml --no-parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-modules="gdome_cpp_smart gdome_caml"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/gmetadom.git



More information about the Pkg-ocaml-maint-commits mailing list