analysis.json

analysis.json
1{"tags": [{"severity": "error", "package": "amarok-trinity", "tag": "epoch-changed-but-upstream-version-did-not-go-backwards", "explanation": "The previous version of this package had a different version epoch to the\ncurrent version but the upstream version did not go \"backwards\". For\nexample, the previous package version was \"1:1.0-1\" and the current\nversion is \"2:2.0-1\".\n\nThis was likely an accidental bump or addition of an epoch.\n\nEpochs exist to cope with changes to the upstream version numbering\nscheme. Whilst they are a powerful tool, increasing or adding an epoch has\nmany downsides including causing issues with versioned dependencies, being\nmisleading to users and being aesthetically unappealing. Whilst they\nshould be avoided, valid reasons to add or increment the epoch include:\n\n- Upstream changed their versioning scheme in a way that makes the\nlatest version lower than the previous one.\n- You need to permanently revert to a lower upstream version.\n\nTemporary revertions (eg. after an NMU) should use not modify or introduce\nan epoch - please use the CURRENT+reallyFORMER until you can upload the\nlatest version again.\n\nIf you are unsure whether you need to increase the epoch for a package,\nplease consult the debian-devel mailing list.\n\nVisibility: error\nShow-Always: no\nCheck: debian/changelog", "comment": "", "note": "2:1.4.10-1ubuntu0 -> 4:14.2.0~pre217-0ubuntu24.10.0+8", "pointer": "debian/changelog:1"}, {"severity": "error", "package": "amarok-trinity", "tag": "rules-require-build-prerequisite", "explanation": "", "comment": "", "note": "(does not satisfy cdbs:any)", "pointer": "debian/rules"}, {"severity": "warning", "package": "amarok-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~pre217-0ubuntu24.10.0+8", "pointer": ""}, {"severity": "warning", "package": "amarok-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": "amarok-trinity", "tag": "custom-compression-in-debian-source-options", "explanation": "", "comment": "", "note": "compression-level = 9", "pointer": "debian/source/options:3"}, {"severity": "warning", "package": "amarok-trinity", "tag": "debhelper-but-no-misc-depends", "explanation": "The source package uses debhelper, but it does not include ${misc:Depends}\nin the given binary package's debian/control entry. Any debhelper command\nmay add dependencies to ${misc:Depends} that are required for the work\nthat it does, so recommended best practice is to always add\n${misc:Depends} to the dependencies of each binary package if debhelper is\nin use.\n\nPlease refer to the debhelper(7) manual page for details.\n\nVisibility: warning\nShow-Always: no\nCheck: debhelper", "comment": "", "note": "amarok-common-trinity", "pointer": ""}, {"severity": "warning", "package": "amarok-trinity", "tag": "debhelper-but-no-misc-depends", "explanation": "", "comment": "", "note": "amarok-engine-akode-trinity", "pointer": ""}, {"severity": "warning", "package": "amarok-trinity", "tag": "debhelper-but-no-misc-depends", "explanation": "", "comment": "", "note": "amarok-engine-xine-trinity", "pointer": ""}, {"severity": "warning", "package": "amarok-trinity", "tag": "debhelper-but-no-misc-depends", "explanation": "", "comment": "", "note": "amarok-engines-trinity", "pointer": ""}, {"severity": "warning", "package": "amarok-trinity", "tag": "debhelper-but-no-misc-depends", "explanation": "", "comment": "", "note": "amarok-konqsidebar-trinity", "pointer": ""}, {"severity": "warning", "package": "amarok-trinity", "tag": "debhelper-but-no-misc-depends", "explanation": "", "comment": "", "note": "amarok-trinity", "pointer": ""}, {"severity": "warning", "package": "amarok-trinity", "tag": "debhelper-but-no-misc-depends", "explanation": "", "comment": "", "note": "amarok-trinity-dbg", "pointer": ""}, {"severity": "warning", "package": "amarok-trinity", "tag": "debhelper-but-no-misc-depends", "explanation": "", "comment": "", "note": "libamarok-trinity", "pointer": ""}, {"severity": "warning", "package": "amarok-trinity", "tag": "epoch-change-without-comment", "explanation": "The previous version of this package had a different version epoch (eg.\n2:1.0-1) to the current version but there's no reference to this in the\nchangelog entry.\n\nEpochs exist to cope with changes to the upstream version numbering\nscheme. Whilst they are a powerful tool, increasing or adding an epoch has\nmany downsides including causing issues with versioned dependencies, being\nmisleading to users and being aesthetically unappealing. Whilst they\nshould be avoided, valid reasons to add or increment the epoch include:\n\n- Upstream changed their versioning scheme in a way that makes the\nlatest version lower than the previous one.\n- You need to permanently revert to a lower upstream version.\n\nTemporary revertions (eg. after an NMU) should use not modify or introduce\nan epoch - please use the CURRENT+reallyFORMER until you can upload the\nlatest version again.\n\nIf you are unsure whether you need to increase the epoch for a package,\nplease consult the debian-devel mailing list.\n\nLintian looks in this version's changelog entry for the phrase \"epoch\".\n\nVisibility: warning\nShow-Always: no\nCheck: debian/changelog", "comment": "", "note": "2:1.4.10-1ubuntu0 -> 4:14.2.0~pre217-0ubuntu24.10.0+8", "pointer": "debian/changelog:1"}, {"severity": "info", "package": "amarok-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": "amarok-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 amarok-trinity-dbg) Package", "pointer": "debian/control:113"}, {"severity": "info", "package": "amarok-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": "amarok-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": "amarok-trinity", "tag": "ored-build-depends-on-obsolete-package", "explanation": "The package build-depends on an ORed group of packages which includes a\npackage that has been superseded.\n\nVisibility: info\nShow-Always: no\nCheck: fields/package-relations", "comment": "", "note": "Build-Depends: libmysqlclient-dev => default-libmysqlclient-dev", "pointer": ""}, {"severity": "info", "package": "amarok-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.0)", "pointer": ""}, {"severity": "pedantic", "package": "amarok-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": "amarok-trinity", "tag": "maintainer-desktop-entry", "explanation": "The maintainer keeps a desktop entry in ./debian. Please forward the\ndesktop entry upstream and ask them to include it in their version control\nsystem, and in their next release.\n\nIf the desktop entry was already forwarded or rejected, or the upstream is\ngone, please override the tag and annotate it with a suitable comment.\n\nPlease refer to social contract item 2, Coordination with upstream\ndevelopers (Section 3.1.4) in the Debian Developer's Reference, and\nChanges to the upstream sources (Section 4.3) in the Debian Policy Manual\nfor details.\n\nVisibility: pedantic\nShow-Always: no\nCheck: debian/desktop-entries", "comment": "", "note": "", "pointer": "debian/amarok_play_audiocd.desktop"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "no-dep5-copyright", "explanation": "This package does not use a machine-readable debian/copyright file.\n\nThis format makes it easier to review licenses and can be easily parsed by\nLintian.\n\nPlease refer to\nhttps://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ for\ndetails.\n\nVisibility: pedantic\nShow-Always: no\nCheck: debian/copyright/dep5", "comment": "", "note": "", "pointer": "debian/copyright"}, {"severity": "pedantic", "package": "amarok-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": "amarok-trinity", "tag": "silent-on-rules-requiring-root", "explanation": "The field Rules-Requires-Root is missing from the file debian/control.\n\nOver time, Debian has successively narrowed the steps for which elevated\nprivileges are required. It speeds up the building of installation\npackages in the archive. Eventually, Debian will switch the default\narchive-wide behaviour to expedite the build process further.\n\nPlease declare explicitly that the sources do not require root privileges.\nYou can use the setting Rules-Requires-Root: no in the source stanza of\ndebian/control, but please verify with diffoscope(1) that the installation\npackages produced are in fact identical.\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: pedantic\nShow-Always: no\nCheck: debian/control/field/rules-requires-root\nRenamed from: rules-requires-root-missing", "comment": "", "note": "", "pointer": "debian/control"}, {"severity": "pedantic", "package": "amarok-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:1036"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:1068"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:1105"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:1371"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:1404"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:243"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:294"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:332"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:398"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:416"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:442"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:443"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:458"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:460"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:524"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:531"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:656"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:669"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:697"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:734"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:753"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:758"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:760"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:763"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:77"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:785"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:866"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/changelog:88"}, {"severity": "pedantic", "package": "amarok-trinity", "tag": "trailing-whitespace", "explanation": "", "comment": "", "note": "", "pointer": "debian/control:45"}, {"severity": "experimental", "package": "amarok-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": "amarok-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": "11408 > 512", "pointer": "amarok/src/mediadevice/daap/codes.rb:230"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "2053 > 512", "pointer": "amarok/src/newdynamic.ui:331"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "2053 > 512", "pointer": "amarok/src/scripts/graphequalizer/eqdialog.ui:188"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "3640 > 512", "pointer": "amarok/src/magnatunebrowser/magnatunepurchasedialogbase.ui:670"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "515 > 512", "pointer": "amarok/docs/collection_redesign.xmi:144"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "520 > 512", "pointer": "doc/it/index.docbook:180"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "521 > 512", "pointer": "doc/fr/quick.docbook:55"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "524 > 512", "pointer": "doc/pt/index.docbook:138"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "539 > 512", "pointer": "doc/pt_BR/index.docbook:124"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "548 > 512", "pointer": "doc/es/index.docbook:152"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "549 > 512", "pointer": "doc/pl/index.docbook:180"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "559 > 512", "pointer": "doc/pt_BR/faq.docbook:534"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "561 > 512", "pointer": "doc/de/index.docbook:138"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "585 > 512", "pointer": "doc/et/using.docbook:136"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "586 > 512", "pointer": "doc/fr/index.docbook:115"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "593 > 512", "pointer": "doc/en/config.docbook:74"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "594 > 512", "pointer": "doc/fr/using.docbook:427"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "601 > 512", "pointer": "doc/en/advanced.docbook:968"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "603 > 512", "pointer": "doc/en/faq.docbook:786"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "611 > 512", "pointer": "doc/et/advanced.docbook:1464"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "622 > 512", "pointer": "doc/pl/faq.docbook:1283"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "624 > 512", "pointer": "doc/it/advanced.docbook:1464"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "627 > 512", "pointer": "doc/sv/advanced.docbook:1464"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "628 > 512", "pointer": "doc/et/index.docbook:138"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "638 > 512", "pointer": "doc/pt_BR/using.docbook:427"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "641 > 512", "pointer": "doc/da/advanced.docbook:1464"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "659 > 512", "pointer": "doc/pl/advanced.docbook:1464"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "665 > 512", "pointer": "doc/de/advanced.docbook:1474"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "666 > 512", "pointer": "doc/es/advanced.docbook:1462"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "678 > 512", "pointer": "doc/da/using.docbook:136"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "689 > 512", "pointer": "doc/sv/using.docbook:136"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "704 > 512", "pointer": "doc/et/faq.docbook:883"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "706 > 512", "pointer": "doc/nl/advanced.docbook:1464"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "706 > 512", "pointer": "doc/sv/faq.docbook:901"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "715 > 512", "pointer": "doc/en/using.docbook:293"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "724 > 512", "pointer": "doc/pt/advanced.docbook:1464"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "728 > 512", "pointer": "doc/es/using.docbook:340"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "732 > 512", "pointer": "doc/nl/using.docbook:136"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "741 > 512", "pointer": "doc/pl/using.docbook:136"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "755 > 512", "pointer": "admin/acinclude.m4.in:2900"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "756 > 512", "pointer": "doc/da/faq.docbook:901"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "762 > 512", "pointer": "doc/en/quick.docbook:17"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "764 > 512", "pointer": "doc/fr/faq.docbook:947"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "773 > 512", "pointer": "doc/it/using.docbook:136"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "786 > 512", "pointer": "doc/pt/using.docbook:136"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "817 > 512", "pointer": "doc/de/faq.docbook:905"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "852 > 512", "pointer": "doc/it/faq.docbook:885"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "856 > 512", "pointer": "doc/nl/faq.docbook:911"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "869 > 512", "pointer": "doc/pt/faq.docbook:891"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "880 > 512", "pointer": "doc/es/faq.docbook:883"}, {"severity": "experimental", "package": "amarok-trinity", "tag": "very-long-line-length-in-source-file", "explanation": "", "comment": "", "note": "896 > 512", "pointer": "doc/de/using.docbook:136"}, {"severity": "classification", "package": "amarok-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": "amarok-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, debhelper", "pointer": "debian/rules"}, {"severity": "classification", "package": "amarok-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": "amarok-trinity", "tag": "mail-contact", "explanation": "", "comment": "", "note": "Uploaders \"Ana Beatriz Guerrero Lopez\" <ana@debian.org>", "pointer": ""}, {"severity": "classification", "package": "amarok-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": "amarok-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 1 uploaders)", "pointer": ""}, {"severity": "classification", "package": "amarok-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": "amarok-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": "amarok-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": "amarok-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-Depends tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, bzip2,\\n tdelibs14-trinity-dev, tdebase-trinity-dev,\\n libakode-dev, libxine2-dev | libxine-dev,\\n libtag1-dev, libsqlite3-dev,\\n default-libmysqlclient-dev | libmysqlclient-dev, libpq-dev,\\n libvisual-0.4-dev, libsdl1.2-dev,\\n libusb-dev, libgpod-nogtk-dev (>= 0.4.2) | libgpod-dev (>> 0.8.3-8), libnjb-dev, libmtp-dev,\\n ruby, ruby-dev, dh-python", "pointer": "debian/control:7"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a71 Homepage http://amarok.kde.org", "pointer": "debian/control:16"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a71 Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": "debian/control:4"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a71 Priority optional", "pointer": "debian/control:3"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a71 Section tde", "pointer": "debian/control:2"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a71 Source amarok-trinity", "pointer": "debian/control:1"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a71 Standards-Version 3.8.4", "pointer": "debian/control:15"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a71 Uploaders Ana Beatriz Guerrero Lopez <ana@debian.org>", "pointer": "debian/control:6"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a71 XSBC-Original-Maintainer Modestas Vainius <modestas@vainius.eu>", "pointer": "debian/control:5"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a72 Architecture any", "pointer": "debian/control:19"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a72 Breaks amarok-kde3 (<< 4:14.0.0~), amarok-trinity (<< 4:14.0.0~)", "pointer": "debian/control:22"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a72 Depends libamarok-trinity (= ${binary:Version}), amarok-common-trinity (>= ${source:Version}), amarok-engine-xine-trinity (= ${binary:Version}) | amarok-engines-trinity, unzip, ${shlibs:Depends}", "pointer": "debian/control:20"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a72 Description versatile and easy to use audio player for Trinity\\n Amarok tries to be a little different, providing a simple drag and drop\\n interface that really makes playlist handling easy.\\n .\\n Features include:\\n - rapid playlist creation, with drag and drop from a directory view\\n - nice playlist browser for your existing playlists (PLS or M3U formats)\\n - collection-indexing support, for smart browsing and playlist creation\\n - possibility of accessing media via tdeioslaves, allowing you to play\\n via smb:// or fish:// (normal streams are of course supported)\\n - inline ID3 tag editing, capable of retrieving tags via MusicBrainz\\n - album cover support: automatically displays album covers from the\\n filesystem, or downloaded on the fly\\n - miscellaneous audio effects, including crossfading\\n - easy bindable global shortcuts, rich DCOP interface\\n - On-Screen Display (OSD), on track change or at keypress\\n - iPod and iRiver support\\n - Last.fm stream playing support (if ruby is installed)\\n - Track \"mood\" display (requires moodbar package installed)\\n .\\n Support for libvisual visualization plugins is also compiled in (you need\\n to have libvisual-0.4-plugins installed to be able to use it).", "pointer": "debian/control:25"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a72 Package amarok-trinity", "pointer": "debian/control:18"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a72 Replaces amarok-kde3 (<< 4:14.0.0~), amarok-trinity (<< 4:14.0.0~)", "pointer": "debian/control:21"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a72 Suggests amarok-konqsidebar-trinity, moodbar, konqueror-trinity | www-browser,\\n python3-all, python3-pytqt, libqt0-ruby-trinity, libvisual-0.4-plugins", "pointer": "debian/control:23"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a73 Architecture any", "pointer": "debian/control:49"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a73 Breaks amarok-trinity (<< 4:14.0.11~)", "pointer": "debian/control:51"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a73 Depends ${shlibs:Depends}", "pointer": "debian/control:50"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a73 Description base library for Amarok", "pointer": "debian/control:53"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a73 Package libamarok-trinity", "pointer": "debian/control:48"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a73 Replaces amarok-trinity (<< 4:14.0.11~)", "pointer": "debian/control:52"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a74 Architecture all", "pointer": "debian/control:59"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a74 Breaks amarok-common-kde3 (<< 4:14.0.0~), amarok-common-trinity (<< 4:14.0.0~)", "pointer": "debian/control:62"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a74 Depends ruby, ${python3:Depends}", "pointer": "debian/control:60"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a74 Description architecture independent files for Amarok", "pointer": "debian/control:65"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a74 Package amarok-common-trinity", "pointer": "debian/control:58"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a74 Recommends amarok-trinity (>= ${source:Version})", "pointer": "debian/control:63"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a74 Replaces amarok-common-kde3 (<< 4:14.0.0~), amarok-common-trinity (<< 4:14.0.0~)", "pointer": "debian/control:61"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a74 Suggests libqt0-ruby-trinity, python3-all, python3-pytqt", "pointer": "debian/control:64"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a75 Architecture any", "pointer": "debian/control:75"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a75 Depends amarok-trinity (= ${binary:Version}), konqueror-trinity (>= 4:3.0.0), ${shlibs:Depends}", "pointer": "debian/control:76"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a75 Description Amarok sidebar for konqueror", "pointer": "debian/control:77"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a75 Package amarok-konqsidebar-trinity", "pointer": "debian/control:74"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a76 Architecture all", "pointer": "debian/control:83"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a76 Breaks amarok-engines-kde3 (<< 4:14.0.0~), amarok-engines-trinity (<< 4:14.0.0~)", "pointer": "debian/control:87"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a76 Depends amarok-engine-xine-trinity (>= ${source:Version}) | amarok-engine-akode-trinity (>= ${source:Version})", "pointer": "debian/control:84"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a76 Description output engines for the Amarok music player", "pointer": "debian/control:88"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a76 Package amarok-engines-trinity", "pointer": "debian/control:82"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a76 Recommends amarok-engine-xine-trinity (>= ${source:Version}), amarok-engine-akode-trinity (>= ${source:Version})", "pointer": "debian/control:85"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a76 Replaces amarok-engines-kde3 (<< 4:14.0.0~), amarok-engines-trinity (<< 4:14.0.0~)", "pointer": "debian/control:86"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a77 Architecture any", "pointer": "debian/control:95"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a77 Depends ${shlibs:Depends}", "pointer": "debian/control:96"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a77 Description aKode engine for the Amarok audio player, providing aRts support", "pointer": "debian/control:98"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a77 Package amarok-engine-akode-trinity", "pointer": "debian/control:94"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a77 Recommends amarok-trinity (= ${binary:Version}), libakode2-mpeg", "pointer": "debian/control:97"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a78 Architecture any", "pointer": "debian/control:103"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a78 Breaks amarok-engine-xine-kde3 (<< 4:14.0.0~), amarok-engine-xine-trinity (<< 4:14.0.0~)", "pointer": "debian/control:106"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a78 Depends ${shlibs:Depends}", "pointer": "debian/control:104"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a78 Description xine engine for the Amarok audio player", "pointer": "debian/control:108"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a78 Package amarok-engine-xine-trinity", "pointer": "debian/control:102"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a78 Recommends amarok-trinity (= ${binary:Version})", "pointer": "debian/control:107"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a78 Replaces amarok-engine-xine-kde3 (<< 4:14.0.0~), amarok-engine-xine-trinity (<< 4:14.0.0~)", "pointer": "debian/control:105"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a79 Architecture any", "pointer": "debian/control:115"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a79 Breaks amarok-kde3-dbg (<< 4:14.0.0~), amarok-trinity-dbg (<< 4:14.0.0~)", "pointer": "debian/control:117"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a79 Depends amarok-trinity (= ${binary:Version})", "pointer": "debian/control:118"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a79 Description debugging symbols for Amarok", "pointer": "debian/control:120"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a79 Package amarok-trinity-dbg", "pointer": "debian/control:113"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a79 Priority extra", "pointer": "debian/control:114"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a79 Recommends tdelibs-trinity-dbg", "pointer": "debian/control:119"}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-deb822-field", "explanation": "", "comment": "", "note": "\u00a79 Replaces amarok-kde3-dbg (<< 4:14.0.0~), amarok-trinity-dbg (<< 4:14.0.0~)", "pointer": "debian/control:116"}, {"severity": "classification", "package": "amarok-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": "amarok-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Binary amarok-trinity, libamarok-trinity, amarok-common-trinity, amarok-konqsidebar-trinity, amarok-engines-trinity, amarok-engine-akode-trinity, amarok-engine-xine-trinity, amarok-trinity-dbg", "pointer": ""}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Build-Depends tde-cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, bzip2, tdelibs14-trinity-dev, tdebase-trinity-dev, libakode-dev, libxine2-dev | libxine-dev, libtag1-dev, libsqlite3-dev, default-libmysqlclient-dev | libmysqlclient-dev, libpq-dev, libvisual-0.4-dev, libsdl1.2-dev, libusb-dev, libgpod-nogtk-dev (>= 0.4.2) | libgpod-dev (>> 0.8.3-8), libnjb-dev, libmtp-dev, ruby, ruby-dev, dh-python", "pointer": ""}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Checksums-Sha1 6c1974c0b039a7526387c2942972d5c5809574c3 10030252 amarok-trinity_14.2.0~pre217.orig.tar.xz\\n cac39342ecf68f4a0f0e901d38f5ee0ff870f73e 25664 amarok-trinity_14.2.0~pre217-0ubuntu24.10.0+8.debian.tar.xz", "pointer": ""}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Checksums-Sha256 b39311938e7eefb92aa70e5040e9cf0d5a83ccc456db7823ca0ef1453a1d9ff5 10030252 amarok-trinity_14.2.0~pre217.orig.tar.xz\\n d3b2e9a0b30094332368a2b19f89dc86034c68039899a2abeb258e4810fb16c0 25664 amarok-trinity_14.2.0~pre217-0ubuntu24.10.0+8.debian.tar.xz", "pointer": ""}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Files 95ecb4e01818babdcbbe2c7afe1589d6 10030252 amarok-trinity_14.2.0~pre217.orig.tar.xz\\n b7211d51eaa1239320a0502a3ca3025c 25664 amarok-trinity_14.2.0~pre217-0ubuntu24.10.0+8.debian.tar.xz", "pointer": ""}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Format 3.0 (quilt)", "pointer": ""}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Homepage http://amarok.kde.org", "pointer": ""}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Original-Maintainer Modestas Vainius <modestas@vainius.eu>", "pointer": ""}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Package-List amarok-common-trinity deb tde optional arch=all\\n amarok-engine-akode-trinity deb tde optional arch=any\\n amarok-engine-xine-trinity deb tde optional arch=any\\n amarok-engines-trinity deb tde optional arch=all\\n amarok-konqsidebar-trinity deb tde optional arch=any\\n amarok-trinity deb tde optional arch=any\\n amarok-trinity-dbg deb tde extra arch=any\\n libamarok-trinity deb tde optional arch=any", "pointer": ""}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Source amarok-trinity", "pointer": ""}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Standards-Version 3.8.4", "pointer": ""}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Uploaders Ana Beatriz Guerrero Lopez <ana@debian.org>", "pointer": ""}, {"severity": "classification", "package": "amarok-trinity", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Version 4:14.2.0~pre217-0ubuntu24.10.0+8", "pointer": ""}], "summary": {"tags_count_by_severity": {"error": 2, "warning": 12, "info": 6, "pedantic": 34, "experimental": 52, "overridden": 0, "classification": 85}, "package_filename": {"amarok-trinity": "amarok-trinity_14.2.0~pre217-0ubuntu24.10.0+8.dsc"}, "tags_found": ["adopted-extended-field", "binary-nmu-debian-revision-in-source", "co-maintained-package-with-no-vcs-fields", "custom-compression-in-debian-source-options", "debhelper-but-no-misc-depends", "debhelper-compat-level", "debian-build-system", "debian-control-has-obsolete-dbg-package", "debian-watch-file-is-missing", "epoch-change-without-comment", "epoch-changed-but-upstream-version-did-not-go-backwards", "mail-contact", "maintainer-desktop-entry", "no-dep5-copyright", "no-dh-sequencer", "number-of-patches", "ored-build-depends-on-obsolete-package", "out-of-date-standards-version", "package-is-co-maintained", "package-uses-old-debhelper-compat-version", "patch-system", "rules-require-build-prerequisite", "silent-on-rules-requiring-root", "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.118.0ubuntu1", "distribution": "debian:oracular"}, "version": 1}