[med-svn] [seqan2] 01/01: Drop mips{,	el} down to 2 max parallel builds.
    Michael Crusoe 
    misterc-guest at moszumanska.debian.org
       
    Wed Feb  7 11:30:25 UTC 2018
    
    
  
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to tag debian/2.4.0+dfsg-2
in repository seqan2.
commit f197bc1ea6ec678974517f1625b32805bfc91207
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date:   Wed Feb 7 03:23:10 2018 -0800
    Drop mips{,el} down to 2 max parallel builds.
---
 debian/changelog | 7 +++++++
 debian/rules     | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 2a2a8d2..e843269 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+seqan2 (2.4.0+dfsg-2) unstable; urgency=medium
+
+  * Drop mips{,el} down to 2 max parallel builds.
+  * Latest release fixes the failing tests issue. (Closes: #884548)
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com>  Wed, 07 Feb 2018 03:22:48 -0800
+
 seqan2 (2.4.0+dfsg-1) unstable; urgency=medium
 
   * 2.4.0 is released!
diff --git a/debian/rules b/debian/rules
index 32bea83..ef6fcff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,9 @@ MAX_PARALLEL=""
 # Disable or limit parallel building on some build archs to save memory
 ifneq (,$(filter armel armhf sh4 kfreebsd% powerpcspe,$(DEB_BUILD_ARCH)))
 	MAX_PARALLEL=--max-parallel=1
-else ifneq (,$(filter amd64 mips mipsel,$(DEB_BUILD_ARCH)))
+else ifneq (,$(filter mips mipsel,$(DEB_BUILD_ARCH)))
+	MAX_PARALLEL=--max-parallel=2
+else ifneq (,$(filter amd64,$(DEB_BUILD_ARCH)))
 	MAX_PARALLEL=--max-parallel=3
 endif
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan2.git
    
    
More information about the debian-med-commit
mailing list