[Python-apps-commits] r5076 - in packages/ocrfeeder/trunk (9 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Fri Apr 2 15:06:15 UTC 2010


    Date: Friday, April 2, 2010 @ 15:06:09
  Author: debacle
Revision: 5076

Package files from Alberto Garcia, minor changes by me.

Added:
  packages/ocrfeeder/trunk/debian/changelog
  packages/ocrfeeder/trunk/debian/compat
  packages/ocrfeeder/trunk/debian/control
  packages/ocrfeeder/trunk/debian/copyright
  packages/ocrfeeder/trunk/debian/pyversions
  packages/ocrfeeder/trunk/debian/rules
  packages/ocrfeeder/trunk/debian/source/
  packages/ocrfeeder/trunk/debian/source/format
Modified:
  packages/ocrfeeder/trunk/debian/	(properties)


Property changes on: packages/ocrfeeder/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1


Added: packages/ocrfeeder/trunk/debian/changelog
===================================================================
--- packages/ocrfeeder/trunk/debian/changelog	                        (rev 0)
+++ packages/ocrfeeder/trunk/debian/changelog	2010-04-02 15:06:09 UTC (rev 5076)
@@ -0,0 +1,5 @@
+ocrfeeder (0.6.5-1) unstable; urgency=low
+
+  * Initial release (Closes: #568155)
+
+ -- Alberto Garcia <agarcia at igalia.com>  Tue, 30 Mar 2010 19:06:47 +0200

Added: packages/ocrfeeder/trunk/debian/compat
===================================================================
--- packages/ocrfeeder/trunk/debian/compat	                        (rev 0)
+++ packages/ocrfeeder/trunk/debian/compat	2010-04-02 15:06:09 UTC (rev 5076)
@@ -0,0 +1 @@
+7
\ No newline at end of file

Added: packages/ocrfeeder/trunk/debian/control
===================================================================
--- packages/ocrfeeder/trunk/debian/control	                        (rev 0)
+++ packages/ocrfeeder/trunk/debian/control	2010-04-02 15:06:09 UTC (rev 5076)
@@ -0,0 +1,27 @@
+Source: ocrfeeder
+Section: graphics
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>
+Build-Depends: debhelper (>= 7), python, python-support (>= 0.6), cdbs (>= 0.4.49), intltool
+Standards-Version: 3.8.4
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/ocrfeeder/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/ocrfeeder/trunk/
+Homepage: http://live.gnome.org/OCRFeeder
+
+Package: ocrfeeder
+Architecture: all
+Depends: python-gtk2 (>= 2.13), python-imaging (>= 1.1), python-pygoocanvas (>= 0.10.0), ${misc:Depends}, ${python:Depends}
+Description: Document layout analysis and optical character recognition system
+ OCRFeeder is a document layout analysis and optical character
+ recognition system.
+ .
+ Given the images it will automatically outline its contents,
+ distinguish between what's graphics and text and perform OCR over the
+ latter. It generates multiple formats being its main one ODT.
+ .
+ It features a complete GTK graphical user interface that allows the
+ users to correct any unrecognized characters, defined or correct
+ bounding boxes, set paragraph styles, clean the input images, import
+ PDFs, save and load the project, export everything to multiple
+ formats, etc.

Added: packages/ocrfeeder/trunk/debian/copyright
===================================================================
--- packages/ocrfeeder/trunk/debian/copyright	                        (rev 0)
+++ packages/ocrfeeder/trunk/debian/copyright	2010-04-02 15:06:09 UTC (rev 5076)
@@ -0,0 +1,31 @@
+This package was debianized by Alberto Garcia Gonzalez
+<agarcia at igalia.com> on Tue, 30 Mar 2010 21:09:34 +0200
+
+It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/ocrfeeder/
+
+Upstream Author:
+
+    Joaquim Rocha <joaquimrocha1 at gmail.com>
+
+Copyright:
+
+    Copyright (C) 2009-2010 Joaquim Rocha
+
+License:
+
+   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; either version 3 of the License, or
+   (at your option) any later version.
+
+   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 can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is Copyright (C) 2010, Alberto Garcia
+<agarcia at igalia.com> and is licensed under the GPLv3, see
+`/usr/share/common-licenses/GPL-3'.

Added: packages/ocrfeeder/trunk/debian/pyversions
===================================================================
--- packages/ocrfeeder/trunk/debian/pyversions	                        (rev 0)
+++ packages/ocrfeeder/trunk/debian/pyversions	2010-04-02 15:06:09 UTC (rev 5076)
@@ -0,0 +1 @@
+2.5-

Added: packages/ocrfeeder/trunk/debian/rules
===================================================================
--- packages/ocrfeeder/trunk/debian/rules	                        (rev 0)
+++ packages/ocrfeeder/trunk/debian/rules	2010-04-02 15:06:09 UTC (rev 5076)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+DEB_PYTHON_SYSTEM := pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+resources/ocrfeeder.desktop: resources/ocrfeeder.desktop.in
+	make i18n
+
+configure/ocrfeeder:: resources/ocrfeeder.desktop


Property changes on: packages/ocrfeeder/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/ocrfeeder/trunk/debian/source/format
===================================================================
--- packages/ocrfeeder/trunk/debian/source/format	                        (rev 0)
+++ packages/ocrfeeder/trunk/debian/source/format	2010-04-02 15:06:09 UTC (rev 5076)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-apps-commits mailing list