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

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Sun Jul 26 15:40:27 UTC 2009


    Date: Sunday, July 26, 2009 @ 15:40:09
  Author: ffm-guest
Revision: 9156

New upstream version, packaging 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-26 12:40:57 UTC (rev 9155)
+++ packages/python-gasp/trunk/debian/changelog	2009-07-26 15:40:09 UTC (rev 9156)
@@ -1,9 +1,10 @@
-python-gasp (0.2.1~bzr65-2) unstable; urgency=low
+python-gasp (0.3.0-1) unstable; urgency=low
 
+  * New upstream version
   * Update Maintainer email address
   * Fixed copyright file to use the © symbol
 
- -- Luke Faraone <luke at faraone.cc>  Sat, 03 Jan 2009 18:37:08 -0500
+ -- Luke Faraone <luke at faraone.cc>  Fri, 24 Jul 2009 21:26:50 -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-26 12:40:57 UTC (rev 9155)
+++ packages/python-gasp/trunk/debian/control	2009-07-26 15:40:09 UTC (rev 9156)
@@ -4,8 +4,8 @@
 Maintainer: Luke Faraone <luke at faraone.cc>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: python (>= 2.5), debhelper (>= 5), cdbs (>= 0.4.43),  python-setuptools, 
-Build-Depends-indep: python-dev (>= 2.3.5-11), python-central (>= 0.5.0), patchutils, bzr
-Standards-Version: 3.8.0
+Build-Depends-indep: python-central (>= 0.5.0), patchutils, bzr
+Standards-Version: 3.8.2
 Homepage: https://launchpad.net/gasp
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-gasp/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-gasp/trunk/
@@ -13,10 +13,10 @@
 
 Package: python-gasp
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pygame
+Depends: ${misc:Depends}, ${python:Depends}, python-cairo (>= 1.4)
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: procedural Python graphics library for beginning programmers
- GASP is a wrapper around the Pygame SDL library which makes writing graphical
- applications in Python easy for beginners, requiring no knowledge of classes
- or instances.
+ GASP is a wrapper around the Python Cairo Graphics library which makes writing 
+ graphical applications in Python easy for beginners, requiring little prior 
+ knowledge of object-oriented programming.




More information about the Python-modules-commits mailing list