[Python-modules-commits] r11168 - in packages/circuits/trunk/debian (TODO changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Jan 16 09:35:57 UTC 2010


    Date: Saturday, January 16, 2010 @ 09:35:56
  Author: morph
Revision: 11168

added python-gtk2 to Suggests, needed for new GTK driver

Modified:
  packages/circuits/trunk/debian/TODO
  packages/circuits/trunk/debian/changelog
  packages/circuits/trunk/debian/control

Modified: packages/circuits/trunk/debian/TODO
===================================================================
--- packages/circuits/trunk/debian/TODO	2010-01-16 09:34:07 UTC (rev 11167)
+++ packages/circuits/trunk/debian/TODO	2010-01-16 09:35:56 UTC (rev 11168)
@@ -1,3 +1,2 @@
 - currently pyinotify support doesn't work, upstream is working on it
 - tests are run with '-' to avoid abort on errors due to inotify
-- 1.2 will have gtk driver too, add it to Suggests when that will happen

Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog	2010-01-16 09:34:07 UTC (rev 11167)
+++ packages/circuits/trunk/debian/changelog	2010-01-16 09:35:56 UTC (rev 11168)
@@ -3,6 +3,7 @@
   * New upstream release
   * debian/control
     - updated Homepage field
+    - added python-gtk2 to Suggests, needed for new GTK driver
   * debian/watch
     - updated to new upstream homepage location
   * debian/copyright
@@ -11,7 +12,7 @@
   * debian/rules
     - new docs location
 
- -- Sandro Tosi <morph at debian.org>  Sat, 16 Jan 2010 10:33:15 +0100
+ -- Sandro Tosi <morph at debian.org>  Sat, 16 Jan 2010 10:34:57 +0100
 
 circuits (1.1.1-3) unstable; urgency=low
 

Modified: packages/circuits/trunk/debian/control
===================================================================
--- packages/circuits/trunk/debian/control	2010-01-16 09:34:07 UTC (rev 11167)
+++ packages/circuits/trunk/debian/control	2010-01-16 09:35:56 UTC (rev 11168)
@@ -15,7 +15,7 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 Recommends: python-multiprocessing | python (>= 2.6)
-Suggests: python-pyinotify, python-pygame
+Suggests: python-pyinotify, python-pygame, python-gtk2
 Description: event-driven framework with a component architecture
  circuits is an event-driven framework with a focus on Component
  Software Architectures where System Functionality is defined in




More information about the Python-modules-commits mailing list