#1129663 tesseract: Please build verbose to show the build commands in the build log

Package:
src:tesseract
Source:
src:tesseract
Submitter:
Adrian Bunk
Date:
2026-03-04 15:41:02 UTC
Severity:
normal
Tags:
#1129663#5
Date:
2026-03-04 15:38:10 UTC
From:
To:
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)))