Andreas Tille pushed to branch master at Debian Med / libsitplus

Commits:
6a2948f8 by Andreas Tille at 2019-01-25T21:47:23Z
Drop OpenCV legacy and add some more Build-Depends

- - - - -


3 changed files:

- debian/control
- + debian/patches/no_opencv_legacy_any_more.patch
- debian/patches/series


Changes:

=====================================
debian/control
=====================================
@@ -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,


=====================================
debian/patches/no_opencv_legacy_any_more.patch
=====================================
@@ -0,0 +1,17 @@
+Author: Andreas Tille <[email protected]>
+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 +1,2 @@
 cmake_libpoco.patch
+no_opencv_legacy_any_more.patch



View it on GitLab: 
https://salsa.debian.org/med-team/libsitplus/commit/6a2948f8af5a0e9a4427fbd03db49612fee48118

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/libsitplus/commit/6a2948f8af5a0e9a4427fbd03db49612fee48118
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to