[Python-apps-commits] r7418 - in packages/ocrfeeder/trunk/debian (4 files)

agarcia-guest at users.alioth.debian.org agarcia-guest at users.alioth.debian.org
Sun Aug 7 15:19:17 UTC 2011


    Date: Sunday, August 7, 2011 @ 15:19:15
  Author: agarcia-guest
Revision: 7418

0.7.6-1: new upstream release

Modified:
  packages/ocrfeeder/trunk/debian/changelog
  packages/ocrfeeder/trunk/debian/control
  packages/ocrfeeder/trunk/debian/rules
Deleted:
  packages/ocrfeeder/trunk/debian/pyversions

Modified: packages/ocrfeeder/trunk/debian/changelog
===================================================================
--- packages/ocrfeeder/trunk/debian/changelog	2011-08-07 15:19:07 UTC (rev 7417)
+++ packages/ocrfeeder/trunk/debian/changelog	2011-08-07 15:19:15 UTC (rev 7418)
@@ -1,3 +1,14 @@
+ocrfeeder (0.7.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * Add dependency on python-reportlab.
+  * Move to dh_python2:
+    - Replace python-support with python-all (>= 2.6.6-3~).
+    - Use '--with python2' in debian/rules.
+    - Replace debian/pyversions with X-Python-Version in debian/control.
+
+ -- Alberto Garcia <agarcia at igalia.com>  Sat, 06 Aug 2011 11:46:34 +0200
+
 ocrfeeder (0.7.5-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/ocrfeeder/trunk/debian/control
===================================================================
--- packages/ocrfeeder/trunk/debian/control	2011-08-07 15:19:07 UTC (rev 7417)
+++ packages/ocrfeeder/trunk/debian/control	2011-08-07 15:19:15 UTC (rev 7418)
@@ -4,15 +4,16 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: W. Martin Borgert <debacle at debian.org>, Alberto Garcia <agarcia at igalia.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7), python-support, intltool, python-gtk2-dev, gnome-doc-utils, python-imaging-sane, python-enchant, python-gtkspell, python-pygoocanvas
+Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~), intltool, python-gtk2-dev, gnome-doc-utils, python-imaging-sane, python-enchant, python-gtkspell, python-pygoocanvas
 Standards-Version: 3.9.2
+X-Python-Version: >= 2.5
 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, python-gnome2, python-imaging-sane, python-enchant, python-gtkspell, python-pygoocanvas, ghostscript, ${misc:Depends}, ${python:Depends}, tesseract-ocr | ocrad | gocr | cuneiform
+Depends: python-gtk2, python-gnome2, python-imaging-sane, python-enchant, python-gtkspell, python-pygoocanvas, python-reportlab, ghostscript, ${misc:Depends}, ${python:Depends}, tesseract-ocr | ocrad | gocr | cuneiform
 Recommends: unpaper, yelp
 Description: Document layout analysis and optical character recognition system
  OCRFeeder is a document layout analysis and optical character

Deleted: packages/ocrfeeder/trunk/debian/pyversions
===================================================================
--- packages/ocrfeeder/trunk/debian/pyversions	2011-08-07 15:19:07 UTC (rev 7417)
+++ packages/ocrfeeder/trunk/debian/pyversions	2011-08-07 15:19:15 UTC (rev 7418)
@@ -1 +0,0 @@
-2.5-

Modified: packages/ocrfeeder/trunk/debian/rules
===================================================================
--- packages/ocrfeeder/trunk/debian/rules	2011-08-07 15:19:07 UTC (rev 7417)
+++ packages/ocrfeeder/trunk/debian/rules	2011-08-07 15:19:15 UTC (rev 7418)
@@ -2,4 +2,4 @@
 # -*- makefile -*-
 
 %:
-	dh $@
+	dh $@ --with python2




More information about the Python-apps-commits mailing list