~ubuntu-branches/ubuntu/karmic/pygame/karmic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Joe Wreschnig
  • Date: 2005-09-15 15:10:45 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050915151045-6j7tiaorbf42xqia
Tags: 1.7.1release-1
* New upstream release.
* Remove 64-bit patch from 1.6-0.2, merged upstream.
* Remove SMPEG detection patch from 1.4-1, no longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: pygame
2
 
Section: interpreters 
 
2
Section: python
3
3
Priority: optional
4
4
Maintainer: Ed Boraas <ed@debian.org> 
5
 
Build-Depends: debhelper (>= 4.1.25), python2.3-dev, python2.2-dev, libsdl1.2-dev (>= 1.2.2-3.1), libsdl-image1.2-dev (>= 1.2.0-1.1), libsdl-mixer1.2-dev (>= 1.2.0-1.1), libsdl-ttf2.0-dev (>= 1.2.2-1.1), libsmpeg-dev (>= 0.4.4-2.1), sharutils, python2.2-numeric, python2.3-numeric, python
6
 
Standards-Version: 3.6.1
 
5
Uploaders: Joe Wreschnig <piman@debian.org>
 
6
Build-Depends: debhelper (>= 4.1.25), python2.3-dev, python2.4-dev, libsdl1.2-dev (>= 1.2.2-3.1), libsdl-image1.2-dev (>= 1.2.0-1.1), libsdl-mixer1.2-dev (>= 1.2.0-1.1), libsdl-ttf2.0-dev (>= 1.2.2-1.1), libsmpeg-dev (>= 0.4.5+cvs20030824-1.3), sharutils, python2.4-numeric, python2.3-numeric, python
 
7
Standards-Version: 3.6.2
7
8
 
8
 
Package: python2.2-pygame
 
9
Package: python2.4-pygame
9
10
Architecture: any
10
 
Depends: python2.2, python2.2-numeric, python2.2-numeric-ext, ${shlibs:Depends}
 
11
Depends: python2.4, python2.4-numeric, python2.4-numeric-ext, ${shlibs:Depends}
11
12
Conflicts: pygame (= 1.5-2)
12
13
Replaces: pygame (= 1.5-2)
13
 
Description: SDL bindings for games development in Python 2.2
 
14
Description: SDL bindings for games development in Python 2.4
14
15
 A multimedia development kit for Python. Pygame provides modules for you
15
16
 to access the video display, play sounds, track time, read the mouse and
16
17
 joystick, control the CD player, render true type fonts and more. It does
30
31
Package: python-pygame
31
32
Architecture: all
32
33
Depends: ${python:Depends}
33
 
Suggests: python2.1-pygame, python2.2-pygame
 
34
Suggests: python2.4-pygame
34
35
Description: SDL bindings for games development in Python
35
36
 A multimedia development kit for Python. Pygame provides modules for you
36
37
 to access the video display, play sounds, track time, read the mouse and
37
38
 joystick, control the CD player, render true type fonts and more. It does
38
39
 this using mainly the cross-platform SDL library, a lightweight wrapper
39
40
 to OS-specific APIs.
 
41
 .
 
42
 This package also includes Pygame's API documentation and examples.
 
43