Your message dated Tue, 30 Mar 2021 11:32:30 +0000
with message-id <e1lrcbm-0007wd...@respighi.debian.org>
and subject line unblock oclgrind
has caused the Debian Bug report #986131,
regarding unblock: oclgrind/19.10-3
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 ow...@bugs.debian.org
immediately.)
--
986131: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986131
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
Please unblock package oclgrind
Fix the liboclgrind.so symlink pointing to an old version of the
library.
unblock oclgrind/19.10-3
diff -Nru oclgrind-19.10/debian/changelog oclgrind-19.10/debian/changelog
--- oclgrind-19.10/debian/changelog 2020-08-16 15:29:42.000000000 +0200
+++ oclgrind-19.10/debian/changelog 2021-03-19 12:16:58.000000000 +0100
@@ -1,3 +1,9 @@
+oclgrind (19.10-3) unstable; urgency=medium
+
+ * Fix liboclgrind.so symlink.
+
+ -- Andreas Beckmann <a...@debian.org> Fri, 19 Mar 2021 12:16:58 +0100
+
oclgrind (19.10-2) unstable; urgency=medium
[ Stéphane Glondu ]
diff -Nru oclgrind-19.10/debian/liboclgrind-dev.links
oclgrind-19.10/debian/liboclgrind-dev.links
--- oclgrind-19.10/debian/liboclgrind-dev.links 2020-08-16 15:29:42.000000000
+0200
+++ oclgrind-19.10/debian/liboclgrind-dev.links 2021-03-19 12:16:58.000000000
+0100
@@ -1,2 +1,2 @@
#!/usr/bin/dh-exec
-usr/lib/${DEB_HOST_MULTIARCH}/liboclgrind-18.3.so
usr/lib/${DEB_HOST_MULTIARCH}/liboclgrind.so
+usr/lib/${DEB_HOST_MULTIARCH}/liboclgrind-19.10.so
usr/lib/${DEB_HOST_MULTIARCH}/liboclgrind.so
diff -Nru oclgrind-19.10/debian/rules oclgrind-19.10/debian/rules
--- oclgrind-19.10/debian/rules 2020-08-16 15:29:42.000000000 +0200
+++ oclgrind-19.10/debian/rules 2021-03-19 12:16:58.000000000 +0100
@@ -8,12 +8,14 @@
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
+LLVM_VERSION = $(shell sed -n -r
'/^Build/,/^$$/s/.*llvm-([0-9]+)-dev.*/\1/p' debian/control)
+
%:
dh $@ --buildsystem=cmake
override_dh_auto_configure:
if [ -d src/CL ]; then mv src/CL src/CL-Do-Not-Use ; fi
- dh_auto_configure -- -DLLVM_DIR=/usr/lib/llvm-9/lib/cmake/llvm
+ dh_auto_configure --
-DLLVM_DIR=/usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/llvm
execute_after_dh_auto_clean:
find tests/ -name "*.out" -delete
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---