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
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.
19 This package contains the python modules
21 Package: python-jack-demos
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.
31 This package provides a set of demos/examples of python-jack usage