[Python-modules-commits] r10924 - in packages/ocr4gamera/trunk (11 files)
jwilk-guest at users.alioth.debian.org
jwilk-guest at users.alioth.debian.org
Wed Dec 30 20:18:36 UTC 2009
Date: Wednesday, December 30, 2009 @ 20:18:35
Author: jwilk-guest
Revision: 10924
[svn-inject] Applying Debian modifications to trunk
Added:
packages/ocr4gamera/trunk/debian/
packages/ocr4gamera/trunk/debian/changelog
packages/ocr4gamera/trunk/debian/clean
packages/ocr4gamera/trunk/debian/compat
packages/ocr4gamera/trunk/debian/control
packages/ocr4gamera/trunk/debian/copyright
packages/ocr4gamera/trunk/debian/doc-base
packages/ocr4gamera/trunk/debian/docs
packages/ocr4gamera/trunk/debian/links
packages/ocr4gamera/trunk/debian/rules
packages/ocr4gamera/trunk/debian/watch
Property changes on: packages/ocr4gamera/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/ocr4gamera/trunk/debian/changelog
===================================================================
--- packages/ocr4gamera/trunk/debian/changelog (rev 0)
+++ packages/ocr4gamera/trunk/debian/changelog 2009-12-30 20:18:35 UTC (rev 10924)
@@ -0,0 +1,5 @@
+ocr4gamera (1.0.0-1) UNRELEASED; urgency=low
+
+ * Initial release (closes: #553044).
+
+ -- Jakub Wilk <ubanus at users.sf.net> Wed, 30 Dec 2009 16:56:30 +0100
Added: packages/ocr4gamera/trunk/debian/clean
===================================================================
--- packages/ocr4gamera/trunk/debian/clean (rev 0)
+++ packages/ocr4gamera/trunk/debian/clean 2009-12-30 20:18:35 UTC (rev 10924)
@@ -0,0 +1 @@
+gamera/toolkits/ocr/plugins/*.cpp
Added: packages/ocr4gamera/trunk/debian/compat
===================================================================
--- packages/ocr4gamera/trunk/debian/compat (rev 0)
+++ packages/ocr4gamera/trunk/debian/compat 2009-12-30 20:18:35 UTC (rev 10924)
@@ -0,0 +1 @@
+7
Added: packages/ocr4gamera/trunk/debian/control
===================================================================
--- packages/ocr4gamera/trunk/debian/control (rev 0)
+++ packages/ocr4gamera/trunk/debian/control 2009-12-30 20:18:35 UTC (rev 10924)
@@ -0,0 +1,25 @@
+Source: ocr4gamera
+Section: python
+Priority: optional
+Maintainer: Jakub Wilk <ubanus at users.sf.net>
+Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.90), python-gamera-dev
+Standards-Version: 3.8.3
+Homepage: http://gamera.informatik.hsnr.de/addons/#ocr
+XS-Python-Version: >= 2.4
+
+Package: python-gamera.toolkits.ocr
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-gamera
+Recommends: python-pexpect
+Description: toolkit for building OCR systems
+ The Gamera OCR Toolkit is meant to help building optical character
+ recognition (OCR) systems for standard text documents. Even though it can
+ be used as is, it is specifically designed to make individual steps of the
+ recognition system customizable and replaceable. It provides:
+ * a flexible mechanism for plugging in custom page segmentation algorithms
+ * heuristic rules for dealing with diacritics, and for disambiguation of
+ common confused roman characters (like comma and apostrophe, or lower
+ and upper case âWâ)
+ * a ready-to-run script ocr4gamera which acts as a basic OCR-system.
+ .
+ Note that the toolkit does not include any training data.
Added: packages/ocr4gamera/trunk/debian/copyright
===================================================================
--- packages/ocr4gamera/trunk/debian/copyright (rev 0)
+++ packages/ocr4gamera/trunk/debian/copyright 2009-12-30 20:18:35 UTC (rev 10924)
@@ -0,0 +1,37 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
+Name: gamera
+Maintainer: Rene Baston, Christoph Dalitz
+Source: http://gamera.informatik.hsnr.de/addons/#ocr
+
+Files: *
+Copyright:
+ 2009, Rene Baston
+ 2009, Christoph Dalitz
+License: GPL-2+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in the /usr/share/common-licenses/GPL-2 file.
+
+Files: debian/*
+Copyright: 2009, Jakub Wilk
+License: GPL-2
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 dated June, 1991.
+ .
+ This package is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in the /usr/share/common-licenses/GPL-2 file.
Added: packages/ocr4gamera/trunk/debian/doc-base
===================================================================
--- packages/ocr4gamera/trunk/debian/doc-base (rev 0)
+++ packages/ocr4gamera/trunk/debian/doc-base 2009-12-30 20:18:35 UTC (rev 10924)
@@ -0,0 +1,12 @@
+Document: ocr4gamera-documentation
+Title: OCR toolkit for Gamera
+Author: Rene Baston, Christoph Dalitz
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/python-gamera.toolkits.ocr/html/index.html
+Files: /usr/share/doc/python-gamera.toolkits.ocr/html/*.html
+
+Format: Text
+Index: /usr/share/doc/python-gamera.toolkits.ocr/rst/index.txt.gz
+Files: /usr/share/doc/python-gamera.toolkits.ocr/rst/*.txt /usr/share/doc/python-gamera.toolkits.ocr/rst/*.txt.gz
Added: packages/ocr4gamera/trunk/debian/docs
===================================================================
--- packages/ocr4gamera/trunk/debian/docs (rev 0)
+++ packages/ocr4gamera/trunk/debian/docs 2009-12-30 20:18:35 UTC (rev 10924)
@@ -0,0 +1,3 @@
+README
+doc/html
+doc/src
Added: packages/ocr4gamera/trunk/debian/links
===================================================================
--- packages/ocr4gamera/trunk/debian/links (rev 0)
+++ packages/ocr4gamera/trunk/debian/links 2009-12-30 20:18:35 UTC (rev 10924)
@@ -0,0 +1 @@
+usr/share/doc/python-gamera.toolkits.ocr/src usr/share/doc/python-gamera.toolkits.ocr/rst
Added: packages/ocr4gamera/trunk/debian/rules
===================================================================
--- packages/ocr4gamera/trunk/debian/rules (rev 0)
+++ packages/ocr4gamera/trunk/debian/rules 2009-12-30 20:18:35 UTC (rev 10924)
@@ -0,0 +1,30 @@
+#!/usr/bin/make -f
+
+.PHONY: clean
+clean:
+ dh clean
+
+.PHONY: build
+build:
+ dh build
+
+.PHONY: install
+install: build
+ dh install
+
+.PHONY: override_dh_pysupport
+override_dh_pysupport:
+ find debian/*/ -name '_bbox_seg.so' -delete
+ dh_pysupport
+
+.PHONY: binary-indep
+binary-arch: install
+
+.PHONY: binary-indep
+binary-indep: install
+ dh binary-indep
+
+.PHONY: binary
+binary: binary-indep binary-arch
+
+# vim:ts=4 sw=4 noet
Property changes on: packages/ocr4gamera/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/ocr4gamera/trunk/debian/watch
===================================================================
--- packages/ocr4gamera/trunk/debian/watch (rev 0)
+++ packages/ocr4gamera/trunk/debian/watch 2009-12-30 20:18:35 UTC (rev 10924)
@@ -0,0 +1,2 @@
+version=3
+http://gamera.informatik.hsnr.de/addons/ocr4gamera/ocr-([0-9.]+)[.]tar[.]gz
More information about the Python-modules-commits
mailing list