[SCM] pysoundfile/master: Build python2 module in addition to python3

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Jun 18 19:13:56 UTC 2015


The following commit has been merged in the master branch:
commit 106387a06c8d6908bd22e89d173d7201428cf5b2
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Jun 17 18:17:27 2015 +0200

    Build python2 module in addition to python3

diff --git a/debian/control.in b/debian/control.in
index b3e0c8a..1c5e675 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,6 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>,
  Alessio Treglia <alessio at debian.org>
 Build-Depends: @cdbs@,
+ python-setuptools,
  python3-setuptools
 Standards-Version: 3.9.6
 Homepage: https://github.com/bastibe/PySoundFile
@@ -15,7 +16,19 @@ Package: python3-soundfile
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
  libsndfile1
-Description: Python 3 audio library based on libsndfile and NumPy
+Description: Python 3 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.
+ .
+ Full documentation is available on http://pysoundfile.readthedocs.org/.
+
+Package: python-soundfile
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
+ libsndfile1
+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

-- 
pysoundfile packaging



More information about the pkg-multimedia-commits mailing list