1{"tags": [{"severity": "error", "package": "tde-cmake", "tag": "depends-on-essential-package-without-using-version", "explanation": "The package declares a depends on an essential package, e.g. dpkg, without\nusing a versioned depends. Packages do not need to depend on essential\npackages; essential means that they will always be present. The only\nreason to list an explicit dependency on an essential package is if you\nneed a particular version of that package, in which case the version\nshould be given in the dependency.\n\nPlease refer to Dependencies (Section 3.5) in the Debian Policy Manual for\ndetails.\n\nVisibility: error\nShow-Always: no\nCheck: fields/package-relations", "comment": "", "note": "Depends: perl-base", "pointer": ""}, {"severity": "error", "package": "tde-cmake", "tag": "package-contains-cmake-private-file", "explanation": "The package ships a file in a location reserved for CMake. It usually\nmeans you shipped a Find module.\n\nLibraries should not ship Find modules Config files. Config files should\nbe installed in the unversioned path\nusr/(lib/<arch>|lib|share)/cmake/<name>*/\n\nWhen CMake Config files are installed in an unversioned path, your package\nwill continue to work when a new version of CMake is uploaded.\n\nPlease refer to https://wiki.debian.org/CMake and\nhttps://cmake.org/cmake/help/v3.10/manual/cmake-packages.7.html#config-file-packages\nfor details.\n\nVisibility: error\nShow-Always: no\nCheck: build-systems/cmake", "comment": "", "note": "", "pointer": "usr/share/cmake-3.25/Modules/FindTDE.cmake"}, {"severity": "error", "package": "tde-cmake", "tag": "package-contains-cmake-private-file", "explanation": "", "comment": "", "note": "", "pointer": "usr/share/cmake-3.25/Modules/FindTQt.cmake"}, {"severity": "error", "package": "tde-cmake", "tag": "package-contains-cmake-private-file", "explanation": "", "comment": "", "note": "", "pointer": "usr/share/cmake-3.25/Modules/TDEL10n.cmake"}, {"severity": "error", "package": "tde-cmake", "tag": "package-contains-cmake-private-file", "explanation": "", "comment": "", "note": "", "pointer": "usr/share/cmake-3.25/Modules/TDEMacros.cmake"}, {"severity": "error", "package": "tde-cmake", "tag": "package-contains-cmake-private-file", "explanation": "", "comment": "", "note": "", "pointer": "usr/share/cmake-3.25/Modules/TDESetupPaths.cmake"}, {"severity": "error", "package": "tde-cmake", "tag": "package-contains-cmake-private-file", "explanation": "", "comment": "", "note": "", "pointer": "usr/share/cmake-3.25/Modules/TDEVersion.cmake"}, {"severity": "error", "package": "tde-cmake", "tag": "package-contains-cmake-private-file", "explanation": "", "comment": "", "note": "", "pointer": "usr/share/cmake-3.25/Modules/tde_automoc.cmake"}, {"severity": "error", "package": "tde-cmake", "tag": "package-contains-cmake-private-file", "explanation": "", "comment": "", "note": "", "pointer": "usr/share/cmake-3.25/Modules/tde_l10n_merge.pl"}, {"severity": "error", "package": "tde-cmake", "tag": "package-contains-cmake-private-file", "explanation": "", "comment": "", "note": "", "pointer": "usr/share/cmake-3.25/Modules/tde_uic.cmake"}, {"severity": "error", "package": "tde-cmake", "tag": "package-contains-cmake-private-file", "explanation": "", "comment": "", "note": "", "pointer": "usr/share/cmake-3.25/Templates/tde_dummy_cpp.cmake"}, {"severity": "error", "package": "tde-cmake", "tag": "package-contains-cmake-private-file", "explanation": "", "comment": "", "note": "", "pointer": "usr/share/cmake-3.25/Templates/tde_export_library.cmake"}, {"severity": "error", "package": "tde-cmake", "tag": "package-contains-cmake-private-file", "explanation": "", "comment": "", "note": "", "pointer": "usr/share/cmake-3.25/Templates/tde_libtool_file.cmake"}, {"severity": "error", "package": "tde-cmake", "tag": "package-contains-cmake-private-file", "explanation": "", "comment": "", "note": "", "pointer": "usr/share/cmake-3.25/Templates/tde_tdeinit_executable.cmake"}, {"severity": "error", "package": "tde-cmake", "tag": "package-contains-cmake-private-file", "explanation": "", "comment": "", "note": "", "pointer": "usr/share/cmake-3.25/Templates/tde_tdeinit_module.cmake"}, {"severity": "warning", "package": "tde-cmake", "tag": "copyright-refers-to-versionless-license-file", "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, but the package does not appear to allow distribution under later\nversions of the license. This symlink will change with each release of a\nnew version of the license and may therefore point to a different version\nthan the package is released under. debian/copyright should instead refers\nto the specific version of the license that the package references.\n\nFor example, if the package says something like \"you can redistribute it\nand/or modify it under the terms of the GNU General Public License as\npublished by the Free Software Foundation; version 2 dated June, 1991,\"\nthe debian/copyright file should refer to\n/usr/share/common-licenses/GPL-2, not /GPL.\n\nVisibility: warning\nShow-Always: no\nCheck: debian/copyright", "comment": "", "note": "usr/share/common-licenses/GPL", "pointer": ""}, {"severity": "warning", "package": "tde-cmake", "tag": "copyright-without-copyright-notice", "explanation": "The copyright file for this package does not appear to contain a copyright\nnotice. You should copy the copyright notice from the upstream source (or\nadd one of your own for a native package). A copyright notice must consist\nof Copyright, Copr., or the Unicode symbol of C in a circle followed by\nthe years and the copyright holder. A copyright notice is not required for\na work to be copyrighted, but Debian requires the copyright file include\nthe authors and years of copyright, and including a valid copyright notice\nis the best way to do that. Examples:\n\nCopyright YYYY Firstname Lastname <address@example.com>\nCopr. YYYY-YYYY Firstname Lastname <address@example.com>\n\u00a9 YYYY,YYYY Firstname Lastname <address@example.com>\n\nIf the package is in the public domain rather than copyrighted, be sure to\nmention \"public domain\" in the copyright file. Please be aware that this\nis very rare and not the same as a DFSG-free license. True public domain\nsoftware is generally limited to such special cases as a work product of a\nUnited States government agency.\n\nPlease refer to https://ftp-master.debian.org/REJECT-FAQ.html for details.\n\nVisibility: warning\nShow-Always: no\nCheck: debian/copyright", "comment": "", "note": "", "pointer": ""}, {"severity": "warning", "package": "tde-cmake", "tag": "script-not-executable", "explanation": "This file starts with the #! sequence that marks interpreted scripts, but\nit is not executable.\n\nThere has been some discussion to allow such files in paths other than\n/usr/bin but there was ultimately no broad support for it.\n\nPlease refer to Bug#368792 for details.\n\nVisibility: warning\nShow-Always: no\nCheck: scripts", "comment": "", "note": "", "pointer": "usr/share/cmake-3.25/Modules/tde_l10n_merge.pl"}, {"severity": "warning", "package": "tde-cmake", "tag": "unknown-section", "explanation": "The \"Section:\" field in this package's control file is not one of the\nsections in use on the ftp archive. Valid sections are currently admin,\ncomm, cli-mono, database, debug, devel, doc, editors, electronics,\nembedded, fonts, games, gnome, gnu-r, gnustep, graphics, hamradio,\nhaskell, httpd, interpreters, java, javascript, kde, libdevel, libs, lisp,\nlocalization, kernel, mail, math, misc, net, news, ocaml, oldlibs,\notherosfs, perl, php, python, ruby, rust, science, shells, sound, tex,\ntext, utils, vcs, video, web, x11, xfce, zope.\n\nThe section name should be preceded by either \"contrib/\", \"non-free/\" or\n\"non-free-firmware/\" if the package is in the according archive area.\n\nPlease refer to Sections (Section 2.4) in the Debian Policy Manual for\ndetails.\n\nVisibility: warning\nShow-Always: no\nCheck: fields/section", "comment": "", "note": "tde", "pointer": ""}, {"severity": "classification", "package": "tde-cmake", "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": "tde-cmake", "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": "tde-cmake", "tag": "mail-contact", "explanation": "", "comment": "", "note": "Maintainer \"TDE Debian Team\" <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "tde-cmake", "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": "tde-cmake", "tag": "package-is-maintained-by-individual", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "tde-cmake", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Architecture all", "pointer": ""}, {"severity": "classification", "package": "tde-cmake", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Breaks cmake-trinity (<< 4:14.1.0~)", "pointer": ""}, {"severity": "classification", "package": "tde-cmake", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Depends cmake (>= 3.25~), cmake (<< 3.26~), perl-base, libxml-parser-perl", "pointer": ""}, {"severity": "classification", "package": "tde-cmake", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Description TDE CMake modules\\n TDE uses its own set of modules and macros to simplify CMake rules.\\n .\\n This also includes the TDEL10n module that is used to generate and\\n update templates for translations and the modified version of\\n intltool-merge used to merge translations into desktop files.", "pointer": ""}, {"severity": "classification", "package": "tde-cmake", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Installed-Size 227", "pointer": ""}, {"severity": "classification", "package": "tde-cmake", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "tde-cmake", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Package tde-cmake", "pointer": ""}, {"severity": "classification", "package": "tde-cmake", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Priority optional", "pointer": ""}, {"severity": "classification", "package": "tde-cmake", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Provides cmake-trinity (= 4:14.2.0~pre36-0raspbian12.0.2+10)", "pointer": ""}, {"severity": "classification", "package": "tde-cmake", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Replaces cmake-trinity (<< 4:14.1.0~)", "pointer": ""}, {"severity": "classification", "package": "tde-cmake", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Section tde", "pointer": ""}, {"severity": "classification", "package": "tde-cmake", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Version 4:14.2.0~pre36-0raspbian12.0.2+10", "pointer": ""}], "summary": {"tags_count_by_severity": {"error": 15, "warning": 4, "info": 0, "pedantic": 0, "experimental": 0, "overridden": 0, "classification": 17}, "package_filename": {"tde-cmake": "tde-cmake_14.2.0~pre36-0raspbian12.0.2+10_all.deb"}, "tags_found": ["control-tarball-compression-format", "copyright-refers-to-versionless-license-file", "copyright-without-copyright-notice", "data-tarball-compression-format", "depends-on-essential-package-without-using-version", "mail-contact", "no-ctrl-scripts", "package-contains-cmake-private-file", "package-is-maintained-by-individual", "script-not-executable", "trimmed-field", "unknown-section"], "overridden_tags_found": [], "lintian_version": "2.116.3+deb12u1", "distribution": "debian:raspbian-bookworm"}, "version": 1}