Review: khronos-opencl-icd-loader 0~20250722-1
New Package Report
.changes
| Source | khronos-opencl-icd-loader |
|---|---|
| Version | 0~20250722-1 |
| Changed-By | Dmitry Baryshkov |
| Architecture | source arm64 |
| Distribution | unstable |
| Date | Tue, 24 Feb 2026 16:36:29 +0200 |
Changelog
khronos-opencl-icd-loader (0~20250722-1) unstable; urgency=medium . * Initial release. (Closes: #1126950)
.dsc
| Section | libs |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | khronos-opencl-icd-libopencl1 deb libs optional arch=any khronos-opencl-icd-loader-bin deb admin optional arch=any khronos-opencl-icd-loader-dev deb libdevel optional arch=any |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/KhronosGroup/OpenCL-ICD-Loader
Upstream-Name: OpenCL-ICD-Loader
Upstream-Contact: https://github.com/KhronosGroup/OpenCL-ICD-Loader/issues
Files:
*
Copyright:
2012-2026 The Khronos Group Inc.
License: Apache-2.0
Files:
loader/windows/adapter.h
Copyright:
2019 The Khronos Group Inc.
2019 Valve Corporation
2019 LunarG, Inc.
License: Apache-2.0
Files:
cmake/JoinPaths.cmake
Copyright:
2020 Jan Tojnar
License: MIT or CC0-1.0
Files:
debian/*
Copyright:
Qualcomm Technologies, Inc. and/or its subsidiaries.
License: BSD-3-Clause
License: Apache-2.0
On Debian GNU/Linux system you can find the complete text of the
Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
License: BSD-3-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License: CC0-1.0
To the extent possible under law, the author(s) have dedicated all
copyright and related and neighboring rights to this software to the
public domain worldwide. This software is distributed without any
warranty.
.
You should have received a copy of the CC0 Public Domain Dedication
along with this software. If not, see
<https://creativecommons.org/publicdomain/zero/1.0/>.
.
On Debian systems, the complete text of the CC0 Public Domain
Dedication can be found in "/usr/share/common-licenses/CC0-1.0".
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Review Information
rejected — allocated to awm 17 days ago, started 17 days ago, completed 17 days ago.
Final Comment
Please fix the lintian warning, or provide an override with an explanation of
why it should be ignored. See full notes for the warning.
Thanks!
Public Notes
17 days ago
● public
Lintian
Command: lintian -Iiv -L '>=warning' --show-overrides --color=never ../$(basename $PWD)_*.changes
Exit code: 0
N:
N: There are multiple providers for this library
O: khronos-opencl-icd-libopencl1: package-name-doesnt-match-sonames libOpenCL1
N:
N: The package name of a library package should usually reflect the soname of
N: the included library. The package name can determined from the library
N: file name with the following code snippet:
N:
N: $ objdump -p /path/to/libfoo-bar.so.1.2.3 | sed -n -e's/^[[:space:]]*SONAME[[:space:]]*//p' | \
N: sed -r -e's/([0-9])\.so\./\1-/; s/\.so(\.|$)//; y/_/-/; s/(.*)/\L&/'
N:
N: Visibility: warning
N: Show-Always: no
N: Check: libraries/shared/soname
N: