From 523409b4afd6fe506666d4bfd57eb71ee3a4b9a4 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 25 May 2026 12:04:52 +0200 Subject: [PATCH] add extended description --- Makefile | 2 +- src/{ => debian}/control | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) rename src/{ => debian}/control (68%) diff --git a/Makefile b/Makefile index 0d5c806..72e71cc 100644 --- a/Makefile +++ b/Makefile @@ -101,7 +101,7 @@ $(PACKAGEDIR)/$(SHAREDIR)/scantopdf/cutpage.html: $(PACKAGEDIR)/DEBIAN/control: mkdir --parents $(@D) - cat $(SRCDIR)/control \ + cat $(SRCDIR)/debian/control \ | sed "s/@VERSION@/$(VERSION)/" \ > $(@) diff --git a/src/control b/src/debian/control similarity index 68% rename from src/control rename to src/debian/control index ae4745e..3587046 100644 --- a/src/control +++ b/src/debian/control @@ -6,3 +6,6 @@ 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), qrencode (>= 4.1.), librsvg2-bin (>= 2.54.7), libimage-exiftool-perl (>=12.57+dfsg-1), pdfgrep (>= 2.2.0-0.1+b2), parallel (>=20240222+ds-2) Description: scan to pdf with ocr scripts for sane-kds-s2000w-net + scripts for scan with sane-kds-s2000w-net to pdf with color, gray, or black. + addocr can one pdf add ocr or addkeywords script to add pdf keywords. + It can multiple documents to scan with a cutpage for split documents. -- 2.47.3