[SCM] pysoundfile/master: Recommend python*-numpy instead of Depend

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Nov 10 15:49:22 UTC 2015


The following commit has been merged in the master branch:
commit 244c6edfb4dd4d50b9007127ccbd4d3981c86300
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Tue Nov 10 16:40:41 2015 +0100

    Recommend python*-numpy instead of Depend

diff --git a/debian/control.in b/debian/control.in
index 7db9d49..5638267 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -17,11 +17,14 @@ Package: python3-soundfile
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
  libsndfile1
-Description: Python 3 audio module based on libsndfile and NumPy
+Recommends: ${shlibs:Recommends}, ${misc:Recommends}, ${python3:Recommends},
+ python3-numpy
+Description: Python 3 audio module based on libsndfile
  PySoundFile can read and write sound files in a variety of formats and eases
  the application of signal processing algorithms.
- File reading/writing is supported through libsndfile. PySoundFile represents
- audio data as NumPy arrays.
+ File reading/writing is supported through libsndfile.
+ By default, PySoundFile represents audio data as NumPy arrays, but ordinary
+ Python buffers are supported as well.
  .
  Full documentation is available on http://pysoundfile.readthedocs.org/.
  .
@@ -31,11 +34,14 @@ Package: python-soundfile
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  libsndfile1
+Recommends: ${shlibs:Recommends}, ${misc:Recommends}, ${python:Recommends},
+ python-numpy
 Description: Python audio module 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.
- File reading/writing is supported through libsndfile. PySoundFile represents
- audio data as NumPy arrays.
+ File reading/writing is supported through libsndfile.
+ By default, PySoundFile represents audio data as NumPy arrays, but ordinary
+ Python buffers are supported as well.
  .
  Full documentation is available on http://pysoundfile.readthedocs.org/.
  .

-- 
pysoundfile packaging



More information about the pkg-multimedia-commits mailing list