[SCM] csound/master: Update d/control
fsateler at users.alioth.debian.org
fsateler at users.alioth.debian.org
Sun Jul 3 19:02:30 UTC 2016
The following commit has been merged in the master branch:
commit b0e4f0282941e7f115d65945e81faf99d9f2a804
Author: Felipe Sateler <fsateler at debian.org>
Date: Sat Jun 18 13:51:54 2016 -0400
Update d/control
diff --git a/debian/control b/debian/control
index 2551422..4b4b564 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Build-Depends: cdbs (>= 0.4.131~),
python-dev (>= 2.6.6-3~),
puredata-dev,
default-jdk,
+ libsamplerate0-dev,
libfltk1.1-dev,
libfluidsynth-dev,
liblo-dev,
@@ -37,7 +38,8 @@ Build-Depends: cdbs (>= 0.4.131~),
bison (>= 2.6),
flex,
libportsmf-dev,
- libeigen3-dev
+ libeigen3-dev,
+ dh-python
Build-Depends-Indep: dh-linktree, doxygen, graphviz, libjs-jquery, ttf-dejavu
Standards-Version: 3.9.6
Vcs-Git: git://git.debian.org/git/pkg-multimedia/csound
@@ -155,10 +157,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
--
csound packaging
More information about the pkg-multimedia-commits
mailing list