1{"tags": [{"severity": "error", "package": "libpythonize0-trinity", "tag": "custom-library-search-path", "explanation": "The binary or shared library sets RPATH or RUNPATH. This overrides the\nnormal library search path, possibly interfering with local policy and\ncausing problems for multilib, among other issues.\n\nThe only time a binary or shared library in a Debian package should set\nRPATH or RUNPATH is if it is linked to private shared libraries in the\nsame package. In that case, place those private shared libraries in\n/usr/lib/*package*. Libraries used by binaries in other packages should be\nplaced in /lib or /usr/lib as appropriate, with a proper SONAME, in which\ncase RPATH/RUNPATH is unnecessary.\n\nTo fix this problem, look for link lines like: gcc test.o -o test\n-Wl,--rpath,/usr/local/lib or gcc test.o -o test -R/usr/local/lib and\nremove the -Wl,--rpath or -R argument. You can also use the chrpath\nutility to remove the RPATH.\n\nPlease refer to https://wiki.debian.org/RpathIssue for details.\n\nVisibility: error\nShow-Always: no\nCheck: binaries/rpath\nRenamed from: binary-or-shlib-defines-rpath", "comment": "", "note": "RUNPATH /usr/lib/python3.11", "pointer": "opt/trinity/lib/libpythonize.so.0.0.0"}, {"severity": "error", "package": "libpythonize0-trinity", "tag": "dir-or-file-in-opt", "explanation": "Debian packages should not install into /opt, because it is reserved for\nadd-on software.\n\nPlease refer to /opt : Add-on application software packages (Section 3.13)\nin the Filesystem Hierarchy Standard for details.\n\nVisibility: error\nShow-Always: no\nCheck: files/hierarchy/standard", "comment": "", "note": "", "pointer": "opt/trinity/"}, {"severity": "error", "package": "libpythonize0-trinity", "tag": "dir-or-file-in-opt", "explanation": "", "comment": "", "note": "", "pointer": "opt/trinity/lib/"}, {"severity": "error", "package": "libpythonize0-trinity", "tag": "dir-or-file-in-opt", "explanation": "", "comment": "", "note": "", "pointer": "opt/trinity/lib/libpythonize.so.0.0.0"}, {"severity": "error", "package": "libpythonize0-trinity", "tag": "dir-or-file-in-opt", "explanation": "", "comment": "", "note": "", "pointer": "opt/trinity/lib/libpythonize.so.0"}, {"severity": "warning", "package": "libpythonize0-trinity", "tag": "description-contains-homepage", "explanation": "The extended description contains a \"Homepage\" pseudo-field following the\nold Developer's Reference recommendation. As of 1.14.6, dpkg now supports\nHomepage as a regular field in debian/control. This pseudo-field should be\nmoved from the extended description to the fields for the relevant source\nor binary packages.\n\nVisibility: warning\nShow-Always: no\nCheck: fields/description", "comment": "", "note": "line 6", "pointer": ""}, {"severity": "warning", "package": "libpythonize0-trinity", "tag": "package-has-unnecessary-activation-of-ldconfig-trigger", "explanation": "The package activates the ldconfig trigger even though no shared libraries\nare installed in a directory controlled by the dynamic library loader.\n\nNote this may be triggered by a bug in debhelper, that causes it to\nauto-generate an ldconfig trigger for packages that do not need it.\n\nPlease refer to ldconfig (Section 8.1.1) in the Debian Policy Manual and\nBug#204975 for details.\n\nVisibility: warning\nShow-Always: no\nCheck: libraries/shared/trigger/ldconfig", "comment": "", "note": "", "pointer": ""}, {"severity": "warning", "package": "libpythonize0-trinity", "tag": "package-relation-with-self", "explanation": "The package declares a relationship with itself. This is not very useful\nexcept in the case of a package Conflicting with itself if its package\nname doubles as a virtual package.\n\nVisibility: warning\nShow-Always: no\nCheck: fields/package-relations", "comment": "", "note": "Breaks: libpythonize0-trinity (<< 4:14.0.0~)", "pointer": ""}, {"severity": "info", "package": "libpythonize0-trinity", "tag": "hardening-no-bindnow", "explanation": "This package provides an ELF binary that lacks the \"bindnow\" linker flag.\n\nThis is needed (together with \"relro\") to make the \"Global Offset Table\"\n(GOT) fully read-only. The bindnow feature trades startup time for\nimproved security. Please consider enabling this feature or consider\noverriding the tag (possibly with a comment about why).\n\nIf you use dpkg-buildflags, you may have to add hardening=+bindnow or\nhardening=+all to DEB_BUILD_MAINT_OPTIONS.\n\nThe relevant compiler flags are set in LDFLAGS.\n\nPlease refer to https://wiki.debian.org/Hardening for details.\n\nVisibility: info\nShow-Always: no\nCheck: binaries/hardening", "comment": "", "note": "", "pointer": "opt/trinity/lib/libpythonize.so.0.0.0"}, {"severity": "info", "package": "libpythonize0-trinity", "tag": "hardening-no-fortify-functions", "explanation": "This package provides an ELF binary that lacks the use of fortified libc\nfunctions. Either there are no potentially unfortified functions called by\nany routines, all unfortified calls have already been fully validated at\ncompile-time, or the package was not built with the default Debian\ncompiler flags defined by dpkg-buildflags. If built using dpkg-buildflags\ndirectly, be sure to import CPPFLAGS.\n\nNB: Due to false-positives, Lintian ignores some unprotected functions\n(e.g. memcpy).\n\nPlease refer to https://wiki.debian.org/Hardening and Bug#673112 for\ndetails.\n\nVisibility: info\nShow-Always: no\nCheck: binaries/hardening", "comment": "", "note": "", "pointer": "opt/trinity/lib/libpythonize.so.0.0.0"}, {"severity": "pedantic", "package": "libpythonize0-trinity", "tag": "copyright-refers-to-symlink-license", "explanation": "The copyright file refers to the versionless symlink in\n/usr/share/common-licenses for the full text of the GPL, LGPL, or GFDL\nlicense. This symlink is updated to point to the latest version of the\nlicense when a new one is released. The package appears to allow\nrelicensing under later versions of its license, so this is legally\nconsistent, but it implies that Debian will relicense the package under\nlater versions of those licenses as they're released. It is normally\nbetter to point to the version of the license the package references in\nits license statement.\n\nFor example, if the package says something like \"you may redistribute it\nand/or modify it under the terms of the GNU General Public License as\npublished by the Free Software Foundation; either version 2, or (at your\noption) any later version\", the debian/copyright file should refer to\n/usr/share/common-licenses/GPL-2, not /GPL.\n\nFor packages released under the same terms as Perl, Perl references the\nGPL version 1, so point to /usr/share/common-licenses/GPL-1.\n\nVisibility: pedantic\nShow-Always: no\nCheck: debian/copyright", "comment": "", "note": "usr/share/common-licenses/GPL", "pointer": ""}, {"severity": "experimental", "package": "libpythonize0-trinity", "tag": "binary-file-built-without-LFS-support", "explanation": "The listed ELF binary appears to be (partially) built without \"Large File\nSupport\" (LFS). If so, it may not be able to handle large files or files\nwith large metadata values, such as inode numbers, correctly.\n\nTo support large files, code review might be needed to make sure that\nthose files are not slurped into memory or mmap(2)ed, and that correct\n64-bit data types are used (ex: off_t instead of ssize_t), etc. Once that\nhas been done ensure _FILE_OFFSET_BITS is defined and set to 64 before any\nsystem headers are included (note that on systems were the ABI has LFS\nenabled by default, setting _FILE_OFFSET_BITS to 64 will be a no-op, and\nas such optional). This can be done by using the AC_SYS_LARGEFILE macro\nwith autoconf which will set any macro required to enable LFS when\nnecessary, or by enabling the lfs feature from the future dpkg-buildflags\nfeature area which sets the CPPFLAGS variable (since dpkg-dev 1.19.0).\nNote though, that getconf LFS_CFLAGS must not be used, as it does not\nsupport cross-building. Using _FILE_OFFSET_BITS should require no system\nfunction renames (eg. from open(2) to open64(2)), and if this tag is still\nemitted, the most probable cause is because the macro is not seen by the\nsystem code being compiled.\n\nTake into account that even if this tag is not emitted, that does not mean\nthe binary is LFS-safe (ie. no OOM conditions, file truncation or\noverwrite will happen).\n\nAlso note that enabling LFS on a shared library is not always safe as it\nmight break ABI in case some of the exported types change size, in those\ncases a SOVERSION bump might be required. Or alternatively, on systems\nwith an ABI without LFS, defining _LARGEFILE64_SOURCE and exporting both\n32 and 64-bit variants of the interfaces can avoid the SOVERSION bump, at\nthe cost of more complex maintenance.\n\nPlease refer to http://www.unix.org/version2/whatsnew/lfs20mar.html and\nhttps://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html\nfor details.\n\nVisibility: info\nShow-Always: no\nCheck: binaries/large-file-support\nThis tag is experimental.", "comment": "", "note": "", "pointer": "opt/trinity/lib/libpythonize.so.0.0.0"}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "control-tarball-compression-format", "explanation": "This is the compressor format used for the control.tar tarball.\n\nVisibility: classification\nShow-Always: no\nCheck: deb-format\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "data-tarball-compression-format", "explanation": "This is the compressor format used for the data.tar tarball.\n\nVisibility: classification\nShow-Always: no\nCheck: deb-format\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "mail-contact", "explanation": "", "comment": "", "note": "Maintainer \"TDE Debian Team\" <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "no-ctrl-scripts", "explanation": "The package does not rely on any maintainer scripts (or other executable\ncontrol files).\n\nVisibility: classification\nShow-Always: no\nCheck: control-files\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "package-is-maintained-by-individual", "explanation": "The package is maintained by an individual according to the\nmaintainer/uploaders fields in the debian/control file.\n\nVisibility: classification\nShow-Always: no\nCheck: fields/vcs\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Architecture armhf", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Breaks libpythonize0-trinity (<< 4:14.0.0~)", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Conflicts libpythonize0", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Depends libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpython3.11 (>= 3.11.0), libstdc++6 (>= 5)", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Description Python packages to support TDE applications (library)", "pointer": "Trinity"}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Installed-Size 27", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Package libpythonize0-trinity", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Priority optional", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Replaces libpythonize0-trinity (<< 4:14.0.0~)", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Section libs", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Source pytdeextensions-trinity", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Version 4:14.2.0~pre42-0raspbian12.0.0+6", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "control-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "data-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "mail-contact", "explanation": "", "comment": "", "note": "Maintainer \"TDE Debian Team\" <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "no-ctrl-scripts", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "package-is-maintained-by-individual", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Architecture armhf", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Auto-Built-Package debug-symbols", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Build-Ids 6185b97b80233f3b9a9eb4a421d97c918865309a", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Depends libpythonize0-trinity (= 4:14.2.0~pre42-0raspbian12.0.0+6)", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Description debug symbols for libpythonize0-trinity", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Installed-Size 30", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Package libpythonize0-trinity-dbgsym", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Priority optional", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Section debug", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Source pytdeextensions-trinity", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dbgsym", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Version 4:14.2.0~pre42-0raspbian12.0.0+6", "pointer": ""}, {"severity": "error", "package": "libpythonize0-trinity-dev", "tag": "dir-or-file-in-opt", "explanation": "", "comment": "", "note": "", "pointer": "opt/trinity/"}, {"severity": "error", "package": "libpythonize0-trinity-dev", "tag": "dir-or-file-in-opt", "explanation": "", "comment": "", "note": "", "pointer": "opt/trinity/include/"}, {"severity": "error", "package": "libpythonize0-trinity-dev", "tag": "dir-or-file-in-opt", "explanation": "", "comment": "", "note": "", "pointer": "opt/trinity/include/pythonize.h"}, {"severity": "error", "package": "libpythonize0-trinity-dev", "tag": "dir-or-file-in-opt", "explanation": "", "comment": "", "note": "", "pointer": "opt/trinity/lib/"}, {"severity": "error", "package": "libpythonize0-trinity-dev", "tag": "dir-or-file-in-opt", "explanation": "", "comment": "", "note": "", "pointer": "opt/trinity/lib/libpythonize.a"}, {"severity": "error", "package": "libpythonize0-trinity-dev", "tag": "dir-or-file-in-opt", "explanation": "", "comment": "", "note": "", "pointer": "opt/trinity/lib/libpythonize.la"}, {"severity": "error", "package": "libpythonize0-trinity-dev", "tag": "dir-or-file-in-opt", "explanation": "", "comment": "", "note": "", "pointer": "opt/trinity/lib/libpythonize.so"}, {"severity": "error", "package": "libpythonize0-trinity-dev", "tag": "non-empty-dependency_libs-in-la-file", "explanation": "The dependency_libs field in the .la file has not been cleared. It has\nlong been a release goal to get rid of unneeded .la files and clearing the\ndependency_libs field from the rest of them.\n\nA non-empty dependency_libs field will also stall the Multi-Arch\nconversion.\n\nThe .la file in itself may be useful if the library is loaded dynamically\nvia libltdl.\n\nPlease refer to https://wiki.debian.org/ReleaseGoals/LAFileRemoval,\nhttps://lists.debian.org/debian-devel/2011/05/msg01003.html, and\nhttps://lists.debian.org/debian-devel/2011/05/msg01146.html for details.\n\nVisibility: error\nShow-Always: no\nCheck: build-systems/libtool/la-file", "comment": "", "note": "-R/usr/lib/python3.11 -lpython3.11 -ldl", "pointer": "opt/trinity/lib/libpythonize.la:20"}, {"severity": "warning", "package": "libpythonize0-trinity-dev", "tag": "description-contains-homepage", "explanation": "", "comment": "", "note": "line 6", "pointer": ""}, {"severity": "warning", "package": "libpythonize0-trinity-dev", "tag": "package-relation-with-self", "explanation": "", "comment": "", "note": "Breaks: libpythonize0-trinity-dev (<< 4:14.0.0~)", "pointer": ""}, {"severity": "pedantic", "package": "libpythonize0-trinity-dev", "tag": "copyright-refers-to-symlink-license", "explanation": "", "comment": "", "note": "usr/share/common-licenses/GPL", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "control-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "data-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "mail-contact", "explanation": "", "comment": "", "note": "Maintainer \"TDE Debian Team\" <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "no-ctrl-scripts", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "package-is-maintained-by-individual", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Architecture armhf", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Breaks libpythonize0-trinity-dev (<< 4:14.0.0~)", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Depends libpythonize0-trinity (= 4:14.2.0~pre42-0raspbian12.0.0+6), python3-all-dev", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Description Python packages to support TDE applications (development)", "pointer": "Trinity"}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Installed-Size 28", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Package libpythonize0-trinity-dev", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Priority optional", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Replaces libpythonize0-trinity-dev (<< 4:14.0.0~)", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Section libdevel", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Source pytdeextensions-trinity", "pointer": ""}, {"severity": "classification", "package": "libpythonize0-trinity-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Version 4:14.2.0~pre42-0raspbian12.0.0+6", "pointer": ""}], "summary": {"tags_count_by_severity": {"error": 13, "warning": 5, "info": 2, "pedantic": 2, "experimental": 1, "overridden": 0, "classification": 52}, "package_filename": {"libpythonize0-trinity": "libpythonize0-trinity_14.2.0~pre42-0raspbian12.0.0+6_armhf.deb", "libpythonize0-trinity-dbgsym": "libpythonize0-trinity-dbgsym_14.2.0~pre42-0raspbian12.0.0+6_armhf.deb", "libpythonize0-trinity-dev": "libpythonize0-trinity-dev_14.2.0~pre42-0raspbian12.0.0+6_armhf.deb"}, "tags_found": ["binary-file-built-without-LFS-support", "control-tarball-compression-format", "copyright-refers-to-symlink-license", "custom-library-search-path", "data-tarball-compression-format", "description-contains-homepage", "dir-or-file-in-opt", "hardening-no-bindnow", "hardening-no-fortify-functions", "mail-contact", "no-ctrl-scripts", "non-empty-dependency_libs-in-la-file", "package-has-unnecessary-activation-of-ldconfig-trigger", "package-is-maintained-by-individual", "package-relation-with-self", "trimmed-field"], "overridden_tags_found": [], "lintian_version": "2.116.3+deb12u1", "distribution": "debian:raspbian-bookworm"}, "version": 1}