[ocl-icd] 05/05: fix typos

Vincent Danjean vdanjean at debian.org
Thu Mar 3 09:54:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

vdanjean pushed a commit to branch master
in repository ocl-icd.

commit e475f2bfbec786015c7bbc812e120aa0228b11a1
Author: Vincent Danjean <Vincent.Danjean at ens-lyon.org>
Date:   Thu Mar 3 10:49:39 2016 +0100

    fix typos
---
 debian/README.Debian           | 14 +++++++-------
 debian/ocl-icd-libopencl1.NEWS |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index c438c85..97cb6d6 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -122,7 +122,7 @@ Overview of binary packages currently in sid (and probably testing) on amd64:
     install libOpenCL.so.1
       shared library
         soname libOpenCL.so.1
-        symbols versionned (with OpenCL version, but no conflicts on symbols)
+        symbols versioned (with OpenCL version, but no conflicts on symbols)
     install libOpenCL.so
       symlink to libOpenCL.so.1
   Multi-Arch: same
@@ -148,7 +148,7 @@ Overview of binary packages currently in sid (and probably testing) on amd64:
     install libOpenCL.so.1.0.0
       shared library
         soname libOpenCL.so.1
-        symbols not versionned
+        symbols not versioned
     install libOpenCL.so.1
       symlink to libOpenCL.so.1.0.0
     install libOpenCL.so
@@ -162,7 +162,7 @@ Overview of binary packages currently in sid (and probably testing) on amd64:
     install lib32/libOpenCL.so.1.0.0
       shared library
         soname libOpenCL.so.1
-        symbols not versionned
+        symbols not versioned
     install lib32/libOpenCL.so.1
       symlink to libOpenCL.so.1.0.0
     install lib32/libOpenCL.so
@@ -198,7 +198,7 @@ Overview of binary packages currently in sid (and probably testing) on amd64:
     install libOpenCL.so.1.0.0
       shared library
         soname libOpenCL.so.1
-        symbols versionned (with OpenCL version, but no conflicts on symbols)
+        symbols versioned (with OpenCL version, but no conflicts on symbols)
     install libOpenCL.so.1
       symlink to libOpenCL.so.1.0.0
     install libOpenCL.so
@@ -232,7 +232,7 @@ Overview of binary packages currently in sid (and probably testing) on amd64:
     install libOpenCL.so
       shared library
         soname libOpenCL.so
-        symbols not versionned
+        symbols not versioned
     => problem with wrong soname
     => can still be used by programs that require libOpenCL.so.1 by creating
        a symlink (the dynamic linker do not check the soname)
@@ -253,7 +253,7 @@ Virtual packages:
   a package providing opencl-dev should (must?):
   - Provides: opencl-dev
   - install OpenCL headers
-    can be done with a (versionned) dependency on the opencl-headers package
+    can be done with a (versioned) dependency on the opencl-headers package
   - Depends: libopencl1
   - Recommends: libgl1-mesa-dev | libgl-dev
     GL headers are often required when compiling OpenCL program
@@ -270,7 +270,7 @@ Virtual packages:
     support binaries compiled with the Intel SDK
   - libOpenCL.so.1 must have libOpenCL.so.1 as soname
     [proposed, not right for the intel one]
-  - libOpenCL.so.1 must have its symbols versionned
+  - libOpenCL.so.1 must have its symbols versioned
     [proposed, not right for the intel and nvidia ones]
 * libopencl1.1: proposed virtual package
   a package providing libopencl1.1 must:
diff --git a/debian/ocl-icd-libopencl1.NEWS b/debian/ocl-icd-libopencl1.NEWS
index 7c54b09..6ae9557 100644
--- a/debian/ocl-icd-libopencl1.NEWS
+++ b/debian/ocl-icd-libopencl1.NEWS
@@ -3,7 +3,7 @@ ocl-icd (2.1.3-5) unstable; urgency=medium
   From this version, the libOpenCL.so symlink is shipped into the
   ocl-icd-opencl-dev development package instead of the ocl-icd-libopencl1
   runtime package, as it is done in most other library packages.
-    As Intel did not use an versionned SONAME in its ICD Loader, if you want
+    As Intel did not use an versioned SONAME in its ICD Loader, if you want
   to run an OpenCL application with the ocl-icd ICD Loader but compiled with
   the old Intel ICD Loader, you need to either create the libOpenCL.so symlink
   manually or to install a package providing this symlink (as

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