[opencv] 01/03: Fix shape dependencies
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Wed Jul 27 13:46:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch experimental/master
in repository opencv.
commit 1de1a8154e5cf7824d145cf26c35b339fc2ba91d
Author: Gianfranco Costamagna <locutusofborg at debian.org>
Date: Wed Jul 27 15:07:02 2016 +0200
Fix shape dependencies
---
debian/control | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 2da4ebf..bbb7609 100644
--- a/debian/control
+++ b/debian/control
@@ -69,6 +69,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
libopencv-hal-dev (= ${binary:Version}),
libopencv-photo-dev (= ${binary:Version}),
libopencv-videostab-dev (= ${binary:Version}),
+ libopencv-shape-dev (= ${binary:Version}),
libopencv-stitching-dev (= ${binary:Version}),
libopencv-superres-dev (= ${binary:Version}),
libopencv-imgcodecs-dev (= ${binary:Version}),
@@ -1046,7 +1047,8 @@ Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
- libopencv-video-dev (= ${binary:Version})
+ libopencv-video-dev (= ${binary:Version}),
+ libopencv-shape3.0 (= ${binary:Version})
Description: development files for libopencv-shape3.0
This package contains the header files and static library needed to compile
applications that use OpenCV (Open Computer Vision) shape descriptors and
--
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