analysis.json

analysis.json
1{"tags": [{"severity": "error", "package": "tdeartwork-trinity", "tag": "rules-require-build-prerequisite", "explanation": "", "comment": "", "note": "(does not satisfy cdbs:any)", "pointer": "debian/rules"}, {"severity": "warning", "package": "tdeartwork-trinity", "tag": "binary-nmu-debian-revision-in-source", "explanation": "The version number of your source package ends in +b and a number or has a\nDebian revision containing three parts. These version numbers are used by\nbinary NMUs and should not be used as the source version. (The +b form is\nthe current standard; the three-part version number now obsolete.)\n\nPlease refer to Recompilation or binary-only NMU (Section 5.10.2.1) in the\nDebian Developer's Reference for details.\n\nVisibility: warning\nShow-Always: no\nCheck: fields/version", "comment": "The code in debian/rules requires a prerequisite\nthat is not presently listed in the package's Build-Depends.\n\nIn the special case of Python, affected packages should Build-Depend on\none of python3, python3-all, python3-dev, or python3-all-dev. Which one\ndepends on whether a package supports multiple Python versions, and also\nwhether the package builds Python modules or uses Python only as part of\nthe build process.\n\nPackages that depend on a specific Python version may build-depend on any\nappropriate pythonX.Y or pythonX.Y-dev package instead.\n\nThe condition you see in the context is not a recommendation on what to\nadd. If you see a list, more than likely only one member is needed to make\nthis tag go away. You probably also do not need the :any multiarch\nqualifier, if you see one.\n\nPlease refer to Package relationships (Section 4.2) in the Debian Policy\nManual for details.\n\nVisibility: error\nShow-Always: no\nCheck: debian/rules\nRenamed from: missing-build-dependency missing-python-build-dependency", "note": "4:14.2.0~pre110-0ubuntu26.04.0+6~a", "pointer": ""}, {"severity": "warning", "package": "tdeartwork-trinity", "tag": "build-depends-on-obsolete-package", "explanation": "The package build-depends on a package that has been superseded. If the\nsuperseded package is part of an ORed group, it should not be the first\npackage in the group.\n\nVisibility: warning\nShow-Always: no\nCheck: fields/package-relations", "comment": "", "note": "Build-Depends: libgl1-mesa-dev => libgl-dev", "pointer": ""}, {"severity": "warning", "package": "tdeartwork-trinity", "tag": "custom-compression-in-debian-source-options", "explanation": "This package selects a custom compression level or algorithm in\ndebian/source/options. Please remove the call and let dpkg-deb(1) select\nsuitable defaults.\n\nCustom compression settings are usually chosen for one of two reasons:\n\nHigher compression levels or more advanced algorithms shrink the sizes of\nlarge files, but they can cause problems in the resource constrained\nenvironments used in Debian's buildd infrastructure. For example, higher\nthan expected memory consumption may trigger an FTBFS or a failure to\ninstall.\n\nLower compression levels or less advanced algorithms are sometimes needed\nto support older Debian version. Unfortunately, they also make it harder\nto change the defaults on an archive-wide basis.\n\nSome legitimate use cases trigger this tag. Please override it.\n\nPlease refer to Bug#829100, Bug#906614, Bug#909696, and the dpkg-deb(1)\nmanual page for details.\n\nVisibility: warning\nShow-Always: no\nCheck: debian/source-dir\nRenamed from: debian-source-options-has-custom-compression-settings", "comment": "", "note": "compression = \"xz\"", "pointer": "debian/source/options:2"}, {"severity": "warning", "package": "tdeartwork-trinity", "tag": "custom-compression-in-debian-source-options", "explanation": "", "comment": "", "note": "compression-level = 9", "pointer": "debian/source/options:3"}, {"severity": "warning", "package": "tdeartwork-trinity", "tag": "dbg-package-missing-depends", "explanation": "The given binary package has a name of the form of \"X-dbg\", indicating it\ncontains detached debugging symbols for the package X. If so, it should\ndepend on the corresponding package, generally with (= ${binary:Version})\nsince the debugging symbols are only useful with the binaries created by\nthe same build.\n\nNote that the package being depended upon cannot be \"Architecture: all\".\n\nIf this package provides debugging symbols for multiple other packages, it\nshould normally depend on all of those packages as alternatives. In other\nwords, pkga (= ${binary:Version}) | pkgb (= ${binary:Version}) and so\nforth.\n\nVisibility: warning\nShow-Always: no\nCheck: fields/package-relations", "comment": "", "note": "tdeartwork-trinity-dbg", "pointer": ""}, {"severity": "warning", "package": "tdeartwork-trinity", "tag": "national-encoding", "explanation": "A file is not valid UTF-8.\n\nDebian has used UTF-8 for many years. Support for national encodings is\nbeing phased out. This file probably appears to users in mangled\ncharacters (also called mojibake).\n\nPackaging control files must be encoded in valid UTF-8.\n\nPlease convert the file to UTF-8 using iconv or a similar tool.\n\nVisibility: warning\nShow-Always: no\nCheck: files/encoding\nRenamed from: national-encoding-in-text-file\ndebian-changelog-file-uses-obsolete-national-encoding\ndebian-control-file-uses-obsolete-national-encoding\ndebian-copyright-file-uses-obsolete-national-encoding\ndebian-news-file-uses-obsolete-national-encoding\ndebian-tests-control-uses-national-encoding\ndoc-base-file-uses-obsolete-national-encoding\nnational-encoding-in-debconf-template national-encoding-in-manpage", "comment": "", "note": "", "pointer": "debian/copyright"}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "adopted-extended-field", "explanation": "A field in debian/control has an extension prefix but is also known\nwithout it.\n\nExtension prefixes like XS-* or XC-* allow experimental fields to\npropagate to the right place when packages are built with dpkg. In this\ncase, however, the field is also known without the prefix. In all\nlikelihood the field was permanently adopted, and dpkg learned how to deal\nwith it.\n\nPlease consider removing the extension prefix for the field name.\n\nVisibility: info\nShow-Always: no\nCheck: debian/control/field/adopted\nRenamed from: xc-package-type-in-debian-control\nxs-testsuite-field-in-debian-control xs-vcs-field-in-debian-control", "comment": "", "note": "(in section for source) XSBC-Original-Maintainer", "pointer": "debian/control:5"}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "debian-control-has-obsolete-dbg-package", "explanation": "The debian/control file declares a -dbg package.\n\nDebug packages are now generated automatically. It reduces the space\nrequirements for archive mirrors for regular operations.\n\nPlease drop the -dbg package the debian/control file. Do not change it to\na dummy package that depends on the -dbgsym package.\n\nPlease refer to https://wiki.debian.org/AutomaticDebugPackages for\ndetails.\n\nVisibility: info\nShow-Always: no\nCheck: debug/obsolete", "comment": "", "note": "(in section for tdeartwork-trinity-dbg) Package", "pointer": "debian/control:204"}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "debian-watch-file-is-missing", "explanation": "This source package is not Debian-native but it does not have a\ndebian/watch file. This file is used for automatic detection of new\nupstream versions by the Debian External Health Status project and other\nproject infrastructure. If this package is maintained upstream, please\nconsider adding a debian/watch file to detect new releases.\n\nIf the package is not maintained upstream or if upstream uses a\ndistribution mechanism that cannot be meaningfully monitored by uscan and\nthe Debian External Health Status project, please consider adding a\ndebian/watch file containing only comments documenting the situation.\n\nPlease refer to Upstream source location: debian/watch (Section 4.11) in\nthe Debian Policy Manual and the uscan(1) manual page for details.\n\nVisibility: info\nShow-Always: no\nCheck: debian/watch", "comment": "", "note": "", "pointer": ""}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "duplicate-short-description", "explanation": "The listed binary packages all share the same short description, i.e. the\nfirst line of the Description field in debian/control.\n\nPlease add a word or two, in parentheses if needed, to describe to users\nwhat they are installing.\n\nIt is not okay to rely solely on package naming conventions to indicate\nwhat is inside.\n\nVisibility: info\nShow-Always: no\nCheck: debian/control/field/description/duplicate", "comment": "", "note": "tdescreensaver-xsavers-extra-trinity tdescreensaver-xsavers-trinity", "pointer": "debian/control"}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "installable-field-mirrors-source", "explanation": "The named field for an installation package in debian/control has the same\nvalue as the one inherited from the source paragraph.\n\nIn the interest of shorter and clearer files, you may wish to take\nadvantage of the inheritance rules. This field is redundant.\n\nVisibility: info\nShow-Always: no\nCheck: debian/control/field/redundant\nRenamed from: binary-control-field-duplicates-source", "comment": "", "note": "(in section for tdeartwork-emoticons-trinity) Section", "pointer": "debian/control:32"}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "installable-field-mirrors-source", "explanation": "", "comment": "", "note": "(in section for tdeartwork-misc-trinity) Section", "pointer": "debian/control:46"}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "installable-field-mirrors-source", "explanation": "", "comment": "", "note": "(in section for tdeartwork-style-trinity) Section", "pointer": "debian/control:60"}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "installable-field-mirrors-source", "explanation": "", "comment": "", "note": "(in section for tdeartwork-theme-icon-trinity) Section", "pointer": "debian/control:75"}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "installable-field-mirrors-source", "explanation": "", "comment": "", "note": "(in section for tdeartwork-theme-window-trinity) Section", "pointer": "debian/control:90"}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "installable-field-mirrors-source", "explanation": "", "comment": "", "note": "(in section for tdeartwork-trinity) Section", "pointer": "debian/control:13"}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "installable-field-mirrors-source", "explanation": "", "comment": "", "note": "(in section for tdescreensaver-trinity) Section", "pointer": "debian/control:119"}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "installable-field-mirrors-source", "explanation": "", "comment": "", "note": "(in section for tdescreensaver-xsavers-extra-trinity) Section", "pointer": "debian/control:186"}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "installable-field-mirrors-source", "explanation": "", "comment": "", "note": "(in section for tdescreensaver-xsavers-trinity) Section", "pointer": "debian/control:138"}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "installable-field-mirrors-source", "explanation": "", "comment": "", "note": "(in section for tdescreensaver-xsavers-webcollage-trinity) Section", "pointer": "debian/control:161"}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "installable-field-mirrors-source", "explanation": "", "comment": "", "note": "(in section for tdewallpapers-trinity) Section", "pointer": "debian/control:105"}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "no-dh-sequencer", "explanation": "This package does not use the dh sequencer in debian/rules.\n\nWhile maintainers may use a variety of build systems, this one is by far\nthe most popular.\n\nMaintainers are strongly encouraged to use the dh sequencer in new\npackages and convert existing ones when appropriate.\n\nVisibility: info\nShow-Always: no\nCheck: debian/rules/dh-sequencer", "comment": "", "note": "", "pointer": "debian/rules"}, {"severity": "info", "package": "tdeartwork-trinity", "tag": "out-of-date-standards-version", "explanation": "The source package refers to a Standards-Version older than the one that\nwas current at the time the package was created (according to the\ntimestamp of the latest debian/changelog entry). Please consider updating\nthe package to current Policy and setting this control field\nappropriately.\n\nIf the package is already compliant with the current standards, you don't\nhave to re-upload the package just to adjust the Standards-Version control\nfield. However, please remember to update this field next time you upload\nthe package.\n\nSee /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the\ndebian-policy package for a summary of changes in newer versions of\nPolicy.\n\nPlease refer to\nhttps://www.debian.org/doc/debian-policy/upgrading-checklist.html for\ndetails.\n\nVisibility: info\nShow-Always: no\nCheck: fields/standards-version", "comment": "", "note": "3.8.4 (released 2010-01-27) (current is 4.7.2)", "pointer": ""}, {"severity": "pedantic", "package": "tdeartwork-trinity", "tag": "co-maintained-package-with-no-vcs-fields", "explanation": "Based on the content of the maintainer and uploader fields this package is\nco-maintained but there are no Vcs-* fields.\n\nIt is recommended that shared maintenance of packages are co-ordinated via\na revision control system.\n\nVisibility: pedantic\nShow-Always: no\nCheck: fields/vcs\nRenamed from: co-maintained-package-with-no-vcs-headers", "comment": "", "note": "", "pointer": ""}, {"severity": "pedantic", "package": "tdeartwork-trinity", "tag": "no-homepage-field", "explanation": "This non-native package lacks a Homepage field. If the package has an\nupstream home page that contains useful information or resources for the\nend user, consider adding a Homepage control field to debian/control.\n\nPlease refer to Homepage (Section 5.6.23) in the Debian Policy Manual for\ndetails.\n\nVisibility: pedantic\nShow-Always: no\nCheck: fields/homepage", "comment": "", "note": "", "pointer": ""}, {"severity": "pedantic", "package": "tdeartwork-trinity", "tag": "package-uses-old-debhelper-compat-version", "explanation": "This package uses a debhelper compatibility level that is no longer\nrecommended. Please consider using the recommended level.\n\nFor most packages, the best way to set the compatibility level is to\nspecify debhelper-compat (= X) as a Build-Depends in debian/control. You\ncan also use the debian/compat file or export DH_COMPAT in debian/rules.\n\nIf no level is selected debhelper defaults to level 1, which is\ndeprecated.\n\nPlease refer to the debhelper(7) manual page for details.\n\nVisibility: pedantic\nShow-Always: no\nCheck: debhelper", "comment": "", "note": "10", "pointer": ""}, {"severity": "pedantic", "package": "tdeartwork-trinity", "tag": "trailing-whitespace", "explanation": "This file contains lines with trailing whitespace characters.\n\nWhilst often harmless and unsightly, such extra whitespaces can also cause\ntools to interpret the whitespace characters literally. The tool diff(1)\ndoes not like them, either. They are best avoided.\n\nSome of these problems can be hard to track down.\n\nWhitespace at the end of lines may be removed with the following:\n\n$ sed -i -e 's@[[:space:]]*$@@g' debian/control debian/changelog\n\nIf you use Emacs, you can also use \"M-x wh-cl\" (whitespace-cleanup).\n\nHowever, if you wish to only remove trailing spaces and leave trailing\ntabs (eg. for Makefiles), you can use the following code snippet:\n\n$ sed -i -e 's@[ ]*$@@g' debian/rules\n\nTo remove empty lines from the end of a file, you can use:\n\n$ sed -i -e :a -e '/^\\n*$/{$d;N;};/\\n$/ba' debian/rules\n\nVisibility: pedantic\nShow-Always: no\nCheck: debian/trailing-whitespace\nRenamed from: file-contains-trailing-whitespace", "comment": "", "note": "", "pointer": "debian/changelog:158"}, {"severity": "pedantic", "package": "tdeartwork-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:220"}, {"severity": "pedantic", "package": "tdeartwork-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:307"}, {"severity": "pedantic", "package": "tdeartwork-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:312"}, {"severity": "pedantic", "package": "tdeartwork-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:339"}, {"severity": "pedantic", "package": "tdeartwork-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:369"}, {"severity": "pedantic", "package": "tdeartwork-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:68"}, {"severity": "pedantic", "package": "tdeartwork-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:69"}, {"severity": "pedantic", "package": "tdeartwork-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:72"}, {"severity": "pedantic", "package": "tdeartwork-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:93"}, {"severity": "pedantic", "package": "tdeartwork-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/control:174"}, {"severity": "pedantic", "package": "tdeartwork-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/control:178"}, {"severity": "pedantic", "package": "tdeartwork-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/control:28"}, {"severity": "experimental", "package": "tdeartwork-trinity", "tag": "upstream-metadata-file-is-missing", "explanation": "This source package is not Debian-native but it does not have a\ndebian/upstream/metadata file.\n\nThe Upstream MEtadata GAthered with YAml (UMEGAYA) project is an effort to\ncollect meta-information about upstream projects from any source package.\nThis file is in YAML format and it is used in to feed the data in the\nUltimateDebianDatabase. For example, it can contains the way the authors\nwant their software be cited in publications and some bibliographic\nreferences about the software.\n\nPlease add a debian/upstream/metadata file.\n\nPlease refer to https://dep-team.pages.debian.net/deps/dep12/ and\nhttps://wiki.debian.org/UpstreamMetadata for details.\n\nVisibility: pedantic\nShow-Always: no\nCheck: debian/upstream/metadata\nThis tag is experimental.", "comment": "", "note": "", "pointer": ""}, {"severity": "experimental", "package": "tdeartwork-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "The source file includes a line length that is well beyond the normally\nhuman made code line length.\n\nThis very long line length does not allow Lintian to do correctly some\nsource file checks.\n\nThis line could also be the result of some text injected by a computer\nprogram, and thus could lead to FTBFS bugs.\n\nLast but not least, long line in source code could be used to obfuscate\nthe source code and to hide stuff like backdoors or security problems.\n\nIt could be due to jslint source comments or other build tool comments.\n\nYou may report this issue upstream.\n\nVisibility: pedantic\nShow-Always: no\nCheck: files/contents/line-length\nRenamed from: insane-line-length-in-source-file\nThis tag is experimental.\n\nScreen: autotools/long-lines\nAdvocates: \"Russ Allbery\" <rra@debian.org>\nReason:\nUpstream sources using autoconf have traditionally been\ndistributed with generated ./configure scripts as well as\nother third-party m4 macro files such as libtool.\n\nWhen paired with automake, there may also be some intermediate\nMakefile.in files.\n\nA lot of sources potentially contain such files, but they are\nnot actionable by either the Debian distributor or by the\nupstream maintainer.\n\nAs a side note, modern Debian build protocols will re-create\nmany of those files via dh_autoreconf. They are present merely\nto aid in bootstrapping systems where the GNU suite may not yet\nbe available.\n\nRead more in Bug#996740.", "comment": "", "note": "2053 > 512", "pointer": "tdescreensaver/kdesavers/pendulumcfg.ui:479"}, {"severity": "experimental", "package": "tdeartwork-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "3386 > 512", "pointer": "tdescreensaver/kdesavers/rotationcfg.ui:390"}, {"severity": "experimental", "package": "tdeartwork-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "650 > 512", "pointer": "IconThemes/kids/index.theme:20"}, {"severity": "experimental", "package": "tdeartwork-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "687 > 512", "pointer": "IconThemes/slick/index.theme:20"}, {"severity": "experimental", "package": "tdeartwork-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "755 > 512", "pointer": "admin/acinclude.m4.in:2900"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "debhelper-compat-level", "explanation": "This is the debhelper compat level used specified by this package.\n\nVisibility: classification\nShow-Always: no\nCheck: debhelper\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "10", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "debian-build-system", "explanation": "This is the build system that Lintian believes the package is using.\n\nVisibility: classification\nShow-Always: no\nCheck: debhelper\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "cdbs-with-debhelper.mk", "pointer": "debian/rules"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "mail-contact", "explanation": "This person is a contact in the named group for this package.\n\nVisibility: classification\nShow-Always: no\nCheck: fields/mail-address\nRenamed from: maintainer uploader\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "Maintainer \"TDE Debian Team\" <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "mail-contact", "explanation": "", "comment": "", "note": "Uploaders \"Ana Beatriz Guerrero Lopez\" <ana@debian.org>", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "mail-contact", "explanation": "", "comment": "", "note": "Uploaders \"Christopher Martin\" <chrsmrtn@debian.org>", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "mail-contact", "explanation": "", "comment": "", "note": "Uploaders \"Sune Vuorela\" <debian@pusling.com>", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "number-of-patches", "explanation": "The number of patches according to the debian/patches/series file.\n\nVisibility: classification\nShow-Always: no\nCheck: debian/patches/count\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "0", "pointer": "debian/patches/series"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "package-is-co-maintained", "explanation": "The package is co-maintained but not team-maintained 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": "(with 3 uploaders)", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "patch-system", "explanation": "This package uses the specified patch system (eg. \"quilt\" or \"dpatch\").\n\nVisibility: classification\nShow-Always: no\nCheck: debian/patches\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "quilt", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "rules-do-not-require-root", "explanation": "The sources can build the installation packages without using fakeroot(1)\nor similar.\n\nPlease refer to usr/share/doc/dpkg/spec/rootless-builds.txt, debian/rules\nand Rules-Requires-Root (Section 4.9.2) in the Debian Policy Manual, and\nRules-Requires-Root (Section 5.6.31) in the Debian Policy Manual for\ndetails.\n\nVisibility: classification\nShow-Always: no\nCheck: debian/control/field/rules-requires-root\nRenamed from: rules-does-not-require-root\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "", "pointer": "debian/control"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "source-format", "explanation": "This is the source format declared in the package.\n\nVisibility: classification\nShow-Always: no\nCheck: debian/source-dir\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "3.0 (quilt)", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "standards-version", "explanation": "The standards version of the package according to Standards-Version field\nin the debian/control file.\n\nVisibility: classification\nShow-Always: no\nCheck: fields/standards-version\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "3.8.4", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "The raw but trimmed contents of the named field in the given Deb822 file.\nThe number indicates the section from the top, starting at 1.\n\nVisibility: classification\nShow-Always: no\nCheck: fields/deb822\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "\u00a71 Build-Conflicts nvidia-glx", "pointer": "debian/control:8"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a71 Build-Depends tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, tdelibs14-trinity-dev, tdebase-trinity-dev, twin-trinity, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, xscreensaver, xscreensaver-gl, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl-extra, rss-glx, fireflies", "pointer": "debian/control:7"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a71 Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": "debian/control:4"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a71 Priority optional", "pointer": "debian/control:3"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a71 Section tde", "pointer": "debian/control:2"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a71 Source tdeartwork-trinity", "pointer": "debian/control:1"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a71 Standards-Version 3.8.4", "pointer": "debian/control:9"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a71 Uploaders Ana Beatriz Guerrero Lopez <ana@debian.org>, Christopher Martin <chrsmrtn@debian.org>, Sune Vuorela <debian@pusling.com>", "pointer": "debian/control:6"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a71 XSBC-Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>", "pointer": "debian/control:5"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a710 Architecture any", "pointer": "debian/control:137"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a710 Breaks kscreensaver-xsavers-kde3 (<< 4:14.0.0~), kscreensaver-xsavers-trinity (<< 4:14.0.0~)", "pointer": "debian/control:140"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a710 Depends ${shlibs:Depends}, ${misc:Depends}, tdebase-trinity-bin, xscreensaver-data", "pointer": "debian/control:141"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a710 Description Trinity hooks for standard xscreensavers\\n This package allows a smooth integration of the standard xscreensavers\\n into Trinity. With this package installed you can select and/or configure\\n the standard xscreensavers through the Appearances and Themes section of\\n the Trinity Control Centre.\\n .\\n Note that this package does not actually contain any screensavers itself.\\n For the additional screensavers shipped with Trinity, see the separate package\\n tdescreensaver-trinity. This package does depend on the xscreensaver package, and\\n recommend the xscreensaver-gl package, as well as contain the necessary\\n files to integrate these packages into Trinity.\\n .\\n This package is part of Trinity, and a component of the TDE artwork module.\\n See the 'tde-trinity' and 'tdeartwork-trinity' packages for more information.", "pointer": "debian/control:144"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a710 Package tdescreensaver-xsavers-trinity", "pointer": "debian/control:136"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a710 Recommends twin-trinity, tdescreensaver-trinity (= ${source:Version}), xscreensaver-gl", "pointer": "debian/control:142"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a710 Replaces kscreensaver-xsavers-kde3 (<< 4:14.0.0~), kscreensaver-xsavers-trinity (<< 4:14.0.0~)", "pointer": "debian/control:139"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a710 Section tde", "pointer": "debian/control:138"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a710 Suggests tdescreensaver-xsavers-webcollage-trinity", "pointer": "debian/control:143"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a711 Architecture all", "pointer": "debian/control:160"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a711 Breaks kscreensaver-xsavers-webcollage-kde3 (<< 4:14.0.0~), kscreensaver-xsavers-webcollage-trinity (<< 4:14.0.0~)", "pointer": "debian/control:163"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a711 Depends ${misc:Depends}, tdescreensaver-xsavers-extra-trinity, miscfiles | wordlist, netpbm", "pointer": "debian/control:164"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a711 Description webcollage screensaver Trinity hook\\n This package give access to the webcollage screensaver through the Trinity\\n screensaver configuration.\\n .\\n This screensaver downloads random pictures from the internet and creates\\n a collage as screensaver.\\n .\\n IMPORTANT NOTICE: The internet contains all kinds of pictures, some of which\\n you might find inappropriate and offensive.\\n You are specially discouraged to install this package if you are using\\n your computer in a working environment or in an environment with children.\\n .\\n If you still want to install this package, please read the file\\n /usr/share/doc/tdescreensaver-xsavers-webcollage/README.Debian after the\\n installation.\\n .\\n This package is part of Trinity, and a component of the TDE artwork module.\\n See the 'tde-trinity' and 'tdeartwork-trinity' packages for more information.", "pointer": "debian/control:165"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a711 Package tdescreensaver-xsavers-webcollage-trinity", "pointer": "debian/control:159"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a711 Replaces kscreensaver-xsavers-webcollage-kde3 (<< 4:14.0.0~), kscreensaver-xsavers-webcollage-trinity (<< 4:14.0.0~)", "pointer": "debian/control:162"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a711 Section tde", "pointer": "debian/control:161"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a712 Architecture all", "pointer": "debian/control:185"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a712 Breaks kscreensaver-xsavers-extra-kde3 (<< 4:14.0.0~), kscreensaver-xsavers-extra-trinity (<< 4:14.0.0~)", "pointer": "debian/control:188"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a712 Depends ${shlibs:Depends}, ${misc:Depends}, tdescreensaver-xsavers-trinity, xscreensaver-data-extra, xscreensaver-gl-extra, rss-glx, fireflies", "pointer": "debian/control:189"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a712 Description Trinity hooks for standard xscreensavers\\n This package allows a smooth integration of the universe xscreensavers\\n into Trinity. With this package installed you can select and/or configure\\n the universe xscreensavers through the Appearances and Themes section of\\n the Trinity Control Centre.\\n .\\n Note that this package does not actually contain any screensavers itself.\\n For the additional screensavers shipped with TDE, see the separate package\\n tdescreensaver.\\n .\\n This package is part of Trinity, and a component of the TDE artwork module.\\n See the 'tde-trinity' and 'tdeartwork-trinity' packages for more information.", "pointer": "debian/control:191"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a712 Package tdescreensaver-xsavers-extra-trinity", "pointer": "debian/control:184"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a712 Recommends twin-trinity, tdescreensaver-trinity (= ${source:Version})", "pointer": "debian/control:190"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a712 Replaces kscreensaver-xsavers-extra-kde3 (<< 4:14.0.0~), kscreensaver-xsavers-extra-trinity (<< 4:14.0.0~)", "pointer": "debian/control:187"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a712 Section tde", "pointer": "debian/control:186"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a713 Architecture any", "pointer": "debian/control:206"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a713 Breaks kdeartwork-kde3-dbg (<< 4:14.0.0~), kdeartwork-trinity-dbg (<< 4:14.0.0~)", "pointer": "debian/control:208"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a713 Depends ${misc:Depends}, tdelibs-trinity-dbg", "pointer": "debian/control:209"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a713 Description debugging symbols for tdeartwork-trinity\\n This package contains the debugging symbols associated with tdeartwork.\\n They will automatically be used by gdb for debugging tdeartwork-related\\n issues.", "pointer": "debian/control:211"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a713 Package tdeartwork-trinity-dbg", "pointer": "debian/control:204"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a713 Priority extra", "pointer": "debian/control:210"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a713 Replaces kdeartwork-kde3-dbg (<< 4:14.0.0~), kdeartwork-trinity-dbg (<< 4:14.0.0~)", "pointer": "debian/control:207"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a713 Section libdevel", "pointer": "debian/control:205"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a72 Architecture all", "pointer": "debian/control:12"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a72 Breaks kdeartwork-kde3 (<< 4:14.0.0~), kdeartwork-trinity (<< 4:14.0.0~)", "pointer": "debian/control:15"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a72 Depends ${misc:Depends}, tdeartwork-misc-trinity (>= ${source:Version}), tdeartwork-emoticons-trinity (>= ${source:Version}), tdeartwork-style-trinity (>= ${source:Version}), tdeartwork-theme-icon-trinity (>= ${source:Version}), tdeartwork-theme-window-trinity (>= ${source:Version}), tdewallpapers-trinity (>= ${source:Version}), tdescreensaver-trinity (>= ${source:Version})", "pointer": "debian/control:16"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a72 Description themes, styles and more from the official Trinity release\\n TDE (the Trinity Desktop Environment) is a powerful Open Source graphical\\n desktop environment for Unix workstations. It combines ease of use,\\n contemporary functionality, and outstanding graphical design with the\\n technological superiority of the Unix operating system.\\n .\\n This metapackage includes a collection of artistic extras (themes, widget\\n styles, screen savers, wallpaper, icons, emoticons and so on) provided\\n with the official release of TDE.\\n .\\n Homepage: http://artist.kde.org", "pointer": "debian/control:18"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a72 Package tdeartwork-trinity", "pointer": "debian/control:11"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a72 Recommends tdescreensaver-xsavers-trinity", "pointer": "debian/control:17"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a72 Replaces kdeartwork-kde3 (<< 4:14.0.0~), kdeartwork-trinity (<< 4:14.0.0~)", "pointer": "debian/control:14"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a72 Section tde", "pointer": "debian/control:13"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a73 Architecture all", "pointer": "debian/control:31"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a73 Breaks kdeartwork-emoticons-kde3 (<< 4:14.0.0~), kdeartwork-emoticons-trinity (<< 4:14.0.0~)", "pointer": "debian/control:34"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a73 Depends ${misc:Depends}", "pointer": "debian/control:36"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a73 Description emoticon collections for TDE chat clients\\n This package contains several collections of emoticons used by official\\n and unofficial TDE chat clients, such as Kopete and Konversation.\\n .\\n This package is part of TDE, and a component of the TDE artwork module.\\n See the 'tde-trinity' and 'tdeartwork-trinity' packages for more information.", "pointer": "debian/control:37"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a73 Enhances kopete-trinity", "pointer": "debian/control:35"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a73 Package tdeartwork-emoticons-trinity", "pointer": "debian/control:30"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a73 Replaces kdeartwork-emoticons-kde3 (<< 4:14.0.0~), kdeartwork-emoticons-trinity (<< 4:14.0.0~)", "pointer": "debian/control:33"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a73 Section tde", "pointer": "debian/control:32"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a74 Architecture all", "pointer": "debian/control:45"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a74 Breaks kdeartwork-misc-kde3 (<< 4:14.0.0~), kdeartwork-misc-trinity (<< 4:14.0.0~)", "pointer": "debian/control:48"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a74 Depends ${misc:Depends}", "pointer": "debian/control:50"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a74 Description various multimedia goodies released with TDE\\n This package contains miscellaneous multimedia goodies for TDE.\\n Included are additional TDE sounds and kworldclock themes.\\n .\\n This package is part of Trinity, and a component of the TDE artwork module.\\n See the 'tde-trinity' and 'tdeartwork-trinity' packages for more information.", "pointer": "debian/control:51"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a74 Package tdeartwork-misc-trinity", "pointer": "debian/control:44"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a74 Replaces kdeartwork-misc-kde3 (<< 4:14.0.0~), kdeartwork-misc-trinity (<< 4:14.0.0~)", "pointer": "debian/control:47"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a74 Section tde", "pointer": "debian/control:46"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a74 Suggests kworldclock", "pointer": "debian/control:49"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a75 Architecture any", "pointer": "debian/control:59"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a75 Breaks kdeartwork-style-kde3 (<< 4:14.0.0~), kdeartwork-style-trinity (<< 4:14.0.0~)", "pointer": "debian/control:62"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a75 Depends ${shlibs:Depends}, ${misc:Depends}", "pointer": "debian/control:63"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a75 Description widget styles released with Trinity\\n This package contains additional widget styles for Trinity. Widget styles\\n can be used to customise the look and feel of interface components such\\n as buttons, scrollbars and so on. They can be applied using the style\\n manager in the Trinity Control Centre.\\n .\\n This package is part of Trinity, and a component of the TDE artwork module.\\n See the 'tde-trinity' and 'tdeartwork-trinity' packages for more information.", "pointer": "debian/control:64"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a75 Package tdeartwork-style-trinity", "pointer": "debian/control:58"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a75 Replaces kdeartwork-style-kde3 (<< 4:14.0.0~), kdeartwork-style-trinity (<< 4:14.0.0~)", "pointer": "debian/control:61"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a75 Section tde", "pointer": "debian/control:60"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a76 Architecture all", "pointer": "debian/control:74"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a76 Breaks kdeartwork-theme-icon-kde3 (<< 4:14.0.0~), kdeartwork-theme-icon-trinity (<< 4:14.0.0~)", "pointer": "debian/control:77"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a76 Depends ${misc:Depends}", "pointer": "debian/control:79"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a76 Description icon themes released with Trinity\\n This package contains additional icon themes for Trinity. Icon themes can be\\n used to customise the appearance of standard icons throughout TDE. They\\n can be applied using the icon manager in the Trinity Control Centre.\\n .\\n This package is part of Trinity, and a component of the TDE artwork module.\\n See the 'tde-trinity' and 'tdeartwork-trinity' packages for more information.", "pointer": "debian/control:80"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a76 Package tdeartwork-theme-icon-trinity", "pointer": "debian/control:73"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a76 Recommends kdesktop-trinity, kicker-trinity", "pointer": "debian/control:78"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a76 Replaces kdeartwork-theme-icon-kde3 (<< 4:14.0.0~), kdeartwork-theme-icon-trinity (<< 4:14.0.0~)", "pointer": "debian/control:76"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a76 Section tde", "pointer": "debian/control:75"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a77 Architecture any", "pointer": "debian/control:89"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a77 Breaks kdeartwork-theme-window-kde3 (<< 4:14.0.0~), kdeartwork-theme-window-trinity (<< 4:14.0.0~)", "pointer": "debian/control:92"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a77 Depends ${shlibs:Depends}, ${misc:Depends}", "pointer": "debian/control:93"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a77 Description window decoration themes released with Trinity\\n This package contains additional window decoration themes for Trinity. Window\\n decoration themes can be used to customise the look of window borders and\\n buttons, and can be applied using the window decoration manager in the Trinity\\n Control Center.\\n .\\n This package is part of Trinity, and a component of the TDE artwork module.\\n See the 'tde-trinity' and 'tdeartwork-trinity' packages for more information.", "pointer": "debian/control:94"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a77 Package tdeartwork-theme-window-trinity", "pointer": "debian/control:88"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a77 Replaces kdeartwork-theme-window-kde3 (<< 4:14.0.0~), kdeartwork-theme-window-trinity (<< 4:14.0.0~)", "pointer": "debian/control:91"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a77 Section tde", "pointer": "debian/control:90"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a78 Architecture all", "pointer": "debian/control:104"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a78 Breaks kdewallpapers-kde3 (<< 4:14.0.0~), kdewallpapers-trinity (<< 4:14.0.0~)", "pointer": "debian/control:107"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a78 Depends ${misc:Depends}", "pointer": "debian/control:109"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a78 Description wallpapers released with Trinity\\n This package contains additional wallpapers for Trinity. Wallpapers can be\\n applied using the background manager in the Trinity Control Centre.\\n .\\n This package is part of Trinity, and a component of the TDE artwork module.\\n See the 'tde-trinity' and 'tdeartwork-trinity' packages for more information.", "pointer": "debian/control:110"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a78 Package tdewallpapers-trinity", "pointer": "debian/control:103"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a78 Replaces kdewallpapers-kde3 (<< 4:14.0.0~), kdewallpapers-trinity (<< 4:14.0.0~)", "pointer": "debian/control:106"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a78 Section tde", "pointer": "debian/control:105"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a78 Suggests twin-trinity | x-window-manager", "pointer": "debian/control:108"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a79 Architecture any", "pointer": "debian/control:118"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a79 Breaks kscreensaver-kde3 (<< 4:14.0.0~), kscreensaver-trinity (<< 4:14.0.0~)", "pointer": "debian/control:121"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a79 Depends ${shlibs:Depends}, ${misc:Depends}, tdebase-trinity-bin", "pointer": "debian/control:122"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a79 Description additional screen savers released with Trinity\\n This package contains the screen savers for Trinity. They can be tested and\\n selected within the Appearance and Themes section of the Trinity Control\\n Center.\\n .\\n The hooks for the standard xscreensavers are no longer part of this\\n package. To select and/or configure the standard xscreensavers through\\n the Trinity Control Center, install the separate package tdescreensaver-xsavers.\\n .\\n This package is part of Trinity, and a component of the TDE artwork module.\\n See the 'tde-trinity' and 'tdeartwork-trinity' packages for more information.", "pointer": "debian/control:124"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a79 Package tdescreensaver-trinity", "pointer": "debian/control:117"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a79 Recommends twin-trinity, tdescreensaver-xsavers-trinity (= ${source:Version})", "pointer": "debian/control:123"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a79 Replaces kscreensaver-kde3 (<< 4:14.0.0~), kscreensaver-trinity (<< 4:14.0.0~)", "pointer": "debian/control:120"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a79 Section tde", "pointer": "debian/control:119"}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-field", "explanation": "These are the raw but trimmed contents of the named field in the package's\nprimary control file.\n\nVisibility: classification\nShow-Always: no\nCheck: fields/trimmed\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "Architecture any all", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Binary tdeartwork-trinity, tdeartwork-emoticons-trinity, tdeartwork-misc-trinity, tdeartwork-style-trinity, tdeartwork-theme-icon-trinity, tdeartwork-theme-window-trinity, tdewallpapers-trinity, tdescreensaver-trinity, tdescreensaver-xsavers-trinity, tdescreensaver-xsavers-webcollage-trinity, tdescreensaver-xsavers-extra-trinity, tdeartwork-trinity-dbg", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Build-Conflicts nvidia-glx", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Build-Depends tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, tdelibs14-trinity-dev, tdebase-trinity-dev, twin-trinity, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, xscreensaver, xscreensaver-gl, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl-extra, rss-glx, fireflies", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Checksums-Sha1 276f08f329d503099af7e08c5d09c33a6f6dad6a 45868120 tdeartwork-trinity_14.2.0~pre110.orig.tar.xz\\n 320c61fd3f50187a6b16d5ffb7e040977023fa4d 13624 tdeartwork-trinity_14.2.0~pre110-0ubuntu26.04.0+6~a.debian.tar.xz", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Checksums-Sha256 d1317fea6c363407a10018fe944c7acdcaa2862c064116bb1ae7b91f9e3da7e0 45868120 tdeartwork-trinity_14.2.0~pre110.orig.tar.xz\\n b897646a0e23cc871f43ae7559a0ee09d8c25dad95017a6f3c3a2f83931dec90 13624 tdeartwork-trinity_14.2.0~pre110-0ubuntu26.04.0+6~a.debian.tar.xz", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Files c22dc427bdeb71bf02c04eb991a98c9f 45868120 tdeartwork-trinity_14.2.0~pre110.orig.tar.xz\\n bafea36bfe9a0dff76fb2829496f2be1 13624 tdeartwork-trinity_14.2.0~pre110-0ubuntu26.04.0+6~a.debian.tar.xz", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Format 3.0 (quilt)", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Package-List tdeartwork-emoticons-trinity deb tde optional arch=all\\n tdeartwork-misc-trinity deb tde optional arch=all\\n tdeartwork-style-trinity deb tde optional arch=any\\n tdeartwork-theme-icon-trinity deb tde optional arch=all\\n tdeartwork-theme-window-trinity deb tde optional arch=any\\n tdeartwork-trinity deb tde optional arch=all\\n tdeartwork-trinity-dbg deb libdevel extra arch=any\\n tdescreensaver-trinity deb tde optional arch=any\\n tdescreensaver-xsavers-extra-trinity deb tde optional arch=all\\n tdescreensaver-xsavers-trinity deb tde optional arch=any\\n tdescreensaver-xsavers-webcollage-trinity deb tde optional arch=all\\n tdewallpapers-trinity deb tde optional arch=all", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Source tdeartwork-trinity", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Standards-Version 3.8.4", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Uploaders Ana Beatriz Guerrero Lopez <ana@debian.org>, Christopher Martin <chrsmrtn@debian.org>, Sune Vuorela <debian@pusling.com>", "pointer": ""}, {"severity": "classification", "package": "tdeartwork-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Version 4:14.2.0~pre110-0ubuntu26.04.0+6~a", "pointer": ""}], "summary": {"tags_count_by_severity": {"error": 1, "warning": 6, "info": 17, "pedantic": 16, "experimental": 6, "overridden": 0, "classification": 130}, "package_filename": {"tdeartwork-trinity": "tdeartwork-trinity_14.2.0~pre110-0ubuntu26.04.0+6~a.dsc"}, "tags_found": ["adopted-extended-field", "binary-nmu-debian-revision-in-source", "build-depends-on-obsolete-package", "co-maintained-package-with-no-vcs-fields", "custom-compression-in-debian-source-options", "dbg-package-missing-depends", "debhelper-compat-level", "debian-build-system", "debian-control-has-obsolete-dbg-package", "debian-watch-file-is-missing", "duplicate-short-description", "installable-field-mirrors-source", "mail-contact", "national-encoding", "no-dh-sequencer", "no-homepage-field", "number-of-patches", "out-of-date-standards-version", "package-is-co-maintained", "package-uses-old-debhelper-compat-version", "patch-system", "rules-do-not-require-root", "rules-require-build-prerequisite", "source-format", "standards-version", "trailing-whitespace", "trimmed-deb822-field", "trimmed-field", "upstream-metadata-file-is-missing", "very-long-line-length-in-source-file"], "overridden_tags_found": [], "lintian_version": "2.127.0ubuntu1", "distribution": "debian:resolute"}, "version": 1}