[Pkg-ocaml-maint-commits] [why] 01/02: build --no-parallel
Ralf Treinen
treinen at moszumanska.debian.org
Wed Oct 12 19:37:49 UTC 2016
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 <treinen at 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 <treinen at 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
More information about the Pkg-ocaml-maint-commits
mailing list