[visp] 06/06: remove coin usage due to segfault issues, see https://bugs.debian.org/cgi-bin/pkgreport.cgi?repeatmerged=yes&src=coin3

Olivier Sallou osallou at debian.org
Thu Dec 28 10:51:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

osallou pushed a commit to branch master
in repository visp.

commit 85956c80ad9590aeaee886717a6483c05069fbf7
Author: Olivier Sallou <osallou at debian.org>
Date:   Thu Dec 28 10:37:11 2017 +0000

    remove coin usage due to segfault issues, see https://bugs.debian.org/cgi-bin/pkgreport.cgi?repeatmerged=yes&src=coin3
---
 debian/changelog | 4 +++-
 debian/control   | 4 ----
 debian/rules     | 1 +
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 99340c1..ddbb7e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ visp (3.1.0-1) unstable; urgency=medium
   * Add patches for visp 3.1.0
   * Add libvisp-imgproc-dev
   * Fix lintian warnings
+  * Remove Coin3D usage since it produces a segfault in mbt examples
+    when calling SoDB::Init()
 
- -- Fabien Spindler <Fabien.Spindler at inria.fr>  Tue, 26 Dec 2017 14:37:33 +0100
+ -- Fabien Spindler <Fabien.Spindler at inria.fr>  Thu, 28 Dec 2017 10:31:31 +0100
 
 visp (3.0.1-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 0d03f3b..74bbeeb 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
 	cmake,
 	doxygen,
-	libcoin80-dev,
 	libdc1394-22-dev [linux-any],
 	libdmtx-dev,
 	libeigen3-dev,
@@ -16,7 +15,6 @@ Build-Depends: debhelper (>= 9),
 	libogre-1.9-dev,
 	libopencv-dev,
 	libpng-dev,
-	libsoqt4-dev,
 	libv4l-dev [linux-any],
 	libx11-dev,
 	libxml2-dev,
@@ -393,8 +391,6 @@ Depends: ${misc:Depends},
 	libvisp-core-dev (= ${binary:Version}),
 	libvisp-io-dev (= ${binary:Version}),
 	libvisp-ar3.1 (= ${binary:Version}),
-	libcoin80-dev,
-	libsoqt4-dev,
 	libogre-1.9-dev [!any-sh4] | libogre-dev [!any-sh4],
 	libois-dev [linux-any]
 Description: development files for libvisp-ar
diff --git a/debian/rules b/debian/rules
index 77dde25..31378e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,7 @@ CMAKE_FLAGS = \
 	-DCMAKE_SHARED_LINKER_FLAGS_RELEASE="$(LDFLAGS)" \
 	-DCMAKE_EXE_LINKER_FLAGS_RELEASE="$(LDFLAGS)" \
 	-DCMAKE_BUILD_TYPE=Release \
+	-DUSE_COIN3D=OFF \
 	$(CMAKE_ARCH_FLAGS)
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/visp.git



More information about the debian-science-commits mailing list