[Python-modules-commits] r11324 - in packages/gamera/trunk/debian (changelog control)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Tue Jan 26 11:02:19 UTC 2010


    Date: Tuesday, January 26, 2010 @ 11:02:11
  Author: jwilk-guest
Revision: 11324

Don't use Breaks to enforce strict internal dependency; use a technique suggested by lintian instead.

Modified:
  packages/gamera/trunk/debian/changelog
  packages/gamera/trunk/debian/control

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2010-01-26 01:16:16 UTC (rev 11323)
+++ packages/gamera/trunk/debian/changelog	2010-01-26 11:02:11 UTC (rev 11324)
@@ -14,7 +14,7 @@
   * Add Debian menu entry.
   * Add freedesktop.org desktop entry.
 
- -- Jakub Wilk <ubanus at users.sf.net>  Sun, 03 Jan 2010 17:33:51 +0100
+ -- Jakub Wilk <ubanus at users.sf.net>  Tue, 26 Jan 2010 10:44:19 +0100
 
 gamera (3.2.3-1) unstable; urgency=low
 

Modified: packages/gamera/trunk/debian/control
===================================================================
--- packages/gamera/trunk/debian/control	2010-01-26 01:16:16 UTC (rev 11323)
+++ packages/gamera/trunk/debian/control	2010-01-26 11:02:11 UTC (rev 11324)
@@ -21,7 +21,6 @@
 Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Replaces: gamera-gui (<< 3.2.3-2~)
-Breaks: gamera-gui (<< ${source:Version}), python-gamera-dev (<< ${source:Version})
 Recommends: python-wxgtk2.8, python-numpy, python-imaging
 Suggests: gamera-doc
 Description: framework for building document analysis applications
@@ -49,7 +48,7 @@
 Package: python-gamera-dev
 Architecture: all
 Depends: python-dev, libvigraimpex-dev, ${misc:Depends}
-Recommends: python-all-dev, python-gamera (>= ${source:Version})
+Recommends: python-all-dev, python-gamera (>= ${source:Version}), python-gamera (<= ${source:Version}.0~)
 Description: framework for building document analysis applications (header files)
  The Gamera framework is a Python library for building custom
  applications for document analysis and recognition.
@@ -59,7 +58,7 @@
 
 Package: gamera-gui
 Architecture: all
-Depends: python, ${python:Depends}, python-gamera (>= ${source:Version}), python-wxgtk2.8, ${misc:Depends}
+Depends: python, ${python:Depends}, python-gamera (>= ${source:Version}), python-gamera (<= ${source:Version}.0~), python-wxgtk2.8, ${misc:Depends}
 Recommends: python-matplotlib
 Suggests: gamera-doc
 Description: GUI for the Gamera framework




More information about the Python-modules-commits mailing list