~ubuntu-branches/ubuntu/trusty/pyao/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Christopher L Cheney
  • Date: 2001-11-24 00:40:39 UTC
  • Revision ID: james.westby@ubuntu.com-20011124004039-fr0p82j9cndd0mcy
Tags: 0.8-1
* New upstream. (Closes: #108608, #117234)
* Updated package to be Debian Python Policy compliant.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: interpreters
3
3
Priority: optional
4
4
Maintainer: Christopher L Cheney <ccheney@debian.org>
5
 
Build-Depends: debhelper (>> 3.0.0), libao-dev (>> 0.7.0), python-base, python-distutils
6
 
Standards-Version: 3.5.5.0
 
5
Build-Depends: debhelper (>> 3.0.0), libao-dev (>> 0.8.1), python2.1-dev
 
6
Standards-Version: 3.5.6.0
7
7
 
8
 
Package: pyao
 
8
Package: python-pyao
9
9
Architecture: any
10
 
Depends: ${shlibs:Depends}
 
10
Depends: python (>= 2.1), python (<< 2.2), ${shlibs:Depends}
11
11
Description: A Python interface to the Audio Output library
12
12
 This module makes the libao (Audio Output) functions available
13
13
 in Python. With this module you can write Python applications