[Python-modules-commits] [pyside] 02/07: d/control: use build-profiles marker instead of comments to mark build-deps used by tests

Mattia Rizzolo mattia at debian.org
Wed Oct 25 00:03:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository pyside.

commit 42fe68da46a9129ff30ced6b2c3c9fcf1db39bd2
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Oct 25 01:46:20 2017 +0200

    d/control: use build-profiles marker instead of comments to mark build-deps used by tests
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/control | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index a20c450..f6ce609 100644
--- a/debian/control
+++ b/debian/control
@@ -7,25 +7,21 @@ Build-Depends:
  cmake (>= 2.8.4+dfsg.1-3~),
  debhelper (>= 9),
  dpkg-dev (>= 1.15.6),
- libgl1-mesa-dri,
+ libgl1-mesa-dri <!nocheck>,
  libphonon-dev,
  libqt4-dev (>= 4:4.7.0),
  libqt4-opengl-dev (>= 4:4.7.0),
- libqt4-sql-sqlite (>= 4:4.7.0),
+ libqt4-sql-sqlite (>= 4:4.7.0) <!nocheck>,
  libqtwebkit-dev,
  libshiboken-dev (>= 1.2.2),
  phonon,
- phonon-backend-gstreamer,
+ phonon-backend-gstreamer <!nocheck>,
  python-all-dev (>= 2.6.6-3),
  python-setuptools,
  python3-all-dev,
  shiboken (>= 1.2.2),
- xauth,
- xvfb,
-# Various Build-Depends are needed for success of the testsuite:
-# 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
+ xauth <!nocheck>,
+ xvfb <!nocheck>,
 Build-Conflicts:
  phonon-backend-null,
 Standards-Version: 3.9.5

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyside.git



More information about the Python-modules-commits mailing list