[opt/trinity/]
[opt/trinity/lib/]
[opt/trinity/lib/libkommando.la]
[opt/trinity/lib/libkommando.so.1.0.0]
[opt/trinity/lib/libkommando.so.1]
[opt/trinity/lib/libkommando.so]
[opt/trinity/lib/trinity/]
[opt/trinity/lib/trinity/kcm_kommando.la]
[opt/trinity/lib/trinity/kcm_kommando.so]
[opt/trinity/lib/trinity/kded_kommandod.la]
[opt/trinity/lib/trinity/kded_kommandod.so]
[opt/trinity/share/]
[opt/trinity/share/applications/]
[opt/trinity/share/applications/tde/]
[opt/trinity/share/applications/tde/kommando.desktop]
[opt/trinity/share/doc/]
[opt/trinity/share/doc/tde/HTML/]
[opt/trinity/share/doc/tde/HTML/en/]
[opt/trinity/share/doc/tde/HTML/en/kommando/]
[opt/trinity/share/doc/tde/HTML/en/kommando/common]
[opt/trinity/share/doc/tde/HTML/en/kommando/index.cache.bz2]
[opt/trinity/share/doc/tde/HTML/en/kommando/index.docbook]
[opt/trinity/share/doc/tde/]
[opt/trinity/share/icons/]
[opt/trinity/share/icons/hicolor/16x16/]
[opt/trinity/share/icons/hicolor/16x16/apps/]
[opt/trinity/share/icons/hicolor/16x16/apps/kommando.png]
[opt/trinity/share/icons/hicolor/32x32/]
[opt/trinity/share/icons/hicolor/32x32/apps/]
[opt/trinity/share/icons/hicolor/32x32/apps/kommando.png]
[opt/trinity/share/icons/hicolor/64x64/]
[opt/trinity/share/icons/hicolor/64x64/apps/]
[opt/trinity/share/icons/hicolor/64x64/apps/kommando.png]
[opt/trinity/share/icons/hicolor/]
[opt/trinity/share/locale/]
[opt/trinity/share/locale/it/LC_MESSAGES/]
[opt/trinity/share/locale/it/LC_MESSAGES/kommando.mo]
[opt/trinity/share/locale/it/]
[opt/trinity/share/locale/ka/LC_MESSAGES/]
[opt/trinity/share/locale/ka/LC_MESSAGES/kommando.mo]
[opt/trinity/share/locale/ka/]
[opt/trinity/share/locale/nl/LC_MESSAGES/]
[opt/trinity/share/locale/nl/LC_MESSAGES/kommando.mo]
[opt/trinity/share/locale/nl/]
[opt/trinity/share/locale/pl/LC_MESSAGES/]
[opt/trinity/share/locale/pl/LC_MESSAGES/kommando.mo]
[opt/trinity/share/locale/pl/]
[opt/trinity/share/locale/ru/LC_MESSAGES/]
[opt/trinity/share/locale/ru/LC_MESSAGES/kommando.mo]
[opt/trinity/share/locale/ru/]
[opt/trinity/share/locale/zh_Hans/LC_MESSAGES/]
[opt/trinity/share/locale/zh_Hans/LC_MESSAGES/kommando.mo]
[opt/trinity/share/locale/zh_Hans/]
[opt/trinity/share/man/]
[opt/trinity/share/man/man1/]
[opt/trinity/share/man/man1/kommando.1]
[opt/trinity/share/services/]
[opt/trinity/share/services/kded/]
[opt/trinity/share/services/kded/kommandod.desktop]
The first line of the "Description:" should omit any initial indefinite or
definite article: "a", "an", or "the". A good heuristic is that it should
be possible to substitute the package name and synopsis into this formula:
The package name provides {a,an,the,some} synopsis.
Please refer to The package synopsis, or short description (Section 6.2.2)
in the Debian Developer's Reference for details.
Visibility: warning
Show-Always: no
Check: fields/description
[opt/trinity/lib/libkommando.so.1.0.0]
[opt/trinity/lib/trinity/kcm_kommando.so]
[opt/trinity/lib/trinity/kded_kommandod.so]
The package activates the ldconfig trigger even though no shared libraries are installed in a directory controlled by the dynamic library loader. Note this may be triggered by a bug in debhelper, that causes it to auto-generate an ldconfig trigger for packages that do not need it. Please refer to ldconfig (Section 8.1.1) in the Debian Policy Manual and Bug#204975 for details. Visibility: warning Show-Always: no Check: libraries/shared/trigger/ldconfig
The "Section:" field in this package's control file is not one of the sections in use on the ftp archive. Valid sections are currently admin, comm, cli-mono, database, debug, devel, doc, editors, electronics, embedded, fonts, games, gnome, gnu-r, gnustep, graphics, hamradio, haskell, httpd, interpreters, java, javascript, kde, libdevel, libs, lisp, localization, kernel, mail, math, misc, net, news, ocaml, oldlibs, otherosfs, perl, php, python, ruby, rust, science, shells, sound, tex, text, utils, vcs, video, web, x11, xfce, zope. The section name should be preceded by either "contrib/", "non-free/" or "non-free-firmware/" if the package is in the according archive area. Please refer to Sections (Section 2.4) in the Debian Policy Manual for details. Visibility: warning Show-Always: no Check: fields/section
[opt/trinity/lib/libkommando.so.1.0.0]
[opt/trinity/lib/trinity/kcm_kommando.so]
[opt/trinity/lib/trinity/kded_kommandod.so]
The copyright file refers to the versionless symlink in /usr/share/common-licenses for the full text of the GPL, LGPL, or GFDL license. This symlink is updated to point to the latest version of the license when a new one is released. The package appears to allow relicensing under later versions of its license, so this is legally consistent, but it implies that Debian will relicense the package under later versions of those licenses as they're released. It is normally better to point to the version of the license the package references in its license statement. For example, if the package says something like "you may redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version", the debian/copyright file should refer to /usr/share/common-licenses/GPL-2, not /GPL. For packages released under the same terms as Perl, Perl references the GPL version 1, so point to /usr/share/common-licenses/GPL-1. Visibility: pedantic Show-Always: no Check: debian/copyright
The copyright file contains the incomplete Debian packaging copyright boilerplate from older versions of dh_make. (C) alone is not considered a valid copyright notice in some countries. The word Copyright or the © symbol should be used instead or in addition to (C). Copyright notices like this are, in any country that's a signatory to the Berne Convention, not required to claim copyright on a work, but their presence may allow claiming additional damages should a copyright case go to court. If you provide a notice, you may as well provide one that's legally recognized in a broader range of countries. Visibility: pedantic Show-Always: no Check: debian/copyright
The file is installed into a location that repeats the given path segment. An example would be /usr/lib/lib or /usr/share/myprogram/share. More often than not this is unintended. Please refer to Bug#950052 and Bug#950027 for details. Visibility: pedantic Show-Always: no Check: files/hierarchy/path-segments
[opt/trinity/lib/trinity/]
This is the compressor format used for the control.tar tarball. Visibility: classification Show-Always: no Check: deb-format This tag is a classification. There is no issue in your package.
This is the compressor format used for the data.tar tarball. Visibility: classification Show-Always: no Check: deb-format This tag is a classification. There is no issue in your package.
The package does not rely on any maintainer scripts (or other executable control files). Visibility: classification Show-Always: no Check: control-files This tag is a classification. There is no issue in your package.
Lintian run for kommando-trinity package.
|
Name
|
|
|
|---|---|---|
| Package upload | kommando-trinity_4:14.2.0~pre50-0ubuntu24.04.0+7 |
|
| System tar | system.tar.xz |
|
| Source package | kommando-trinity_4:14.2.0~pre50-0ubuntu24.04.0+7 |
|
|
Name
|
|
|
|---|---|---|
| Lintian report | lintian: kommando-trinity | |
| Debug log | debusine:work-request-debug-logs |
Work requests that must be completed before this one can run.
| 260058 | 1 day, 2 hours | Worker | sbuild: kommando-trinity_4:14.2.0~pre50-0ubuntu24.04.0+7 (armhf) | Completed | Success |
This work request is not required by any other one.
Internal collection: workflow-260005
backend: unshare build_architecture: armhf environment: debian/match:codename=noble exclude_tags: [] fail_on_severity: error include_tags: [] input: binary_artifacts: - internal@collections/name:build-armhf source_artifact: 818820@artifacts output: binary_all_analysis: false source_analysis: false target_distribution: debian:noble
backend: unshare build_architecture: armhf environment: debian/match:codename=noble exclude_tags: [] fail_on_severity: error include_tags: [] input: binary_artifacts: - internal@collections/name:build-armhf source_artifact: 818820@artifacts output: binary_all_analysis: false source_analysis: false target_distribution: debian:noble task_configuration: 1021
provided: - task:group:debusine::Admins - task:group:debusine::TDE-Owners - task:scope:debusine - task:source-package:kommando-trinity - task:workspace:debusine:trinity-testing required: - worker:executor:unshare - worker:task:worker:lintian:version:1 - worker:type:external
configuration_context: noble environment_id: 27675 input_binary_artifacts_ids: - 827063 input_source_artifact_id: 818820 parameter_summary: kommando-trinity_4:14.2.0~pre50-0ubuntu24.04.0+7 runtime_context: binary-any:noble subject: kommando-trinity
{ "step": "lintian-armhf", "display_name": "Lintian for armhf" }
{ "on_success": [ { "action": "update-collection-with-artifacts", "variables": null, "collection": "internal@collections", "name_template": "lintian-armhf", "artifact_filters": { "category": "debian:lintian" } } ] }
{ "runtime_statistics": { "memory": 322639872, "cpu_time": 657, "duration": 182, "cpu_count": 24, "disk_space": 2629181440, "available_memory": 67425996800, "available_disk_space": 33713000448 } }