[Pkg-ocaml-maint-commits] [ocamldsort] 01/04: Set DEB_BUILD_OPTIONS=parallel=1 in debian/rules

Mehdi Dogguy mehdi at moszumanska.debian.org
Sun Nov 6 09:10:22 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 77ad917a5f57cc392c4f00295b7926d9aa8582b1
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Sun Nov 6 10:05:19 2016 +0100

    Set DEB_BUILD_OPTIONS=parallel=1 in debian/rules
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ba99141..94686ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocamldsort (0.16.0-5) UNRELEASED; urgency=medium
+
+  * Team upload
+  * Second try: Set DEB_BUILD_OPTIONS=parallel=1 in debian/rules
+
+ -- Mehdi Dogguy <mehdi at debian.org>  Sun, 06 Nov 2016 10:04:37 +0100
+
 ocamldsort (0.16.0-4) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 5c76e0d..b2b7891 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 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
+DEB_BUILD_OPTIONS=parallel=1
 
 %:
 	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