[Python-modules-commits] r24812 - in packages/pyside/trunk/debian (control)
odyx at users.alioth.debian.org
odyx at users.alioth.debian.org
Fri Jun 14 09:02:19 UTC 2013
Date: Friday, June 14, 2013 @ 09:02:14
Author: odyx
Revision: 24812
Help the sbuild apt resolver by adding phonon to Build-Depends and phonon-backend-null to Build-Conflicts.
Modified:
packages/pyside/trunk/debian/control
Modified: packages/pyside/trunk/debian/control
===================================================================
--- packages/pyside/trunk/debian/control 2013-06-13 21:32:43 UTC (rev 24811)
+++ packages/pyside/trunk/debian/control 2013-06-14 09:02:14 UTC (rev 24812)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 9), cmake (>= 2.8.4+dfsg.1-3~), dpkg-dev (>= 1.15.6),
python-all-dev (>= 2.6.6-3),
python3-all-dev,
- phonon-backend-gstreamer,
+ phonon, phonon-backend-gstreamer,
libqt4-dev (>= 4:4.7.0), libphonon-dev, libqt4-opengl-dev (>= 4:4.7.0), libqtwebkit-dev,
shiboken (>= 1.1.2-4~), libshiboken-dev (>= 1.1.2-4~),
libqt4-sql-sqlite (>= 4:4.7.0), xvfb, xauth, libgl1-mesa-dri
@@ -14,6 +14,7 @@
# libqt4-sql-sqlite is needed because we need one sql driver.
# xvfb and xauth are needed to run a fake X Server; libgl1-mesa-dri is needed for the GLX-using tests
# phonon-backend-gstreamer is needed to test phonon
+Build-Conflicts: phonon-backend-null
Standards-Version: 3.9.4
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
More information about the Python-modules-commits
mailing list