[Pkg-opencl-devel] [clinfo] 02/02: Fix typo in "endianness".

Rebecca Palmer rnpalmer-guest at moszumanska.debian.org
Thu Nov 13 10:52:30 UTC 2014


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

rnpalmer-guest pushed a commit to branch master
in repository clinfo.

commit 1524d85b355c23dad4a437138d605c47b9a2bf51
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date:   Thu Nov 13 10:48:00 2014 +0000

    Fix typo in "endianness".
---
 debian/changelog             |  1 +
 debian/patches/series        |  1 +
 debian/patches/spelling.diff | 14 ++++++++++++++
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8be6914..7629858 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ clinfo (0.0.20130513-2) UNRELEASED; urgency=medium
 
   [ Rebecca N. Palmer ]
   * Don't exit on CL_DEVICE_NOT_FOUND (Closes: #767985) 
+  * Fix typo in "endianness". 
 
  -- Andreas Beckmann <anbe at debian.org>  Mon, 10 Nov 2014 00:13:07 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index 5124ac9..1b878fb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix-opencl-1.1.diff
 fix-no-devices.diff
+spelling.diff
diff --git a/debian/patches/spelling.diff b/debian/patches/spelling.diff
new file mode 100644
index 0000000..5aa13b3
--- /dev/null
+++ b/debian/patches/spelling.diff
@@ -0,0 +1,14 @@
+Description: Fix typo
+
+Origin: lintian
+--- clinfo-0.0.20130513.orig/output_amd_compat.cpp
++++ clinfo-0.0.20130513/output_amd_compat.cpp
+@@ -96,7 +96,7 @@ void output_amd_compat_device(device con
+         std::cout << "  Error correction support:\t\t\t " << d.error_correction_support << std::endl;
+         std::cout << "  Unified memory for Host and Device:\t\t " << d.host_unified_memory << std::endl;
+         std::cout << "  Profiling timer resolution:\t\t\t " << d.profiling_timer_resolution << std::endl;
+-        std::cout << "  Device endianess:\t\t\t\t " << (d.endian_little ? "Little" : "Big") << std::endl;
++        std::cout << "  Device endianness:\t\t\t\t " << (d.endian_little ? "Little" : "Big") << std::endl;
+         std::cout << "  Available:\t\t\t\t\t " << (d.available ? "Yes":"No") << std::endl;
+         std::cout << "  Compiler available:\t\t\t\t " << (d.compiler_available ? "Yes":"No") << std::endl;
+         std::cout << "  Execution capabilities:\t\t\t\t " << std::endl;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/clinfo.git



More information about the Pkg-opencl-devel mailing list