Source: tesseract
Version: 5.5.0-1
Severity: minor
Tags: ftbfs patch
Please build verbose to show the build commands in the build log:
--- tesseract-5.5.0/debian/rules 2025-01-19 12:53:37.000000000 +0200
+++ tesseract-5.5.0/debian/rules 2025-01-19 12:53:37.000000000 +0200
@@ -19,12 +19,12 @@
dh $@ --with autoreconf
override_dh_auto_build:
- make -j$(NUMJOBS)
- make -j$(NUMJOBS) training
+ make V=1 -j$(NUMJOBS)
+ make V=1 -j$(NUMJOBS) training
override_dh_auto_install:
- $(MAKE) DESTDIR=$$(pwd)/debian/tmp prefix=/usr install
- $(MAKE) DESTDIR=$$(pwd)/debian/tmp prefix=/usr training-install
+ $(MAKE) V=1 DESTDIR=$$(pwd)/debian/tmp prefix=/usr install
+ $(MAKE) V=1 DESTDIR=$$(pwd)/debian/tmp prefix=/usr training-install
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))