~ubuntu-branches/ubuntu/oneiric/pyalsaaudio/oneiric

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2005-01-29 12:47:04 UTC
  • Revision ID: james.westby@ubuntu.com-20050129124704-6ulfdqi9pmj2dwe4
Tags: 0.1-1ubuntu1
Upload to hoary with python2.4 support

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: pyalsaaudio
 
2
Section: sound
 
3
Priority: optional
 
4
Maintainer: Thom May <thom@debian.org>
 
5
Build-Depends: debhelper (>=4.1.16), python2.3-dev, python2.4-dev, libasound2-dev, python, python-dev
 
6
Standards-Version: 3.6.1.0
 
7
 
 
8
Package: python-alsaaudio
 
9
Architecture: all
 
10
Depends: ${misc:Depends}, python (>= 2.4), python (<< 2.5), python2.4-alsaaudio
 
11
Description: Alsa bindings for Python [dummy package]
 
12
 The PyAlsaAudio package contains bindings for the ALSA sound api.
 
13
 .
 
14
 This package is a dummy package that always depends on a package built for
 
15
 Debian's default Python version.
 
16
 
 
17
Package: python2.3-alsaaudio
 
18
Architecture: any
 
19
Depends: python2.3, ${shlibs:Depends}, ${python:Depends}
 
20
Description: Alsa bindings for Python (2.3.x)
 
21
 The PyAlsaAudio package contains bindings for the ALSA sound api.
 
22
 .
 
23
 This package is built for Python 2.3.x.
 
24
 
 
25
Package: python2.4-alsaaudio
 
26
Architecture: any
 
27
Depends: python2.4, ${shlibs:Depends}, ${python:Depends}
 
28
Description: Alsa bindings for Python (2.4.x)
 
29
 The PyAlsaAudio package contains bindings for the ALSA sound api.
 
30
 .
 
31
 This package is built for Python 2.4.x.
 
32