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

treinen pushed a commit to branch master
in repository why.

commit d4eebfc1e2b838ed5726cb6180f5c0fd93f0046e
Author: Ralf Treinen <trei...@free.fr>
Date:   Wed Oct 12 21:32:28 2016 +0200

    build --no-parallel
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ca25fed..44d67b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+why (2.36-2) unstable; urgency=medium
+
+  * dh invocation: use --no-parallel to fix FTBFS issues
+
+ -- Ralf Treinen <trei...@debian.org>  Wed, 12 Oct 2016 21:31:54 +0200
+
 why (2.36-1) unstable; urgency=medium
 
   * New upstream release. This version compiles with coq 8.5
diff --git a/debian/rules b/debian/rules
index 3de11fb..d053402 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,6 +53,6 @@ override_dh_compress:
 override_dh_auto_test:
 
 %:
-       dh $@ --with ocaml
+       dh $@ --with ocaml --no-parallel
 
 #      dh_installchangelogs CHANGES

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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to