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

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Tue Jul 28 00:45:41 UTC 2009


    Date: Tuesday, July 28, 2009 @ 00:45:36
  Author: ffm-guest
Revision: 9185

Dep fixes. 

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

Modified: packages/python-gasp/trunk/debian/changelog
===================================================================
--- packages/python-gasp/trunk/debian/changelog	2009-07-28 00:27:41 UTC (rev 9184)
+++ packages/python-gasp/trunk/debian/changelog	2009-07-28 00:45:36 UTC (rev 9185)
@@ -1,7 +1,13 @@
-python-gasp (0.3.0-3) unstable; urgency=low
+python-gasp (0.3.0-4) unstable; urgency=low
 
-  * Changed pixmaps
+  * debian/control: Added dependency on python-gobject and python-gtk2
 
+ -- Luke Faraone <luke at faraone.cc>  Mon, 27 Jul 2009 20:44:20 -0400
+
+python-gasp (0.3.0-3) UNRELEASED; urgency=low
+
+  * Fixed setup.py so that images are installed in the proper location.
+
  -- Luke Faraone <luke at faraone.cc>  Mon, 27 Jul 2009 19:34:29 -0400
 
 python-gasp (0.3.0-2) UNRELEASED; urgency=low

Modified: packages/python-gasp/trunk/debian/control
===================================================================
--- packages/python-gasp/trunk/debian/control	2009-07-28 00:27:41 UTC (rev 9184)
+++ packages/python-gasp/trunk/debian/control	2009-07-28 00:45:36 UTC (rev 9185)
@@ -12,7 +12,7 @@
 
 Package: python-gasp
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-cairo (>= 1.4)
+Depends: ${misc:Depends}, ${python:Depends}, python-cairo (>= 1.4), python-gtk2, python-gobject
 Provides: ${python:Provides}
 Description: procedural Python graphics library for beginning programmers
  GASP is a wrapper around the Python Cairo Graphics library which makes writing 




More information about the Python-modules-commits mailing list