[SCM] pysoundfile/master: Regenerated debian/control

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


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

    Regenerated debian/control

diff --git a/debian/control b/debian/control
index a4e9568..473ff69 100644
--- a/debian/control
+++ b/debian/control
@@ -22,11 +22,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/.
  .
@@ -36,11 +39,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