[Python-modules-commits] [dulwich] 09/10: Fix concatenation of pypy variable.
Jelmer Vernooij
jelmer at moszumanska.debian.org
Sat Jan 14 20:35:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
jelmer pushed a commit to branch master
in repository dulwich.
commit f063789e9910c0e0c3965636a72a6ce0f8608e36
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date: Sat Jan 14 20:21:30 2017 +0000
Fix concatenation of pypy variable.
---
debian/rules | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 85d6d09..22906ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,7 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
pythonpath = $$(ls -d $(CURDIR)/build/lib.*-$(1))
pythonpath_dbg = $$(ls -d $(CURDIR)/build/lib_d.*-$(1) 2>/dev/null || ls -d $(CURDIR)/build/lib.*$(1)-pydebug)
-pyflavours = python2,python3
-pyflavours += $(shell which pypy >/dev/null && echo ,pypy)
+pyflavours = python2,python3$(shell which pypy >/dev/null && echo -n ,pypy)
%:
dh $* --with $(pyflavours) --buildsystem=python_distutils
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dulwich.git
More information about the Python-modules-commits
mailing list