[Python-modules-commits] r16849 - in packages/python-easygui/trunk/debian (changelog control)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Sun May 1 16:04:16 UTC 2011


    Date: Sunday, May 1, 2011 @ 16:04:13
  Author: anoteng-guest
Revision: 16849

Add Depends: python-imaging-tk to enable jpeg and png support.

Modified:
  packages/python-easygui/trunk/debian/changelog
  packages/python-easygui/trunk/debian/control

Modified: packages/python-easygui/trunk/debian/changelog
===================================================================
--- packages/python-easygui/trunk/debian/changelog	2011-05-01 15:04:46 UTC (rev 16848)
+++ packages/python-easygui/trunk/debian/changelog	2011-05-01 16:04:13 UTC (rev 16849)
@@ -1,5 +1,8 @@
-python-easygui (0.96-2) UNRELEASED; urgency=low
+python-easygui (0.96-2) unstable; urgency=low
 
+  * Enable jpeg and png graphics by adding Depends: python-imaging-tk
+
+  [Charlie Smotherman]
   * Update debian/copyright to DEP5-rev173
   * debian/rules changed to dh $@ --with python2.
   * debian/control
@@ -9,7 +12,7 @@
     - wrapped text in Description.
     - bumped standards version to 3.9.2, no changes needed.
 
- -- Charlie Smotherman <cjsmo at cableone.net>  Thu, 12 Apr 2011 02:06:23 -0500
+ -- Andreas Noteng <andreas at noteng.no>  Sun, 01 May 2011 17:52:40 +0200
 
 python-easygui (0.96-1) unstable; urgency=low
 

Modified: packages/python-easygui/trunk/debian/control
===================================================================
--- packages/python-easygui/trunk/debian/control	2011-05-01 15:04:46 UTC (rev 16848)
+++ packages/python-easygui/trunk/debian/control	2011-05-01 16:04:13 UTC (rev 16849)
@@ -12,8 +12,7 @@
 
 Package: python-easygui
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Suggests: python-imaging
+Depends: ${python:Depends}, ${misc:Depends}, python-imaging-tk
 Description: module for very simple, very easy GUI programming in Python
  This package provides the python modules EasyGUI. Experienced Pythonistas
  need support for quick and dirty GUI features. New Python programmers need




More information about the Python-modules-commits mailing list