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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Tue Feb 23 12:13:38 UTC 2010


    Date: Tuesday, February 23, 2010 @ 12:13:24
  Author: jwilk
Revision: 11893

Make gamera-gui recommend python-docutils, as it's needed to display
context help.

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

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2010-02-22 23:05:58 UTC (rev 11892)
+++ packages/gamera/trunk/debian/changelog	2010-02-23 12:13:24 UTC (rev 11893)
@@ -6,8 +6,10 @@
     (fix-unaligned-access.diff)
   * Really remove upstream-applied patches from the source package.
   * Replace patch fixing TIFF export with the one applied upstream.
+  * Make gamera-gui recommend python-docutils, as it's needed to display
+    context help.
 
- -- Jakub Wilk <jwilk at debian.org>  Mon, 22 Feb 2010 20:45:23 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Tue, 23 Feb 2010 13:12:29 +0100
 
 gamera (3.2.4-1) unstable; urgency=low
 

Modified: packages/gamera/trunk/debian/control
===================================================================
--- packages/gamera/trunk/debian/control	2010-02-22 23:05:58 UTC (rev 11892)
+++ packages/gamera/trunk/debian/control	2010-02-23 12:13:24 UTC (rev 11893)
@@ -60,7 +60,7 @@
 Package: gamera-gui
 Architecture: all
 Depends: python, ${python:Depends}, python-gamera (>= ${source:Version}), python-gamera (<= ${source:Version}.0~), python-wxgtk2.8, ${misc:Depends}
-Recommends: python-matplotlib
+Recommends: python-matplotlib, python-docutils
 Suggests: gamera-doc
 Description: GUI for the Gamera framework
  The Gamera framework is a Python library for building custom




More information about the Python-modules-commits mailing list