[SCM] faust/master: Explicitely depend on 'python'

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed May 18 15:13:10 UTC 2016


The following commit has been merged in the master branch:
commit d457b2cb12df86c3ea4c9493aafe7263aef2cec8
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed May 18 16:25:01 2016 +0200

    Explicitely depend on 'python'

diff --git a/debian/control b/debian/control
index b4d7de5..677bdd4 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/faust.git
 
 Package: faust
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
+Depends:
+ python,
+ ${misc:Depends}, ${shlibs:Depends}
 Recommends: ruby, libc6-dev | libc-dev, g++, make, libjack-dev, libgtk2.0-dev
 Suggests: kate
 Description: functional programming language for realtime audio applications

-- 
faust packaging



More information about the pkg-multimedia-commits mailing list