Pierre Gruet pushed to branch master at Debian Med / sight
Commits: 35d43a56 by Pierre Gruet at 2022-07-14T20:41:04+02:00 Conforming to opencv 4.6.0 interface - - - - - cc25389f by Pierre Gruet at 2022-07-14T20:42:35+02:00 Updating changelog - - - - - 1cd568e6 by Pierre Gruet at 2022-07-14T20:45:38+02:00 routine-update: Standards-Version: 4.6.1 - - - - - 5d4b05ec by Pierre Gruet at 2022-07-14T20:45:41+02:00 routine-update: Remove trailing whitespace in debian/changelog - - - - - e5c5fd90 by Pierre Gruet at 2022-07-15T07:01:15+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/opencv4_6_0.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,12 +1,20 @@ -sight (21.1.1-1) UNRELEASED; urgency=medium +sight (21.1.1-1) unstable; urgency=medium - * New upstream version + [ Pierre Gruet ] + * Team upload + * Conforming to opencv 4.6.0 interface (Closes: #1013903) + * Checking the package now builds with gcc-12 (Closes: #1013036) + * Standards-Version: 4.6.1 (routine-update) + * Remove trailing whitespace in debian/changelog (routine-update) + + [ Flavien Bridault ] + * New upstream version * d/p/: Remove patches applied upstream * d/rules: disable samples build * Build-Depends: remove libcamp-dev * Depends: remove libcamp - -- Flavien Bridault <[email protected]> Mon, 09 May 2022 09:43:51 +0200 + -- Pierre Gruet <[email protected]> Fri, 15 Jul 2022 00:13:29 +0200 sight (21.0.0-4) unstable; urgency=medium ===================================== debian/control ===================================== @@ -34,7 +34,7 @@ Build-Depends: cmake (>=3.19.0), xvfb, zlib1g-dev, zstd -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/sight Vcs-Git: https://salsa.debian.org/med-team/sight.git Homepage: https://git.ircad.fr/Sight/sight ===================================== debian/patches/opencv4_6_0.patch ===================================== @@ -0,0 +1,19 @@ +Description: accounting for the change of interface in opencv 4.6.0 +Author: Pierre Gruet <[email protected]> +Bug-Debian: https://bugs.debian.org/1013903 +Forwarded: [email protected] +Last-Update: 2022-07-14 + +--- a/modules/navigation/optics/SArucoTracker.cpp ++++ b/modules/navigation/optics/SArucoTracker.cpp +@@ -224,9 +224,7 @@ + detectedMarkers, + detectedMarkersIds, + m_detectorParams, +- cv::noArray(), +- m_cameraParams.intrinsic, +- m_cameraParams.distorsion ++ cv::noArray() + ); + + //Note: This draws all detected markers ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ disable-default-password.patch fix-itk5-build.patch fix-itk-build.patch fix-multi-arch-folder-detection.patch +opencv4_6_0.patch View it on GitLab: https://salsa.debian.org/med-team/sight/-/compare/9c973a614d2530d600f882d20137bf714a725541...e5c5fd9065675e56e69eefa1e314e148f73b0d79 -- View it on GitLab: https://salsa.debian.org/med-team/sight/-/compare/9c973a614d2530d600f882d20137bf714a725541...e5c5fd9065675e56e69eefa1e314e148f73b0d79 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
