Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock X-Debbugs-Cc: 982...@bugs.debian.org, Andrea Borgia <and...@borgia.bo.it>, Flavien Bridault <fbrida...@ircad.fr>
Please unblock package sight [ Reason ] The binary package vrrender is useless in version 20.2.0-1 which was reported in bug #982262. [ Impact ] vrrender is not usable. [ Tests ] There are no automated tests yet. [ Risks ] Sight can be considered a leaf package. [ Checklist ] [*] all changes are documented in the d/changelog [*] I reviewed all changes and I approve them [*] attach debdiff against the package in testing unblock sight/20.2.0-2
diff -Nru sight-20.2.0/debian/changelog sight-20.2.0/debian/changelog --- sight-20.2.0/debian/changelog 2020-12-15 11:10:27.000000000 +0100 +++ sight-20.2.0/debian/changelog 2021-03-16 21:59:58.000000000 +0100 @@ -1,3 +1,9 @@ +sight (20.2.0-2) unstable; urgency=medium + + * d/p: add new patch to fix vrrender launch. Closes: #982262 + + -- Flavien Bridault <fbrida...@ircad.fr> Tue, 16 Mar 2021 20:59:58 +0000 + sight (20.2.0-1) unstable; urgency=medium [ Nilesh Patra ] diff -Nru sight-20.2.0/debian/patches/fix-module-path.patch sight-20.2.0/debian/patches/fix-module-path.patch --- sight-20.2.0/debian/patches/fix-module-path.patch 1970-01-01 01:00:00.000000000 +0100 +++ sight-20.2.0/debian/patches/fix-module-path.patch 2021-03-16 21:59:58.000000000 +0100 @@ -0,0 +1,18 @@ +Author: Flavien Bridault <fbrida...@ircad.fr> +Description: Fix vrrender launch. +Bug: https://git.ircad.fr/sight/sight/-/issues/680 +Bug-Debian: http://bugs.debian.org/982262 + +--- sight.orig/libs/core/fwRuntime/src/detail/Runtime.cpp ++++ sight/libs/core/fwRuntime/src/detail/Runtime.cpp +@@ -55,8 +55,8 @@ + // The lib location is 'SIGHT_DIR/lib/libfwCore.dll' + m_workingPath = fwRuntimePath.parent_path().parent_path(); + #else +- // The lib location is 'SIGHT_DIR/lib/share/libfwCore.so' +- m_workingPath = fwRuntimePath.parent_path().parent_path().parent_path(); ++ // The lib location is 'SIGHT_DIR/lib/x86_64-gnu-linux/libfwCore.so' ++ m_workingPath = fwRuntimePath.parent_path().parent_path().parent_path().parent_path(); + #endif + } + diff -Nru sight-20.2.0/debian/patches/series sight-20.2.0/debian/patches/series --- sight-20.2.0/debian/patches/series 2020-12-15 11:10:27.000000000 +0100 +++ sight-20.2.0/debian/patches/series 2021-03-16 21:59:58.000000000 +0100 @@ -1 +1,2 @@ fix-i386-build.patch +fix-module-path.patch