[opencv] 19/19: Debian packages with legacy C headers added to list of conflicts, relpaces, etc.
Mattia Rizzolo
mattia at debian.org
Tue Oct 4 17:51:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to annotated tag 2.4.12.3
in repository opencv.
commit 8e40becab12c642e7bbafb9fe87698e8b6bf28da
Author: Alexander Smorkalov <alexander.smorkalov at itseez.com>
Date: Fri Oct 23 12:28:09 2015 +0300
Debian packages with legacy C headers added to list of conflicts, relpaces, etc.
(cherry picked from commit e245aed6bbebd69a63a00d45a66b358df4153888)
---
cmake/OpenCVPackaging.cmake | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cmake/OpenCVPackaging.cmake b/cmake/OpenCVPackaging.cmake
index e64d447..4e4b4d4 100644
--- a/cmake/OpenCVPackaging.cmake
+++ b/cmake/OpenCVPackaging.cmake
@@ -127,6 +127,8 @@ foreach(module calib3d contrib core features2d flann gpu highgui imgproc legacy
endif()
endforeach()
+list(APPEND STD_OPENCV_DEV "libhighgui-dev" "libcv-dev" "libcvaux-dev")
+
string(REPLACE ";" ", " CPACK_COMPONENT_LIBS_CONFLICTS "${STD_OPENCV_LIBS}")
string(REPLACE ";" ", " CPACK_COMPONENT_LIBS_PROVIDES "${STD_OPENCV_LIBS}")
string(REPLACE ";" ", " CPACK_COMPONENT_LIBS_REPLACES "${STD_OPENCV_LIBS}")
--
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