[SCM] pysoundfile/master: Depend on libsndfile1

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Apr 27 19:51:55 UTC 2015


The following commit has been merged in the master branch:
commit cd1018973a0a0625f659ac4063b105870b4039fa
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Apr 27 21:37:07 2015 +0200

    Depend on libsndfile1
    
    as CFFI is not caught by automatic dependency resolving

diff --git a/debian/control.in b/debian/control.in
index 2118210..7f33e13 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -11,7 +11,8 @@ Vcs-Browser: http://anonscm.debian.org/?p=pkg-multimedia/pysoundfile.git;a=summa
 
 Package: python3-soundfile
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
+ libsndfile1
 Description: Python 3 audio library based on libsndfile and NumPy
  PySoundFile can read and write sound files in a variety of formats and eases
  the application of signal processing algorithms.

-- 
pysoundfile packaging



More information about the pkg-multimedia-commits mailing list