Followup-For: Bug #945263
Control: found -1 1:1.17.4-4
This change caused the arch:all build to fail:
https://buildd.debian.org/status/fetch.php?pkg=numpy&arch=all&ver=1%3A1.17.4-4&stamp=1576093048&raw=0
[...]
# tweak the entry_points list to include all supported versions
for v in 3.8 3.7; do \
if ! grep $v ; \
then \
echo "f2py$v = numpy.f2py.f2py2e:main" >> ; \
fi; \
done
/bin/sh: 4: Syntax error: ";" unexpected
make[1]: *** [debian/rules:51: override_dh_python3] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: binary-indep] Error 2
Andreas