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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sat Mar 13 17:55:45 UTC 2010


    Date: Saturday, March 13, 2010 @ 17:55:43
  Author: jwilk
Revision: 12256

Move other *-dbg packages from gamera-dbg's Recommends: to Suggests:, as
it's unlikely they will be helpful in debugging problems with Gamera.

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:50:36 UTC (rev 12255)
+++ packages/gamera/trunk/debian/changelog	2010-03-13 17:55:43 UTC (rev 12256)
@@ -2,6 +2,8 @@
 
   * Let gamera-dbg only recommend (instead of depending on) python-dbg, as the
     package can be useful even without the latter.
+  * Move other *-dbg packages from gamera-dbg's Recommends: to Suggests:, as
+    it's unlikely they will be helpful in debugging problems with Gamera.
 
  -- Jakub Wilk <jwilk at debian.org>  Sat, 13 Mar 2010 18:46:12 +0100
 

Modified: packages/gamera/trunk/debian/control
===================================================================
--- packages/gamera/trunk/debian/control	2010-03-13 17:50:36 UTC (rev 12255)
+++ packages/gamera/trunk/debian/control	2010-03-13 17:55:43 UTC (rev 12256)
@@ -38,7 +38,8 @@
 Priority: extra
 Architecture: any
 Depends: python-gamera (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Recommends: python-dbg, python-wxgtk2.8, python-numpy-dbg, python-imaging-dbg
+Recommends: python-dbg
+Suggests: python-wxgtk2.8-dbg, 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