[SCM] pysoundfile/master: use ${python:Depends} for python2 package

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


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

    use ${python:Depends} for python2 package

diff --git a/debian/control.in b/debian/control.in
index f27a65a..a64386a 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -28,7 +28,7 @@ Description: Python 3 audio module based on libsndfile and NumPy
 
 Package: python-soundfile
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python: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

-- 
pysoundfile packaging



More information about the pkg-multimedia-commits mailing list