[ocl-icd] 05/07: update symbols documentation

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 a966991464704b3623d865c7a397786373cefc9f
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Mar 27 15:09:04 2018 +0200

    update symbols documentation
---
 debian/README.Debian              |  4 ++--
 debian/ocl-icd-libopencl1.symbols | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 97cb6d6..7da86da 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -7,7 +7,7 @@ OpenCL goals
 From wikipedia:
   Open Computing Language (OpenCL) is a framework for writing programs that
   execute across heterogeneous platforms consisting of central processing unit
-  (CPUs), graphics processing unit (GPUs), and other processors. 
+  (CPUs), graphics processing unit (GPUs), and other processors.
     OpenCL includes a language (based on C99) for writing kernels (functions
   that execute on OpenCL devices), plus application programming interfaces
   (APIs) that are used to define and then control the platforms.
@@ -226,7 +226,7 @@ Overview of binary packages currently in sid (and probably testing) on amd64:
     install some examples (skeleton of a ICD source and linker map)
     install ocl-icd.pc
   No Multi-Arch
-  
+
 [Intel OpenCL SDK]: no public Debian packages (software not redistributable)
 * ICD Loader (support OpenCL 1.2): can be installed in Multi-Arch paths
     install libOpenCL.so
diff --git a/debian/ocl-icd-libopencl1.symbols b/debian/ocl-icd-libopencl1.symbols
index 3fccba4..c0cec45 100644
--- a/debian/ocl-icd-libopencl1.symbols
+++ b/debian/ocl-icd-libopencl1.symbols
@@ -1,13 +1,13 @@
 # We use alternative dependencies:
 # * the first one (default one) is for symbols specific to this implementation
 #   There should be none
-# * the following ones are for symbols from OpenCL 1.0, 1.1 and 1.2
+# * the following ones are for symbols from OpenCL 1.0, 1.1, 1.2, 2.0, ...
 #   They all provoke a dependency against two virtual packages: the "libopencl"
-#   one and and versionned virtual package "libopencl-VERSION-1" (the last -1
-#   is the soname of current libopencl)
+#   one and versioned virtual package "libopencl-VERSION-1" (the last -1
+#   is the soversion of the current libopencl)
 #   Note: as OpenCL 1.0 does not really support ICD and as OpenCL 1.1 is
 #     supported by all current implementation, OpenCL 1.0 and 1.1 are merged
-#     with respect to dependencies
+#     with respect to dependencies (and a bit relaxed as well)
 #   Note bis: #MINVER# is used with the real package, however, as ocl-icd-libopencl1
 #     provides the virtual packages, this version enforcement is purely cosmetic
 #   Note ter: the alternative "ocl-icd-libopencl1 | libopencl1" is used so
@@ -15,14 +15,14 @@
 #     We use it on all parts as dependencies can be reordered (see #739409)
 #   Note quattro: the first (default) dependency is in fact always added
 #     (see #737731) by dpkg-shlibdeps so we need a " | libopencl1"
-#   Note
+#
 libOpenCL.so.1 #PACKAGE# #MINVER# | libopencl1
 | #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
+# As ocl-icd uses versioned symbols, we use this information instead of
 # listing all symbols.
  (symver|optional)OPENCL_1.0 0 1
  (symver|optional)OPENCL_1.1 0 1

-- 
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