[pocl] 12/14: fix typos found by lintian

Andreas Beckmann anbe at moszumanska.debian.org
Mon Apr 25 09:11:33 UTC 2016


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

anbe pushed a commit to branch master
in repository pocl.

commit 3178ab80b5f89e53fe2a9ab2308bc3e19fe22e9c
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Apr 25 03:04:25 2016 +0200

    fix typos found by lintian
---
 debian/patches/series      |  1 +
 debian/patches/typos.patch | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 7ee7fa8..c15d352 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ freebsd-compat.patch
 fix-configure-for-debian-archs.patch
 llvm-system-libs.patch
 fix-image-args.patch
+typos.patch
diff --git a/debian/patches/typos.patch b/debian/patches/typos.patch
new file mode 100644
index 0000000..5bee7c2
--- /dev/null
+++ b/debian/patches/typos.patch
@@ -0,0 +1,25 @@
+Author: Andreas Beckmann <anbe at debian.org>
+Description: fix typos found by lintian
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -172,7 +172,7 @@ endif()
+ 
+ ######################################################################################
+ 
+-# if variable FEATURE_X isnt defined, sets it to DEFAULT_FEATURE_X;
++# if variable FEATURE_X isn't defined, sets it to DEFAULT_FEATURE_X;
+ # also, if DEFAULT_FEATURE_X is 0, prevents FEATURE_X being 1
+ # since it takes DEFAULT_FEATURE_X=0 to mean "FEATURE_X is unavailable"
+ macro(setup_cached_var VARNAME DESCRIPTION DOCS_FEATURE_IS_UNAVAILABLE DOCS_REQUESTED_DISABLING_FEATURE)
+--- a/lib/CL/clBuildProgram.c
++++ b/lib/CL/clBuildProgram.c
+@@ -173,7 +173,7 @@ CL_API_SUFFIX__VERSION_1_0
+                 }
+               else if (strstr (cl_parameters_not_yet_supported_by_clang, token))
+                 {
+-                  POCL_MSG_ERR("Build option isnt yet supported by clang: %s\n", token);
++                  POCL_MSG_ERR("Build option isn't yet supported by clang: %s\n", token);
+                   token = strtok_r (NULL, " ", &saveptr);  
+                   continue;
+                 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/pocl.git



More information about the Pkg-opencl-commits mailing list