From: Bastian Dehn Date: Mon, 25 May 2026 10:04:52 +0000 (+0200) Subject: add extended description X-Git-Tag: v1.1.6^2~2^2~10 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=523409b4afd6fe506666d4bfd57eb71ee3a4b9a4;p=scantopdf.git add extended description --- 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/control deleted file mode 100644 index ae4745e..0000000 --- a/src/control +++ /dev/null @@ -1,8 +0,0 @@ -Package: scantopdf -Version: @VERSION@ -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), 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 diff --git a/src/debian/control b/src/debian/control new file mode 100644 index 0000000..3587046 --- /dev/null +++ b/src/debian/control @@ -0,0 +1,11 @@ +Package: scantopdf +Version: @VERSION@ +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), 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.