Distribute pyjack with freewheel-related functionality
[jack_freewheel_button.git] / pyjack-0.5.2 / debian / control
blobb47b871fb166e166beb5bdf7016269979720c6dc
1 Source: pyjack
2 Section: python
3 Priority: optional
4 Maintainer: falkTX <falktx@gmail.com>
5 Build-Depends: cdbs, debhelper (>= 7), libjack-dev,
6  python2.6, python-numpy, python-dev
7 Standards-Version: 3.8.4
9 Package: python-jack
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}, jackd, python-numpy
12 Recommends: python-jack-examples
13 Description: Jack modules for python
14  PyJack2 is a module written in C which exposes the Jack API to Python.
15  For information about Jack see http://jackit.sourceforge.net.
16  This enables a Python program to connect to and interact with pro-audio
17  applications which use the Jack Audio Server.
18  .
19  This package contains the python modules
21 Package: python-jack-demos
22 Architecture: all
23 Depends: ${python:Depends}, ${misc:Depends}, python-jack
24 Suggests: python-scipy, python-qt4
25 Description: Jack modules for python
26  PyJack2 is a module written in C which exposes the Jack API to Python.
27  For information about Jack see http://jackit.sourceforge.net.
28  This enables a Python program to connect to and interact with pro-audio
29  applications which use the Jack Audio Server.
30  .
31  This package provides a set of demos/examples of python-jack usage