[Pkg-samba-maint] [Git][samba-team/samba][master] 2 commits: Do not run waf configure in parallel. Fix FTBFS on arm (Closes: #941467)

Mathieu Parent gitlab at salsa.debian.org
Tue Oct 1 21:42:09 BST 2019



Mathieu Parent pushed to branch master at Debian Samba Team / samba


Commits:
2b644b74 by Mathieu Parent at 2019-10-01T19:04:19Z
Do not run waf configure in parallel. Fix FTBFS on arm (Closes: #941467)

- - - - -
16b1aced by Mathieu Parent at 2019-10-01T20:35:51Z
Release 2:4.11.0+dfsg-6 to experimental

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+samba (2:4.11.0+dfsg-6) unstable; urgency=medium
+
+  * Do not run waf configure in parallel. Fix FTBFS on arm (Closes: #941467)
+
+ -- Mathieu Parent <sathieu at debian.org>  Tue, 01 Oct 2019 22:35:36 +0200
+
 samba (2:4.11.0+dfsg-5) experimental; urgency=medium
 
   * d/gitlabracadabra.yml: only_allow_merge_if_pipeline_succeeds: false


=====================================
debian/rules
=====================================
@@ -25,6 +25,7 @@ export PYSHORT=python3
 export PYTHON=$(shell which $(PYSHORT))
 export PYTHON_CONFIG="$(PYTHON)-config"
 WAF = $(PYTHON) ./buildtools/bin/waf -v
+WAF_NO_PARALLEL = $(WAF)
 
 # wrapper around cups-config, to work around #726726
 export PATH:=$(CURDIR)/debian/bin:$(PATH)
@@ -98,7 +99,7 @@ endif
 	dh $* --with python3
 
 override_dh_auto_configure:
-	$(WAF) configure $(conf_args)
+	$(WAF_NO_PARALLEL) configure $(conf_args)
 
 override_dh_auto_build:
 	DESTDIR="$(DESTDIR)" $(WAF)



View it on GitLab: https://salsa.debian.org/samba-team/samba/compare/ced8f498f20947873536553fdd9e390b97e048cf...16b1acedc9d8a959bc8e2219f94bc0e3d69be06e

-- 
View it on GitLab: https://salsa.debian.org/samba-team/samba/compare/ced8f498f20947873536553fdd9e390b97e048cf...16b1acedc9d8a959bc8e2219f94bc0e3d69be06e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-samba-maint/attachments/20191001/8aa37b6c/attachment-0001.html>


More information about the Pkg-samba-maint mailing list