[Pkg-samba-maint] [Git][samba-team/samba][master] 2 commits: Always evaluate WAF_NO_PARALLEL to ensure correct value (Closes: #941467)

Mathieu Parent gitlab at salsa.debian.org
Wed Oct 2 20:04:18 BST 2019



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


Commits:
d6916446 by Mathieu Parent at 2019-10-02T18:43:02Z
Always evaluate WAF_NO_PARALLEL to ensure correct value (Closes: #941467)

Otherwise, WAF_NO_PARALLEL is evaluated later, when WAF already has -j options

- - - - -
478603e6 by Mathieu Parent at 2019-10-02T18:46:17Z
Release 2:4.11.0+dfsg-7

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+samba (2:4.11.0+dfsg-7) unstable; urgency=medium
+
+  * Always evaluate WAF_NO_PARALLEL to ensure correct value (Closes: #941467)
+  * This version is built with talloc from sid (Closes: #940963)
+
+ -- Mathieu Parent <sathieu at debian.org>  Wed, 02 Oct 2019 20:45:24 +0200
+
 samba (2:4.11.0+dfsg-6) unstable; urgency=medium
 
   * Do not run waf configure in parallel. Fix FTBFS on arm (Closes: #941467)


=====================================
debian/rules
=====================================
@@ -24,8 +24,8 @@ LDB_DEPENDS = "libldb2 (<< $(LDB_EPOCH):$(LDB_NEXT_VERSION)~), libldb2 (>> $(LDB
 export PYSHORT=python3
 export PYTHON=$(shell which $(PYSHORT))
 export PYTHON_CONFIG="$(PYTHON)-config"
-WAF = $(PYTHON) ./buildtools/bin/waf -v
-WAF_NO_PARALLEL = $(WAF)
+WAF := $(PYTHON) ./buildtools/bin/waf -v
+WAF_NO_PARALLEL := $(WAF)
 
 # wrapper around cups-config, to work around #726726
 export PATH:=$(CURDIR)/debian/bin:$(PATH)



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

-- 
View it on GitLab: https://salsa.debian.org/samba-team/samba/compare/16b1acedc9d8a959bc8e2219f94bc0e3d69be06e...478603e68024a9c352072c20e0f4f712dd4c5a1c
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/20191002/9981048b/attachment-0001.html>


More information about the Pkg-samba-maint mailing list