Bug#1012254: libtesseract5: FTBFS armel architecture

2022-06-02 Thread Christian Marillat
>> On Thu, 02 Jun 2022 11:47:36 +0200 Christian Marillat >> wrote: >> BTW the debian/rules is completely outdated (Still use the deprecated >> debhelper 9). You must not use configure/autotools build but cmake. > That is a bit of a strong statement. As long as upstream keeps the autotools > bu

Bug#1012254: libtesseract5: FTBFS armel architecture

2022-06-02 Thread Bastian Germann
On Thu, 02 Jun 2022 11:47:36 +0200 Christian Marillat wrote: BTW the debian/rules is completely outdated (Still use the deprecated debhelper 9). You must not use configure/autotools build but cmake. That is a bit of a strong statement. As long as upstream keeps the autotools build systems y

Bug#1012254: libtesseract5: FTBFS armel architecture

2022-06-02 Thread Christian Marillat
Package: libtesseract5 Version: 5.1.0-1 Severity: serious Dear Maintainer, The build fail for armel : https://buildd.debian.org/status/fetch.php?pkg=tesseract&arch=armel&ver=5.1.0-1&stamp=1654113171&raw=0 The main reason is that armel do not have neon FPu and the build should disbale neon. BTW