Loading debian/control +2 −1 Original line number Diff line number Diff line Loading @@ -8,9 +8,10 @@ Build-Depends: debhelper (>= 12~), pkg-config, libconfig-dev, libboost-dev, libboost-filesystem-dev, libboost-program-options-dev, libboost-thread-dev, libboost-system-dev, libboost-thread-dev, libpoco-dev, libwxgtk3.0-dev, libopencv-dev, Loading debian/patches/no_opencv_legacy_any_more.patch 0 → 100644 +17 −0 Original line number Diff line number Diff line Author: Andreas Tille <tille@debian.org> Last-Update: Fri, 25 Jan 2019 10:03:53 +0100 Description: Try how far we get if OpenCV legacy is not checked since this is droped see https://lists.debian.org/debian-mentors/2019/01/msg00242.html --- a/src/mod_vision/CMakeLists.txt +++ b/src/mod_vision/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(mod_vision) -FIND_PACKAGE( OpenCV REQUIRED core imgproc legacy) +FIND_PACKAGE( OpenCV REQUIRED core imgproc ) INCLUDE_DIRECTORIES (${OpenCV_INCLUDE_DIR}) INCLUDE_DIRECTORIES (..) debian/patches/series +1 −0 Original line number Diff line number Diff line cmake_libpoco.patch no_opencv_legacy_any_more.patch Loading
debian/control +2 −1 Original line number Diff line number Diff line Loading @@ -8,9 +8,10 @@ Build-Depends: debhelper (>= 12~), pkg-config, libconfig-dev, libboost-dev, libboost-filesystem-dev, libboost-program-options-dev, libboost-thread-dev, libboost-system-dev, libboost-thread-dev, libpoco-dev, libwxgtk3.0-dev, libopencv-dev, Loading
debian/patches/no_opencv_legacy_any_more.patch 0 → 100644 +17 −0 Original line number Diff line number Diff line Author: Andreas Tille <tille@debian.org> Last-Update: Fri, 25 Jan 2019 10:03:53 +0100 Description: Try how far we get if OpenCV legacy is not checked since this is droped see https://lists.debian.org/debian-mentors/2019/01/msg00242.html --- a/src/mod_vision/CMakeLists.txt +++ b/src/mod_vision/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(mod_vision) -FIND_PACKAGE( OpenCV REQUIRED core imgproc legacy) +FIND_PACKAGE( OpenCV REQUIRED core imgproc ) INCLUDE_DIRECTORIES (${OpenCV_INCLUDE_DIR}) INCLUDE_DIRECTORIES (..)
debian/patches/series +1 −0 Original line number Diff line number Diff line cmake_libpoco.patch no_opencv_legacy_any_more.patch