Control: tags 1129586 + patch Control: tags 1129586 + pending Dear maintainer,
I've prepared an NMU for tesseract (versioned as 5.5.0-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for tesseract-5.5.0 tesseract-5.5.0 changelog | 7 +++++++ rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff -Nru tesseract-5.5.0/debian/changelog tesseract-5.5.0/debian/changelog --- tesseract-5.5.0/debian/changelog 2025-01-19 12:53:37.000000000 +0200 +++ tesseract-5.5.0/debian/changelog 2026-03-29 18:42:00.000000000 +0300 @@ -1,3 +1,10 @@ +tesseract (5.5.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with --enable-cxx-stdlib. (Closes: #1129586) + + -- Adrian Bunk <[email protected]> Sun, 29 Mar 2026 18:42:00 +0300 + tesseract (5.5.0-1) unstable; urgency=medium * New upstream release diff -Nru tesseract-5.5.0/debian/rules tesseract-5.5.0/debian/rules --- tesseract-5.5.0/debian/rules 2025-01-19 12:53:37.000000000 +0200 +++ tesseract-5.5.0/debian/rules 2026-03-29 18:42:00.000000000 +0300 @@ -53,4 +53,4 @@ echo "no patch" endif ./autogen.sh - ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --disable-tessdata-prefix --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CXXFLAGS="$(CFLAGS)" LDFLAGS="-lleptonica -Wl,-z,defs $(LDFLAGS)" + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --disable-tessdata-prefix --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CXXFLAGS="$(CFLAGS)" LDFLAGS="-lleptonica -Wl,-z,defs $(LDFLAGS)" --enable-cxx-stdlib

