From dea22c829d99751b7ecc36bd3120b6aebdcbb0b7 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko <debian@onerussian.com> Date: Mon, 9 Mar 2015 12:21:46 -0400 Subject: [PATCH] mark autoreconf for cython ge 0.20.1 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index b2fc909159..660bec0115 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ NODOC = $(shell dpkg --compare-versions $(SPHINX_VER) lt 1.1.3 && echo "nodoc" | export DEB_BUILD_OPTIONS += $(NODOC) CYTHON_VER := $(shell dpkg -l cython 2>/dev/null | awk '/^ii/{print $$3;}' || echo 0) -RECONF = $(shell dpkg --compare-versions $(CYTHON_VER) ge 0.19 && echo ",autoreconf" || echo "") +RECONF = $(shell dpkg --compare-versions $(CYTHON_VER) ge 0.20.1 && echo ",autoreconf" || echo "") # Some tests are known to fail randomly so need to be excluded ATM NOSEARGS := -- GitLab