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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sat Mar 13 17:50:37 UTC 2010


    Date: Saturday, March 13, 2010 @ 17:50:36
  Author: jwilk
Revision: 12255

Let gamera-dbg only recommend (instead of depending on) python-dbg, as the
package can be useful even without the latter.

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

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2010-03-13 17:49:48 UTC (rev 12254)
+++ packages/gamera/trunk/debian/changelog	2010-03-13 17:50:36 UTC (rev 12255)
@@ -1,3 +1,10 @@
+gamera (3.2.4-3) UNRELEASED; urgency=low
+
+  * Let gamera-dbg only recommend (instead of depending on) python-dbg, as the
+    package can be useful even without the latter.
+
+ -- Jakub Wilk <jwilk at debian.org>  Sat, 13 Mar 2010 18:46:12 +0100
+
 gamera (3.2.4-2) unstable; urgency=medium
 
   * Fix two RC bugs affecting testing (hence urgency=medium):

Modified: packages/gamera/trunk/debian/control
===================================================================
--- packages/gamera/trunk/debian/control	2010-03-13 17:49:48 UTC (rev 12254)
+++ packages/gamera/trunk/debian/control	2010-03-13 17:50:36 UTC (rev 12255)
@@ -37,8 +37,8 @@
 Section: debug
 Priority: extra
 Architecture: any
-Depends: python-gamera (= ${binary:Version}), ${python:Depends}, python-dbg, ${shlibs:Depends}, ${misc:Depends}
-Recommends: python-wxgtk2.8, python-numpy-dbg, python-imaging-dbg
+Depends: python-gamera (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: python-dbg, python-wxgtk2.8, python-numpy-dbg, python-imaging-dbg
 Description: framework for building document analysis applications (debug symbols)
  The Gamera framework is a Python library for building custom
  applications for document analysis and recognition.




More information about the Python-modules-commits mailing list