[SCM] csound/master: Install icsound and ctcsound python modules

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sun Jul 3 19:02:29 UTC 2016


The following commit has been merged in the master branch:
commit 0f8a82585287d637c55a710df3e1c46546322484
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sat Jun 18 12:42:46 2016 -0400

    Install icsound and ctcsound python modules

diff --git a/debian/control.in b/debian/control.in
index 523b1d0..0ea782a 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -124,10 +124,14 @@ Package: python-csound
 Architecture: any
 Section: python
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Recommends: python-matplotlib, python-numpy
 Provides: ${python:Provides}
 Description: Python bindings for Csound
  This is the Python binding for the Csound API.
  .
+ It also contains the icsound and ctcsound modules (these need
+ matplotlib and numpy).
+ .
  For more information on Csound, see the csound package.
 
 Package: libcsnd6-6.0v5
diff --git a/debian/python-csound.install b/debian/python-csound.install
index b58c74d..6113da7 100644
--- a/debian/python-csound.install
+++ b/debian/python-csound.install
@@ -1,2 +1,4 @@
 usr/lib/python*/*-packages/_csnd6.so
 usr/lib/python*/*-packages/csnd6.py
+usr/lib/python*/*-packages/icsound.py
+usr/lib/python*/*-packages/ctcsound.py

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list