[ocl-icd] 04/07: relax the dependencies for OpenCL 1.0/1.1 symbols
Andreas Beckmann
anbe at moszumanska.debian.org
Tue Mar 27 14:40:53 UTC 2018
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch master
in repository ocl-icd.
commit 8c9aaa66591b196f695f4217674d7c28c2f41df6
Author: Andreas Beckmann <anbe at debian.org>
Date: Tue Mar 27 14:58:26 2018 +0200
relax the dependencies for OpenCL 1.0/1.1 symbols
---
debian/changelog | 2 ++
debian/ocl-icd-libopencl1.symbols | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b5c2220..86f4764 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ ocl-icd (2.2.12-2) UNRELEASED; urgency=medium
Maintainers and move Vincent to Uploaders.
* Switch Vcs-* URLs to salsa.debian.org.
* Provide libopencl-2.2-1.
+ * Relax the dependencies for OpenCL 1.0/1.1 symbols. All known
+ libOpenCL.so.1 implementations support these. (LP: #1581582)
-- Vincent Danjean <vdanjean at debian.org> Wed, 29 Nov 2017 10:12:23 +0100
diff --git a/debian/ocl-icd-libopencl1.symbols b/debian/ocl-icd-libopencl1.symbols
index d4f2b6f..3fccba4 100644
--- a/debian/ocl-icd-libopencl1.symbols
+++ b/debian/ocl-icd-libopencl1.symbols
@@ -17,15 +17,15 @@
# (see #737731) by dpkg-shlibdeps so we need a " | libopencl1"
# Note
libOpenCL.so.1 #PACKAGE# #MINVER# | libopencl1
-| #PACKAGE# #MINVER# | libopencl-1.1-1
+| #PACKAGE# #MINVER# | libopencl-1.1-1 | libopencl1
| #PACKAGE# #MINVER# | libopencl-1.2-1
| #PACKAGE# #MINVER# | libopencl-2.0-1
| #PACKAGE# #MINVER# | libopencl-2.1-1
| #PACKAGE# #MINVER# | libopencl-2.2-1
# As ocl-icd use versionned symbols, we use this information instead of
# listing all symbols.
- (symver|optional)OPENCL_1.0 1.0 1
- (symver|optional)OPENCL_1.1 1.0 1
+ (symver|optional)OPENCL_1.0 0 1
+ (symver|optional)OPENCL_1.1 0 1
(symver|optional)OPENCL_1.2 1.0 2
(symver|optional)OPENCL_2.0 2.2.0 3
(symver|optional)OPENCL_2.1 2.2.8 4
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ocl-icd.git
More information about the Pkg-opencl-commits
mailing list