Add Russian translation provided by Валерий Крувялис <valkru@mail.ru>
[xiph-mirror.git] / ao-python / debian / control
blobb1f84fc5ac07438ef822185d4e003a54987b520a
1 Source: pyao
2 Section: interpreters
3 Priority: optional
4 Maintainer: Christopher L Cheney <ccheney@debian.org>
5 Build-Depends: debhelper (>> 3.0.0), libao-dev (>> 0.8.3), python2.1-dev
6 Standards-Version: 3.5.6.0
8 Package: python-pyao
9 Architecture: any
10 Depends: python (>= 2.1), python (<< 2.2), ${shlibs:Depends}
11 Description: A Python interface to the Audio Output library
12  This module makes the libao (Audio Output) functions available
13  in Python. With this module you can write Python applications
14  that use the cross platform audio output library.