[opt/trinity/]
[opt/trinity/lib/]
[opt/trinity/lib/trinity/]
[opt/trinity/lib/trinity/tdeio_sword.la]
[opt/trinity/lib/trinity/tdeio_sword.so]
[opt/trinity/share/]
[opt/trinity/share/apps/]
[opt/trinity/share/apps/tdeio_sword/]
[opt/trinity/share/apps/tdeio_sword/swordvertical.png]
[opt/trinity/share/apps/tdeio_sword/tdeio_sword.css]
[opt/trinity/share/doc/]
[opt/trinity/share/doc/tde/HTML/]
[opt/trinity/share/doc/tde/HTML/en/]
[opt/trinity/share/doc/tde/HTML/en/tdeioslave/]
[opt/trinity/share/doc/tde/HTML/en/tdeioslave/sword/]
[opt/trinity/share/doc/tde/HTML/en/tdeioslave/sword/common]
[opt/trinity/share/doc/tde/HTML/en/tdeioslave/sword/index.cache.bz2]
[opt/trinity/share/doc/tde/HTML/en/tdeioslave/sword/index.docbook]
[opt/trinity/share/doc/tde/]
[opt/trinity/share/icons/]
[opt/trinity/share/icons/hicolor/128x128/]
[opt/trinity/share/icons/hicolor/128x128/apps/]
[opt/trinity/share/icons/hicolor/128x128/apps/tdeio_sword.png]
[opt/trinity/share/icons/hicolor/16x16/]
[opt/trinity/share/icons/hicolor/16x16/apps/]
[opt/trinity/share/icons/hicolor/16x16/apps/tdeio_sword.png]
[opt/trinity/share/icons/hicolor/22x22/]
[opt/trinity/share/icons/hicolor/22x22/apps/]
[opt/trinity/share/icons/hicolor/22x22/apps/tdeio_sword.png]
[opt/trinity/share/icons/hicolor/32x32/]
[opt/trinity/share/icons/hicolor/32x32/apps/]
[opt/trinity/share/icons/hicolor/32x32/apps/tdeio_sword.png]
[opt/trinity/share/icons/hicolor/48x48/]
[opt/trinity/share/icons/hicolor/48x48/apps/]
[opt/trinity/share/icons/hicolor/48x48/apps/tdeio_sword.png]
[opt/trinity/share/icons/hicolor/64x64/]
[opt/trinity/share/icons/hicolor/64x64/apps/]
[opt/trinity/share/icons/hicolor/64x64/apps/tdeio_sword.png]
[opt/trinity/share/icons/hicolor/]
[opt/trinity/share/icons/hicolor/scalable/]
[opt/trinity/share/icons/hicolor/scalable/apps/]
[opt/trinity/share/icons/hicolor/scalable/apps/tdeio_sword.svgz]
[opt/trinity/share/locale/]
[opt/trinity/share/locale/de/LC_MESSAGES/]
[opt/trinity/share/locale/de/LC_MESSAGES/tdeio_sword.mo]
[opt/trinity/share/locale/de/]
[opt/trinity/share/locale/pt/LC_MESSAGES/]
[opt/trinity/share/locale/pt/LC_MESSAGES/tdeio_sword.mo]
[opt/trinity/share/locale/pt/]
[opt/trinity/share/locale/ru/LC_MESSAGES/]
[opt/trinity/share/locale/ru/LC_MESSAGES/tdeio_sword.mo]
[opt/trinity/share/locale/ru/]
[opt/trinity/share/services/]
[opt/trinity/share/services/sword.protocol]
The copyright file for this package does not appear to contain a copyright notice. You should copy the copyright notice from the upstream source (or add one of your own for a native package). A copyright notice must consist of Copyright, Copr., or the Unicode symbol of C in a circle followed by the years and the copyright holder. A copyright notice is not required for a work to be copyrighted, but Debian requires the copyright file include the authors and years of copyright, and including a valid copyright notice is the best way to do that. Examples: Copyright YYYY Firstname Lastname <address@example.com> Copr. YYYY-YYYY Firstname Lastname <address@example.com> © YYYY,YYYY Firstname Lastname <address@example.com> If the package is in the public domain rather than copyrighted, be sure to mention "public domain" in the copyright file. Please be aware that this is very rare and not the same as a DFSG-free license. True public domain software is generally limited to such special cases as a work product of a United States government agency. Please refer to https://ftp-master.debian.org/REJECT-FAQ.html for details. Visibility: warning Show-Always: no Check: debian/copyright
This package provides an ELF binary that lacks the "read-only relocation" link flag. This package was likely not built with the default Debian compiler flags defined by dpkg-buildflags. If built using dpkg-buildflags directly, be sure to import LDFLAGS. Please refer to https://wiki.debian.org/Hardening for details. Visibility: warning Show-Always: no Check: binaries/hardening
[opt/trinity/lib/trinity/tdeio_sword.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
Since Debian Policy version 4.0.1, the priority extra has been deprecated. Please update debian/control and replace all instances of Priority: extra with Priority: optional. Please refer to Priorities (Section 2.5) in the Debian Policy Manual for details. Visibility: warning Show-Always: no Check: fields/priority
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
This package has no Homepage field but has a URL in the description and wording that might indicate this is the package Homepage. If it is, add a Homepage control field containing it rather than mentioning it in the package description. Visibility: info Show-Always: no Check: fields/description
This package provides an ELF binary that lacks the "bindnow" linker flag. This is needed (together with "relro") to make the "Global Offset Table" (GOT) fully read-only. The bindnow feature trades startup time for improved security. Please consider enabling this feature or consider overriding the tag (possibly with a comment about why). If you use dpkg-buildflags, you may have to add hardening=+bindnow or hardening=+all to DEB_BUILD_MAINT_OPTIONS. The relevant compiler flags are set in LDFLAGS. Please refer to https://wiki.debian.org/Hardening for details. Visibility: info Show-Always: no Check: binaries/hardening
[opt/trinity/lib/trinity/tdeio_sword.so]
This package provides an ELF binary that lacks the use of fortified libc functions. Either there are no potentially unfortified functions called by any routines, all unfortified calls have already been fully validated at compile-time, or the package was not built with the default Debian compiler flags defined by dpkg-buildflags. If built using dpkg-buildflags directly, be sure to import CPPFLAGS. NB: Due to false-positives, Lintian ignores some unprotected functions (e.g. memcpy). Please refer to https://wiki.debian.org/Hardening and Bug#673112 for details. Visibility: info Show-Always: no Check: binaries/hardening
[opt/trinity/lib/trinity/tdeio_sword.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 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/]
Lintian run for tdeio-sword-trinity package.
|
Name
|
|
|
|---|---|---|
| Source package | tdeio-sword-trinity_4:14.2.0~pre17-0debian13.0.0+6 |
|
| System tar | system.tar.xz |
|
| Package upload | tdeio-sword-trinity_4:14.2.0~pre17-0debian13.0.0+6 |
|
|
Name
|
|
|
|---|---|---|
| Lintian report | lintian: tdeio-sword-trinity, tdeio-sword-trinity-dbgsym | |
| Debug log | debusine:work-request-debug-logs |
Work requests that must be completed before this one can run.
| 245522 | 3 days, 3 hours | Worker | sbuild: tdeio-sword-trinity_4:14.2.0~pre17-0debian13.0.0+6 (arm64) | Completed | Success |
This work request is not required by any other one.
Internal collection: workflow-245335
backend: unshare build_architecture: arm64 environment: debian/match:codename=trixie exclude_tags: [] fail_on_severity: error include_tags: [] input: binary_artifacts: - internal@collections/name:build-arm64 source_artifact: 792439@artifacts output: binary_all_analysis: false source_analysis: false target_distribution: debian:trixie
backend: unshare build_architecture: arm64 environment: debian/match:codename=trixie exclude_tags: [] fail_on_severity: error include_tags: [] input: binary_artifacts: - internal@collections/name:build-arm64 source_artifact: 792439@artifacts output: binary_all_analysis: false source_analysis: false target_distribution: debian:trixie task_configuration: 1021
provided: - task:group:debusine::Admins - task:group:debusine::TDE-Owners - task:scope:debusine - task:source-package:tdeio-sword-trinity - task:workspace:debusine:trinity-testing required: - worker:executor:unshare - worker:task:worker:lintian:version:1 - worker:type:external
configuration_context: trixie environment_id: 27557 input_binary_artifacts_ids: - 795530 input_source_artifact_id: 792439 parameter_summary: tdeio-sword-trinity_4:14.2.0~pre17-0debian13.0.0+6 runtime_context: binary-any:trixie subject: tdeio-sword-trinity
{ "step": "lintian-arm64", "display_name": "Lintian for arm64" }
{ "on_success": [ { "action": "update-collection-with-artifacts", "variables": null, "collection": "internal@collections", "name_template": "lintian-arm64", "artifact_filters": { "category": "debian:lintian" } } ] }
{ "runtime_statistics": { "memory": 4637843456, "cpu_time": 679, "duration": 216, "cpu_count": 24, "disk_space": 1013248000, "available_memory": 67425996800, "available_disk_space": 33713000448 } }