~ubuntu-branches/ubuntu/warty/pygame/warty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-09-17 17:09:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040917170953-caomeukd8awvvpwv
Tags: 1.6-0.2ubuntu1
Add missing build-depends: python

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: pygame
2
 
Section: devel
 
2
Section: interpreters 
3
3
Priority: optional
4
4
Maintainer: Ed Boraas <ed@debian.org> 
5
 
Build-Depends: debhelper (>= 3.0.0), python-dev (>= 2.1), python-dev (<< 2.2), 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-ttf1.2-dev (>= 1.2.2-1.1), libsmpeg-dev (>= 0.4.4-2.1)
6
 
Standards-Version: 3.5.2
7
 
 
8
 
Package: pygame
9
 
Architecture: any
10
 
Depends: python (>= 2.1), python (<< 2.2), python-numeric, python-numeric-ext, ${shlibs:Depends}
 
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
 
7
 
 
8
Package: python2.2-pygame
 
9
Architecture: any
 
10
Depends: python2.2, python2.2-numeric, python2.2-numeric-ext, ${shlibs:Depends}
 
11
Conflicts: pygame (= 1.5-2)
 
12
Replaces: pygame (= 1.5-2)
 
13
Description: SDL bindings for games development in Python 2.2
 
14
 A multimedia development kit for Python. Pygame provides modules for you
 
15
 to access the video display, play sounds, track time, read the mouse and
 
16
 joystick, control the CD player, render true type fonts and more. It does
 
17
 this using mainly the cross-platform SDL library, a lightweight wrapper
 
18
 to OS-specific APIs.
 
19
 
 
20
Package: python2.3-pygame
 
21
Architecture: any
 
22
Depends: python2.3, python2.3-numeric, python2.3-numeric-ext, ${shlibs:Depends}
 
23
Description: SDL bindings for games development in Python 2.3
 
24
 A multimedia development kit for Python. Pygame provides modules for you
 
25
 to access the video display, play sounds, track time, read the mouse and
 
26
 joystick, control the CD player, render true type fonts and more. It does
 
27
 this using mainly the cross-platform SDL library, a lightweight wrapper
 
28
 to OS-specific APIs.
 
29
 
 
30
Package: python-pygame
 
31
Architecture: all
 
32
Depends: ${python:Depends}
 
33
Suggests: python2.1-pygame, python2.2-pygame
11
34
Description: SDL bindings for games development in Python
12
35
 A multimedia development kit for Python. Pygame provides modules for you
13
36
 to access the video display, play sounds, track time, read the mouse and
14
37
 joystick, control the CD player, render true type fonts and more. It does
15
38
 this using mainly the cross-platform SDL library, a lightweight wrapper
16
39
 to OS-specific APIs.
17