[SCM] pysoundfile/master: Fixed build-dependencies

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


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

    Fixed build-dependencies
    
    cdbs somehow thinks that we are building arch-dependent files...

diff --git a/debian/control b/debian/control
index fb2d4b5..f46e33a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,12 @@ Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>,
 Build-Depends: cdbs (>= 0.4.93~),
  debhelper (>= 9~),
  dh-buildinfo,
- python,
- python3,
- python-dev (>= 2.3.5-7),
- python3-dev,
- devscripts,
- dh-python,
+ python-all (>= 2.6.6-3~),
  python-setuptools,
- python3-setuptools
+ python3-all,
+ python3-setuptools,
+ dh-python,
+ devscripts,
 Standards-Version: 3.9.6
 Homepage: https://github.com/bastibe/PySoundFile
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/pysoundfile.git

-- 
pysoundfile packaging



More information about the pkg-multimedia-commits mailing list