~ubuntu-branches/debian/squeeze/python-gasp/squeeze

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2009-07-27 21:16:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090727211602-50iw8v0ufxe5gm6i
* 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: python-gasp
2
2
Section: python
3
3
Priority: optional
4
 
Maintainer: Luke Faraone <lfaraone@ubuntu.com>
 
4
Maintainer: Luke Faraone <luke@faraone.cc>
5
5
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
6
 
Build-Depends: python (>= 2.5), debhelper (>= 5), cdbs (>= 0.4.43),  python-setuptools, 
7
 
Build-Depends-indep: python-dev (>= 2.3.5-11), python-central (>= 0.5.0), patchutils, bzr
8
 
Standards-Version: 3.8.0
 
6
Build-Depends: python (>= 2.4), debhelper (>= 5), cdbs (>= 0.4.49),  python-setuptools, 
 
7
Build-Depends-indep: python-support (>= 0.5.3), patchutils, bzr
 
8
Standards-Version: 3.8.2
9
9
Homepage: https://launchpad.net/gasp
10
10
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-gasp/trunk
11
11
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-gasp/trunk/
12
 
XS-Python-Version: all
13
12
 
14
13
Package: python-gasp
15
14
Architecture: all
16
 
Depends: ${misc:Depends}, ${python:Depends}, python-pygame
 
15
Depends: ${misc:Depends}, ${python:Depends}, python-cairo (>= 1.4), python-gtk2, python-gobject, python-multiprocessing
17
16
Provides: ${python:Provides}
18
 
XB-Python-Version: ${python:Versions}
19
17
Description: procedural Python graphics library for beginning programmers
20
 
 GASP is a wrapper around the Pygame SDL library which makes writing graphical
21
 
 applications in Python easy for beginners, requiring no knowledge of classes
22
 
 or instances.
 
18
 GASP is a wrapper around the Python Cairo Graphics library which makes writing 
 
19
 graphical applications in Python easy for beginners, requiring little prior 
 
20
 knowledge of object-oriented programming.