[Pkg-ocaml-maint-commits] [perl4caml] 08/09: This package is not parallel-safe

Stéphane Glondu glondu at moszumanska.debian.org
Wed Jul 19 09:36:45 UTC 2017


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

glondu pushed a commit to branch master
in repository perl4caml.

commit d7b31234eba3145a960dabf837128893f2e5a525
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Jul 19 11:26:13 2017 +0200

    This package is not parallel-safe
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c039555..861d465 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with ocaml
+	dh $@ --no-parallel --with ocaml
 
 .PHONY: override_dh_auto_clean
 override_dh_auto_clean:

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



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