[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#985571: marked as done (unblock: sight/20.2.0-2)



Your message dated Sat, 20 Mar 2021 17:16:40 +0000
with message-id <E1lNfDM-0008V0-2F@respighi.debian.org>
and subject line unblock sight
has caused the Debian Bug report #985571,
regarding unblock: sight/20.2.0-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
985571: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985571
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: 982262@bugs.debian.org, Andrea Borgia <andrea@borgia.bo.it>, Flavien Bridault <fbridault@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 <fbridault@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 <fbridault@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

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply to: