Package: ocr4gamera / 1.0.6-3

Metadata

Package Version Patches format
ocr4gamera 1.0.6-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no wx import.diff | (download)

gamera/toolkits/ocr/__init__.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't import the wx module, it's not unused by anything.
doc plugin import.diff | (download)

doc/gendoc.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 import correct plugin when building documentation.
doc fix hyperlink target.diff | (download)

gamera/toolkits/ocr/ocr_toolkit.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix hyperlink target in the documentation.
doc build local.diff | (download)

doc/gendoc.py | 13 13 + 0 - 0 !
1 file changed, 13 insertions(+)

 allow to build documentation from local source.
 Normally it's only possible to build documentation is the toolkit is
 installed system-wide. This patch allows the documentation to be built from
 local source.
 .
 Also, abort if importing the toolkit didn't succeed.