[opencv] 03/05: d/control: work around #878878 in dbus by explictly adding dbus-x11 to build-deps for !linux

Mattia Rizzolo mattia at debian.org
Tue Oct 17 14:21:51 UTC 2017


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

mattia pushed a commit to branch sid
in repository opencv.

commit 700388f72302bae982f6c412390cb65d09dcf122
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Tue Oct 17 16:07:56 2017 +0200

    d/control: work around #878878 in dbus by explictly adding dbus-x11 to build-deps for !linux
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/control | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/control b/debian/control
index e6739cf..6792c4c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,9 @@ Uploaders:
 Build-Depends:
  ant,
  cmake (>= 2.8.7),
+# specifically include dbus-x11 to temporary work around #878878
+# and allow apt on !linux to satisfy the build-deps
+ dbus-x11 [!linux-any],
  debhelper (>= 9),
  default-jdk,
  dh-python,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git



More information about the debian-science-commits mailing list