~ubuntu-branches/ubuntu/saucy/pyao/saucy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-10-18 16:12:11 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20111018161211-2tr4gje423474jz0
Tags: 0.82-4ubuntu1
* Merge with Debian; remaining changes:
  - Build a python-pyao-dbg package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: extra
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Debian QA Group <packages@qa.debian.org>
6
 
Build-Depends: debhelper (>= 5.0.37.2), libao-dev (>= 0.8.4), python-all-dev (>= 2.3.5-11), python-all-dbg, python-central (>= 0.5)
7
 
XS-Python-Version: all
 
6
Build-Depends: debhelper (>= 7.0.50~), libao-dev (>= 0.8.4), python-all-dev (>= 2.6.6-3~), python-all-dbg
 
7
X-Python-Version: >= 2.0
8
8
Standards-Version: 3.8.4
9
9
 
10
10
Package: python-pyao
11
11
Architecture: any
12
 
XB-Python-Version: ${python:Versions}
13
12
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
14
13
Suggests: python-pyao-dbg
15
 
Description: A Python interface to the Audio Output library
 
14
Provides: ${python:Provides}
 
15
Breaks: ${python:Breaks}
 
16
Description: Python interface to the Audio Output library
16
17
 This module makes the libao (Audio Output) functions available
17
18
 in Python. With this module you can write Python applications
18
19
 that use the cross platform audio output library.