From: Bastian Dehn Date: Sat, 18 Oct 2025 17:35:43 +0000 (+0200) Subject: change deps for pdfgrep X-Git-Tag: v1.1.2^2~3^2~6 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=776056ca86776c2d45c4cd135e5e3f8ab8facdcc;p=scantopdf.git change deps for pdfgrep --- diff --git a/build-package b/build-package index 594c03e..7e9f2b4 100755 --- a/build-package +++ b/build-package @@ -18,8 +18,7 @@ build_package() local PACKAGENAME="scantopdf-$VERSION-$BUILDVERSION-$ARCHITECTURE" local EXECUTABLES="scantopdf \ scantopdfgray \ - scantopdfbw \ - generate-trennblatt" + scantopdfbw" echo "ℹ️ INFO: build package $PACKAGENAME" @@ -38,6 +37,9 @@ build_package() chmod 755 $buildpath done + mkdir -b build/$PACKAGENAME/usr/share/scantopdf + cp src/cutpage.html build/$PACKAGENAME/usr/share/scantopdf/cutpage.html + mkdir -p build/$PACKAGENAME/DEBIAN cat src/control \ | sed "s/\$VERSION/$VERSION/" \ diff --git a/src/control b/src/control index cb96d6f..3a76f08 100644 --- a/src/control +++ b/src/control @@ -4,5 +4,5 @@ Priority: optional Section: graphics Maintainer: Bastian Dehn Architecture: amd64 -Depends: qpdf (>= 11.3.0), pdftk-java (>= 3.3.3-2), libtiff-tools (>= 4.5.0), ocrmypdf (>= 14.0.1), tesseract-ocr-deu (>= 4.1.0), zbar-tools (>= 0.23.92), qrencode (>= 4.1.), librsvg2-bin (>= 2.54.7), libimage-exiftool-perl (>=12.57+dfsg-1) +Depends: qpdf (>= 11.3.0), pdftk-java (>= 3.3.3-2), libtiff-tools (>= 4.5.0), ocrmypdf (>= 14.0.1), tesseract-ocr-deu (>= 4.1.0), qrencode (>= 4.1.), librsvg2-bin (>= 2.54.7), libimage-exiftool-perl (>=12.57+dfsg-1), pdfgrep (>= 2.2.0-0.1+b2) Description: scan to pdf with ocr scripts for sane-kds-s2000w-net