[Python-modules-commits] r9186 - 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 01:19:36 UTC 2009


    Date: Tuesday, July 28, 2009 @ 01:19:35
  Author: ffm-guest
Revision: 9186

Add *yet more* deps.

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:45:36 UTC (rev 9185)
+++ packages/python-gasp/trunk/debian/changelog	2009-07-28 01:19:35 UTC (rev 9186)
@@ -1,29 +1,15 @@
-python-gasp (0.3.0-4) unstable; urgency=low
+python-gasp (0.3.0-1) unstable; urgency=low
 
-  * 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
-
-  * Switch to pysupport
-  * Fix get-orig-source in debian/rules
-
- -- Luke Faraone <luke at faraone.cc>  Sun, 26 Jul 2009 13:57:43 -0400
-
-python-gasp (0.3.0-1) UNRELEASED; urgency=low
-
   * New upstream version
   * Update Maintainer email address
   * Fixed copyright file to use the © symbol
+  * Switch to pysupport
+  * Fix get-orig-source in debian/rules
+  * Fixed setup.py so that images are installed in the proper location.
+  * debian/control: Added dependency on python-gobject, python-gtk2, and
+    python-multiprocessing.
 
- -- Luke Faraone <luke at faraone.cc>  Fri, 24 Jul 2009 21:26:50 -0400
+ -- Luke Faraone <luke at faraone.cc>  Mon, 27 Jul 2009 21:16:02 -0400
 
 python-gasp (0.2.1~bzr65-1) unstable; urgency=low
 

Modified: packages/python-gasp/trunk/debian/control
===================================================================
--- packages/python-gasp/trunk/debian/control	2009-07-28 00:45:36 UTC (rev 9185)
+++ packages/python-gasp/trunk/debian/control	2009-07-28 01:19:35 UTC (rev 9186)
@@ -12,7 +12,7 @@
 
 Package: python-gasp
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-cairo (>= 1.4), python-gtk2, python-gobject
+Depends: ${misc:Depends}, ${python:Depends}, python-cairo (>= 1.4), python-gtk2, python-gobject, python-mutiprocessing
 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