[Pkg-ocaml-maint-commits] [ocamldsort] 01/02: Disable parallel build to avoid FTBFS
Mehdi Dogguy
mehdi at moszumanska.debian.org
Sat Nov 5 22:39:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
mehdi pushed a commit to branch master
in repository ocamldsort.
commit 9b307b152e6faf6b55ea3fc64b10a4bce32471ed
Author: Mehdi Dogguy <mehdi at debian.org>
Date: Sat Nov 5 23:16:00 2016 +0100
Disable parallel build to avoid FTBFS
---
debian/changelog | 9 +++++++++
debian/rules | 2 ++
2 files changed, 11 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 30c4e36..a5af253 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ocamldsort (0.16.0-4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Disable parallel build [1] to avoid FTBFS (Closes: #841758).
+ [1] Parallel build in enabled by default in Debhelper compat
+ level 10.
+
+ -- Mehdi Dogguy <mehdi at debian.org> Sat, 05 Nov 2016 23:14:04 +0100
+
ocamldsort (0.16.0-3) unstable; urgency=low
* debian/control: updated homepage
diff --git a/debian/rules b/debian/rules
index a45cf26..5c76e0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+export MAKEFLAGS = -j1
+
%:
dh $@ --with=ocaml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocamldsort.git
More information about the Pkg-ocaml-maint-commits
mailing list