changed debian/source/format to native
This commit is contained in:
parent
e357fcea90
commit
0f26fa0ace
|
@ -1,34 +0,0 @@
|
|||
Description: Reduce bug reports by tweaking help text.
|
||||
Some advanced modes require data not shipped by distribution.
|
||||
Adjust documentation to reduce confusion from that.
|
||||
|
||||
.
|
||||
tesseract (4.00~git2188-cdc35338-5) unstable; urgency=medium
|
||||
.
|
||||
* Update README.debian and move to tesseract-ocr package.
|
||||
* Sponsor Alexander Pozdnyakov as maintainer.
|
||||
* Tweak tesseact --help to reduce bug reports.
|
||||
Author: Jeff Breidenbach <jab@debian.org>
|
||||
|
||||
---
|
||||
The information above should follow the Patch Tagging Guidelines, please
|
||||
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
|
||||
are templates for supplementary fields that you might want to add:
|
||||
|
||||
Origin: vendor, N/A
|
||||
Bug: https://github.com/tesseract-ocr/tesseract/issues/707#issuecomment-364159579
|
||||
Forwarded: no
|
||||
Reviewed-By: Jeff Breidenbach <jab@debian.org>
|
||||
Last-Update: <2018-07-08>
|
||||
|
||||
--- tesseract-4.00~git2207-766b7bd6.orig/src/api/tesseractmain.cpp
|
||||
+++ tesseract-4.00~git2207-766b7bd6/src/api/tesseractmain.cpp
|
||||
@@ -135,7 +135,7 @@
|
||||
#ifndef DISABLED_LEGACY_ENGINE
|
||||
static void PrintHelpForOEM() {
|
||||
const char* msg =
|
||||
- "OCR Engine modes:\n"
|
||||
+ "OCR Engine modes: (see https://github.com/tesseract-ocr/tesseract/wiki#linux)\n"
|
||||
" 0 Legacy engine only.\n"
|
||||
" 1 Neural nets LSTM engine only.\n"
|
||||
" 2 Legacy + LSTM engines.\n"
|
|
@ -1,4 +0,0 @@
|
|||
#man.diff
|
||||
#fix-up-headers
|
||||
helptext
|
||||
#shebang.diff
|
|
@ -1 +1 @@
|
|||
3.0 (quilt)
|
||||
3.0 (native)
|
||||
|
|
Loading…
Reference in New Issue