[ocl-icd] 06/07: fix some Lintian issues and cleanup cruft

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

    fix some Lintian issues and cleanup cruft
---
 debian/README.Debian       |  2 +-
 debian/changelog           |  1 +
 debian/copyright           |  2 +-
 debian/patches/series      |  1 +
 debian/patches/typos.patch | 23 +++++++++++++++++++++++
 debian/rules               |  7 +------
 6 files changed, 28 insertions(+), 8 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 7da86da..390e5f4 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -262,7 +262,7 @@ Virtual packages:
   ensure an OpenCL ICD Loader is installed
   a package providing libopencl1 should (must?):
   - Conflicts/Replaces/Provides: libopencl1
-    http://www.debian.org/doc/debian-policy/ch-relationships.html#s7.6.2
+    https://www.debian.org/doc/debian-policy/ch-relationships.html#s7.6.2
   - Recommends: opencl-icd
   - install libOpenCL.so.1 in library search path
   - install libOpenCL.so in library search path
diff --git a/debian/changelog b/debian/changelog
index 86f4764..4378304 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ ocl-icd (2.2.12-2) UNRELEASED; urgency=medium
   * 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)
+  * Fix some Lintian issues and cleanup cruft.
 
  -- Vincent Danjean <vdanjean at debian.org>  Wed, 29 Nov 2017 10:12:23 +0100
 
diff --git a/debian/copyright b/debian/copyright
index badfd92..ca79f1d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: ocl-icd
 Source: https://forge.imag.fr/projects/ocl-icd/
 
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..002796a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+typos.patch
diff --git a/debian/patches/typos.patch b/debian/patches/typos.patch
new file mode 100644
index 0000000..0656427
--- /dev/null
+++ b/debian/patches/typos.patch
@@ -0,0 +1,23 @@
+Author: Andreas Beckmann <anbe at debian.org>
+Description: fix some typos found by lintian
+
+--- a/doc/libOpenCL.7.txt.in
++++ b/doc/libOpenCL.7.txt.in
+@@ -41,7 +41,7 @@ Some environment variables can be used m
+ libOpenCL.
+ 
+ *OPENCL_VENDOR_PATH*::
+-This variable allows one to modify the defaut '`@OCL_ICD_VENDORDIR@`' path.
++This variable allows one to modify the default '`@OCL_ICD_VENDORDIR@`' path.
+ It is compatible with some other ICD loaders (but not all of them, as the
+ variable is not part of the standard). Note that *$OCL_ICD_VENDORS* (see below)
+ is used in priority if defined and not empty.
+@@ -90,7 +90,7 @@ through **clGetPlatformIDs**(3). Current
+ * *none*: no sort is done and the order can change at each run.
+ 
+ *OCL_ICD_DEFAULT_PLATFORM*::
+-Number of the platform to choose as defaut platform. Note that using this
++Number of the platform to choose as default platform. Note that using this
+ environment variable without ensuring the use of a sort algorithm for platforms
+ is not really useful.
+ 
diff --git a/debian/rules b/debian/rules
index 056b119..cf30a75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@
 
 .PHONY: override_dh_autoreconf
 override_dh_autoreconf:
@@ -41,8 +41,3 @@ override_dh_install:
 .PHONY: override_dh_installchangelogs
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS
-
-.PHONY: override_dh_strip
-override_dh_strip:
-	dh_strip --dbgsym-migration='ocl-icd-dbg (<< 2.2.10-2~)'
-

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