[opencv] 23/26: Fix Lintian recommendations about depends-on-metapackage

Leopold Palomo-Avellaneda leo at alaxarxa.net
Thu Sep 7 12:48:19 UTC 2017


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

lepalom-guest pushed a commit to branch debian-robotics
in repository opencv.

commit fe3caa623727a9a89eb19e7ea18fce4041f1262f
Author: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Date:   Wed Sep 6 11:16:48 2017 +0200

    Fix Lintian recommendations about depends-on-metapackage
---
 debian/control | 2 +-
 debian/rules   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 4d98ad2..9fac863 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Build-Depends:
  python-numpy,
  python3-dev,
  python3-numpy,
- qt5-default,
+ qtbase5-dev,
  zlib1g-dev (>= 1.2.5),
 Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/opencv.git
diff --git a/debian/rules b/debian/rules
index 43fd22a..7da79b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
+export QT_SELECT=qt5
+
 BUILDDIR = obj-$(DEB_HOST_MULTIARCH)
 
 # SSE options

-- 
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