analysis.json

analysis.json
1{"tags": [{"severity": "info", "package": "akode-dbg", "tag": "wrong-section-according-to-package-name", "explanation": "This package has a name suggesting that it belongs to a section other than\nthe one it is currently categorized in.\n\nVisibility: info\nShow-Always: no\nCheck: fields/section", "comment": "", "note": "libdevel => debug", "pointer": ""}, {"severity": "overridden", "package": "akode-dbg", "tag": "unknown-field", "explanation": "We keep it for historical reasons.", "comment": "We keep it for historical reasons.", "note": "Original-Maintainer", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "control-tarball-compression-format", "explanation": "This is the compressor format used for the control.tar tarball.\n\nVisibility: classification\nShow-Always: no\nCheck: deb-format\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "data-tarball-compression-format", "explanation": "This is the compressor format used for the data.tar tarball.\n\nVisibility: classification\nShow-Always: no\nCheck: deb-format\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "mail-contact", "explanation": "", "comment": "", "note": "Maintainer \"TDE Debian Team\" <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "no-ctrl-scripts", "explanation": "The package does not rely on any maintainer scripts (or other executable\ncontrol files).\n\nVisibility: classification\nShow-Always: no\nCheck: control-files\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "package-is-maintained-by-individual", "explanation": "The package is maintained by an individual according to the\nmaintainer/uploaders fields in the debian/control file.\n\nVisibility: classification\nShow-Always: no\nCheck: fields/vcs\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Architecture armhf", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Build-Ids 2f80b9b4aa55e3df729eecedb79f9056ef2c7a45 3497f1d222a58679ed8319e2ead9f520fd908add 5d1ccb1ad5186816f316aa45e627901680070028 a4156bc9bf5e202dc7e5cf910e67e46cb06b120b b23a74e736db19379220c63e3bcd2b49d00be74a cc6ea85544b00812cce67fcef9bb1650fe533369 e50d5b9f505b53c33ae64f20042abac7f17cf14e 4adaafa5fa763810f0f140bb45da9408d58282f7 c381badca095d6244015a1fd87da4e292d06a182 20f08e776b6e855e9ad308ce27ef4e3f0effbbc2 568b61511b01cd5a0c39c85ba410d0ba5406940f", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Depends libakode2 (= 4:14.2.0~pre14-0debian14.0.0+9~a)", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Description debugging symbols for akode\\n This package contains the debugging symbols associated with akode.\\n They will automatically be used by gdb for debugging akode-related\\n issues.", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Installed-Size 879", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Package akode-dbg", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Priority optional", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Section libdevel", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Source akode", "pointer": ""}, {"severity": "classification", "package": "akode-dbg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Version 4:14.2.0~pre14-0debian14.0.0+9~a", "pointer": ""}, {"severity": "info", "package": "libakode-dev", "tag": "spelling-error-in-description", "explanation": "Lintian found a spelling error in the package description. Lintian has a\nlist of common misspellings that it looks for. It does not have a\ndictionary like a spelling checker does. It is particularly picky about\nspelling and capitalization in package descriptions since they're very\nvisible to end users.\n\nVisibility: info\nShow-Always: no\nCheck: fields/description", "comment": "", "note": "runing running", "pointer": ""}, {"severity": "pedantic", "package": "libakode-dev", "tag": "old-style-config-script", "explanation": "The following file is an old style config file, used to retrieve\ninformation about installed libraries in the system. It is typically used\nto compile and link against one or more libraries.\n\nUsing this kind of system to pass compile file is obsolete and will likely\nintroduce bugs in a multi-arch system. Particularly, this kind of script\ncould only belong to a package that is not Multi-Arch.\n\nYou should consider to move to pkg-config file and warn your user to not\nuse this script, and open a bug upstream.\n\nYou should also consider to implement this file as a compatibility wrapper\nover pkg-config.\n\nAfter fixing every reverse depends of your package and use pkg-config\nreverse depends makefile, you should consider to put this script, as a\ntemporary convenience of your users, under\n/usr/lib/$DEB_HOST_MULTIARCH/$PACKAGE/bin where $DEB_HOST_MULTIARCH is the\nmulti-arch triplet and $PACKAGE is the package name. You should also\nconsider to add a NEWS.Debian entry.\n\nPlease refer to the pkg-config(1) manual page and\nhttp://sources.debian.net/src/imagemagick/8:6.8.9.9-6/debian/NEWS/ for\ndetails.\n\nVisibility: pedantic\nShow-Always: no\nCheck: files/config-scripts", "comment": "", "note": "", "pointer": "usr/bin/akode-config"}, {"severity": "overridden", "package": "libakode-dev", "tag": "no-manual-page", "explanation": "Each binary in /usr/bin, /usr/sbin, /bin, /sbin or /usr/games should have\na manual page\n\nNote that though the man program has the capability to check for several\nprogram names in the NAMES section, each of these programs should have its\nown manual page (a symbolic link to the appropriate manual page is\nsufficient) because other manual page viewers such as xman or tkman don't\nsupport this.\n\nIf the name of the manual page differs from the binary by case, man may be\nable to find it anyway; however, it is still best practice to match the\nexact capitalization of the executable in the manual page.\n\nIf the manual pages are provided by another package on which this package\ndepends, Lintian may not be able to determine that manual pages are\navailable. In this case, after confirming that all binaries do have manual\npages after this package and its dependencies are installed, please add a\nLintian override.\n\nPlease refer to Manual pages (Section 12.1) in the Debian Policy Manual\nfor details.\n\nVisibility: warning\nShow-Always: no\nCheck: documentation/manual\nRenamed from: binary-without-manpage", "comment": "", "note": "", "pointer": "usr/bin/akode-config"}, {"severity": "overridden", "package": "libakode-dev", "tag": "unknown-field", "explanation": "We keep it for historical reasons.", "comment": "", "note": "Original-Maintainer", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "control-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "data-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "mail-contact", "explanation": "", "comment": "", "note": "Maintainer \"TDE Debian Team\" <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "no-ctrl-scripts", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "package-is-maintained-by-individual", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Architecture armhf", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Depends libakode2 (= 4:14.2.0~pre14-0debian14.0.0+9~a), pkgconf, libflac-dev (>= 1.1.1-3), libmad0-dev, libogg-dev, libvorbis-dev, libasound2-dev, libsamplerate0-dev, libspeex-dev", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Description development files for akode\\n aKode is a new multithreaded audio library that provides aRts with\\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\\n FLAC and Speex. aKode also focuses on performance, and so it means a\\n big enhancement for users runing aRts in non-realtime mode.\\n .\\n This package contains the development files for libakode.", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Installed-Size 100", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Package libakode-dev", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Priority optional", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Replaces kdemultimedia-dev (<< 4:3.5-rc1), libakode2 (<< 2.0-4)", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Section libdevel", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Source akode", "pointer": ""}, {"severity": "classification", "package": "libakode-dev", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Version 4:14.2.0~pre14-0debian14.0.0+9~a", "pointer": ""}, {"severity": "info", "package": "libakode2", "tag": "hardening-no-bindnow", "explanation": "This package provides an ELF binary that lacks the \"bindnow\" linker flag.\n\nThis is needed (together with \"relro\") to make the \"Global Offset Table\"\n(GOT) fully read-only. The bindnow feature trades startup time for\nimproved security. Please consider enabling this feature or consider\noverriding the tag (possibly with a comment about why).\n\nIf you use dpkg-buildflags, you may have to add hardening=+bindnow or\nhardening=+all to DEB_BUILD_MAINT_OPTIONS.\n\nThe relevant compiler flags are set in LDFLAGS.\n\nPlease refer to https://wiki.debian.org/Hardening for details.\n\nVisibility: info\nShow-Always: no\nCheck: binaries/hardening", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode.so.2.0.0"}, {"severity": "info", "package": "libakode2", "tag": "hardening-no-bindnow", "explanation": "", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_alsa_sink.so"}, {"severity": "info", "package": "libakode2", "tag": "hardening-no-bindnow", "explanation": "", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_mpc_decoder.so"}, {"severity": "info", "package": "libakode2", "tag": "hardening-no-bindnow", "explanation": "", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_oss_sink.so"}, {"severity": "info", "package": "libakode2", "tag": "hardening-no-bindnow", "explanation": "", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_src_resampler.so"}, {"severity": "info", "package": "libakode2", "tag": "hardening-no-bindnow", "explanation": "", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_xiph_decoder.so"}, {"severity": "info", "package": "libakode2", "tag": "no-symbols-control-file", "explanation": "Although the package includes a shared library, the package does not have\na symbols control file.\n\ndpkg can use symbols files in order to generate more accurate library\ndependencies for applications, based on the symbols from the library that\nare actually used by the application.\n\nPlease refer to the dpkg-gensymbols(1) manual page and\nhttps://wiki.debian.org/UsingSymbolsFiles for details.\n\nVisibility: info\nShow-Always: no\nCheck: debian/shlibs", "comment": "", "note": "usr/lib/arm-linux-gnueabihf/libakode.so.2.0.0", "pointer": ""}, {"severity": "info", "package": "libakode2", "tag": "spelling-error-in-description", "explanation": "", "comment": "", "note": "runing running", "pointer": ""}, {"severity": "experimental", "package": "libakode2", "tag": "hardening-no-fortify-functions", "explanation": "This package provides an ELF binary that lacks the use of fortified libc\nfunctions. Either there are no potentially unfortified functions called by\nany routines, all unfortified calls have already been fully validated at\ncompile-time, or the package was not built with the default Debian\ncompiler flags defined by dpkg-buildflags. If built using dpkg-buildflags\ndirectly, be sure to import CPPFLAGS.\n\nNB: Due to false-positives, Lintian ignores some unprotected functions\n(e.g. memcpy).\n\nPlease refer to https://wiki.debian.org/Hardening and Bug#673112 for\ndetails.\n\nVisibility: info\nShow-Always: no\nCheck: binaries/hardening\nThis tag is experimental.", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode.so.2.0.0"}, {"severity": "overridden", "package": "libakode2", "tag": "sharedobject-in-library-directory-missing-soname", "explanation": "A shared object was identified in a library directory (a directory in the\nstandard linker path) which doesn't have a SONAME. This is usually an\nerror.\n\nSONAMEs are set with something like gcc -Wl,-soname,libfoo.so.0, where 0\nis the major version of the library. If your package uses libtool, then\nlibtool invoked with the right options should be doing this.\n\nTo view the SONAME of a shared library, run readelf -d on the shared\nlibrary and look for the tag of type SONAME.\n\nVisibility: error\nShow-Always: no\nCheck: libraries/shared/soname/missing", "comment": "These are akode plugins, not regular shared libraries.", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_alsa_sink.so"}, {"severity": "overridden", "package": "libakode2", "tag": "sharedobject-in-library-directory-missing-soname", "explanation": "These are akode plugins, not regular shared libraries.", "comment": "These are akode plugins, not regular shared libraries.", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_mpc_decoder.so"}, {"severity": "overridden", "package": "libakode2", "tag": "sharedobject-in-library-directory-missing-soname", "explanation": "These are akode plugins, not regular shared libraries.", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_oss_sink.so"}, {"severity": "overridden", "package": "libakode2", "tag": "sharedobject-in-library-directory-missing-soname", "explanation": "These are akode plugins, not regular shared libraries.", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_src_resampler.so"}, {"severity": "overridden", "package": "libakode2", "tag": "sharedobject-in-library-directory-missing-soname", "explanation": "These are akode plugins, not regular shared libraries.", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_xiph_decoder.so"}, {"severity": "overridden", "package": "libakode2", "tag": "unknown-field", "explanation": "We keep it for historical reasons.", "comment": "", "note": "Original-Maintainer", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "control-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "data-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "mail-contact", "explanation": "", "comment": "", "note": "Maintainer \"TDE Debian Team\" <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "no-ctrl-scripts", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "package-is-maintained-by-individual", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Architecture armhf", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Conflicts akode", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Depends libasound2t64 (>= 1.0.16), libc6 (>= 2.34), libflac14 (>= 1.5.0), libgcc-s1 (>= 3.5), libogg0 (>= 1.0rc3), libsamplerate0 (>= 0.1.7), libspeex1 (>= 1.2~), libstdc++6 (>= 13.1), libvorbisfile3 (>= 1.1.2)", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Description akode plugin for aRts\\n aKode is a new multithreaded audio library that provides aRts with\\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\\n FLAC and Speex. aKode also focuses on performance, and so it means a\\n big enhancement for users runing aRts in non-realtime mode.", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Enhances libarts1c2, libarts1c2a-trinity, libarts1t64-trinity", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Installed-Size 415", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Multi-Arch same", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Package libakode2", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Priority optional", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Recommends libakode2-bin", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Replaces akode", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Section libs", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Source akode", "pointer": ""}, {"severity": "classification", "package": "libakode2", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Version 4:14.2.0~pre14-0debian14.0.0+9~a", "pointer": ""}, {"severity": "info", "package": "libakode2-bin", "tag": "conflicts-with-version", "explanation": "An earlier-than version clause is normally an indication that Breaks\nshould be used instead of Conflicts. Breaks is a weaker requirement that\nprovides the package manager more leeway to find a valid upgrade path.\nConflicts should only be used if two packages can never be unpacked at the\nsame time, or for some situations involving virtual packages (where a\nversion clause is not appropriate). In particular, when moving files\nbetween packages, use Breaks plus Replaces, not Conflicts plus Replaces.\n\nPlease refer to Conflicting binary packages - Conflicts (Section 7.4) in\nthe Debian Policy Manual for details.\n\nVisibility: info\nShow-Always: no\nCheck: fields/package-relations", "comment": "", "note": "libakode2 (<< 4:14.1.6~)", "pointer": ""}, {"severity": "info", "package": "libakode2-bin", "tag": "hardening-no-bindnow", "explanation": "", "comment": "", "note": "", "pointer": "usr/bin/akodeplay"}, {"severity": "info", "package": "libakode2-bin", "tag": "spelling-error-in-description", "explanation": "", "comment": "", "note": "runing running", "pointer": ""}, {"severity": "overridden", "package": "libakode2-bin", "tag": "no-manual-page", "explanation": "", "comment": "The manual page is not available, this may be addressed sometime in the\nfuture.", "note": "", "pointer": "usr/bin/akodeplay"}, {"severity": "overridden", "package": "libakode2-bin", "tag": "unknown-field", "explanation": "We keep it for historical reasons.", "comment": "", "note": "Original-Maintainer", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "control-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "data-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "mail-contact", "explanation": "", "comment": "", "note": "Maintainer \"TDE Debian Team\" <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "no-ctrl-scripts", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "package-is-maintained-by-individual", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Architecture armhf", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Conflicts akode, libakode2 (<< 4:14.1.6~)", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Depends libakode2 (>= 2-rc1-1), libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 13.1)", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Description akode plugin for aRts\\n aKode is a new multithreaded audio library that provides aRts with\\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\\n FLAC and Speex. aKode also focuses on performance, and so it means a\\n big enhancement for users runing aRts in non-realtime mode.\\n .\\n This package contains the akodeplay binary for playing via akode.", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Installed-Size 78", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Package libakode2-bin", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Priority optional", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Replaces akode", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Section libs", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Source akode", "pointer": ""}, {"severity": "classification", "package": "libakode2-bin", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Version 4:14.2.0~pre14-0debian14.0.0+9~a", "pointer": ""}, {"severity": "info", "package": "libakode2-ffmpeg", "tag": "hardening-no-bindnow", "explanation": "", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_ffmpeg_decoder.so"}, {"severity": "info", "package": "libakode2-ffmpeg", "tag": "spelling-error-in-description", "explanation": "", "comment": "", "note": "runing running", "pointer": ""}, {"severity": "overridden", "package": "libakode2-ffmpeg", "tag": "sharedobject-in-library-directory-missing-soname", "explanation": "These are akode plugins, not regular shared libraries.", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_ffmpeg_decoder.so"}, {"severity": "overridden", "package": "libakode2-ffmpeg", "tag": "unknown-field", "explanation": "We keep it for historical reasons.", "comment": "", "note": "Original-Maintainer", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "control-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "data-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "mail-contact", "explanation": "", "comment": "", "note": "Maintainer \"TDE Debian Team\" <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "no-ctrl-scripts", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "package-is-maintained-by-individual", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Architecture armhf", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Conflicts akode", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Depends libavcodec62 (>= 7:8.1), libavformat62 (>= 7:8.1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 13.1)", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Description ffmpeg plugins for akode\\n aKode is a new multithreaded audio library that provides aRts with\\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\\n FLAC and Speex. aKode also focuses on performance, and so it means a\\n big enhancement for users runing aRts in non-realtime mode.\\n .\\n This package provides for akode formats supported by FFMPEG.", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Enhances libarts1c2, libarts1c2a-trinity", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Installed-Size 79", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Multi-Arch same", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Package libakode2-ffmpeg", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Priority optional", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Replaces akode", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Section libs", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Source akode", "pointer": ""}, {"severity": "classification", "package": "libakode2-ffmpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Version 4:14.2.0~pre14-0debian14.0.0+9~a", "pointer": ""}, {"severity": "info", "package": "libakode2-jack", "tag": "hardening-no-bindnow", "explanation": "", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_jack_sink.so"}, {"severity": "info", "package": "libakode2-jack", "tag": "spelling-error-in-description", "explanation": "", "comment": "", "note": "runing running", "pointer": ""}, {"severity": "overridden", "package": "libakode2-jack", "tag": "sharedobject-in-library-directory-missing-soname", "explanation": "These are akode plugins, not regular shared libraries.", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_jack_sink.so"}, {"severity": "overridden", "package": "libakode2-jack", "tag": "unknown-field", "explanation": "We keep it for historical reasons.", "comment": "", "note": "Original-Maintainer", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "control-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "data-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "mail-contact", "explanation": "", "comment": "", "note": "Maintainer \"TDE Debian Team\" <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "no-ctrl-scripts", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "package-is-maintained-by-individual", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Architecture armhf", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Conflicts akode", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Depends libakode2 (>= 2-rc1-1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libstdc++6 (>= 13.1)", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Description jack sink for akode\\n aKode is a new multithreaded audio library that provides aRts with\\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\\n FLAC and Speex. aKode also focuses on performance, and so it means a\\n big enhancement for users runing aRts in non-realtime mode.\\n .\\n This package provides JACK sink for akode.", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Enhances libarts1c2, libarts1c2a-trinity", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Installed-Size 79", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Multi-Arch same", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Package libakode2-jack", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Priority optional", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Replaces akode", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Section libs", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Source akode", "pointer": ""}, {"severity": "classification", "package": "libakode2-jack", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Version 4:14.2.0~pre14-0debian14.0.0+9~a", "pointer": ""}, {"severity": "info", "package": "libakode2-mpeg", "tag": "hardening-no-bindnow", "explanation": "", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_mpeg_decoder.so"}, {"severity": "info", "package": "libakode2-mpeg", "tag": "spelling-error-in-description", "explanation": "", "comment": "", "note": "runing running", "pointer": ""}, {"severity": "overridden", "package": "libakode2-mpeg", "tag": "sharedobject-in-library-directory-missing-soname", "explanation": "These are akode plugins, not regular shared libraries.", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_mpeg_decoder.so"}, {"severity": "overridden", "package": "libakode2-mpeg", "tag": "unknown-field", "explanation": "We keep it for historical reasons.", "comment": "", "note": "Original-Maintainer", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "control-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "data-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "mail-contact", "explanation": "", "comment": "", "note": "Maintainer \"TDE Debian Team\" <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "no-ctrl-scripts", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "package-is-maintained-by-individual", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Architecture armhf", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Conflicts akode", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Depends libc6 (>= 2.4), libgcc-s1 (>= 3.5), libmad0 (>= 0.15.1b), libstdc++6 (>= 5)", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Description mpeg plugins for akode\\n aKode is a new multithreaded audio library that provides aRts with\\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\\n FLAC and Speex. aKode also focuses on performance, and so it means a\\n big enhancement for users runing aRts in non-realtime mode.\\n .\\n This package provides MP3 and other MPEG formats for akode.", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Enhances libarts1c2, libarts1c2a-trinity", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Installed-Size 79", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Multi-Arch same", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Package libakode2-mpeg", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Priority optional", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Replaces akode", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Section libs", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Source akode", "pointer": ""}, {"severity": "classification", "package": "libakode2-mpeg", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Version 4:14.2.0~pre14-0debian14.0.0+9~a", "pointer": ""}, {"severity": "info", "package": "libakode2-pulse", "tag": "hardening-no-bindnow", "explanation": "", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_pulse_sink.so"}, {"severity": "info", "package": "libakode2-pulse", "tag": "spelling-error-in-description", "explanation": "", "comment": "", "note": "runing running", "pointer": ""}, {"severity": "overridden", "package": "libakode2-pulse", "tag": "sharedobject-in-library-directory-missing-soname", "explanation": "We build for many distribution versions and therefore need the\ndistribution version as part of the package version, which is\nunintentionally understood as NMU.", "comment": "", "note": "", "pointer": "usr/lib/arm-linux-gnueabihf/libakode_pulse_sink.so"}, {"severity": "overridden", "package": "libakode2-pulse", "tag": "unknown-field", "explanation": "", "comment": "", "note": "Original-Maintainer", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "control-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "data-tarball-compression-format", "explanation": "", "comment": "", "note": "xz", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "mail-contact", "explanation": "", "comment": "", "note": "Maintainer \"TDE Debian Team\" <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "no-ctrl-scripts", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "package-is-maintained-by-individual", "explanation": "", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Architecture armhf", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Conflicts akode", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Depends libc6 (>= 2.4), libgcc-s1 (>= 3.5), libpulse0 (>= 0.99.1), libstdc++6 (>= 13.1)", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Description pulseaudio sink for akode\\n aKode is a new multithreaded audio library that provides aRts with\\n plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),\\n FLAC and Speex. aKode also focuses on performance, and so it means a\\n big enhancement for users runing aRts in non-realtime mode.\\n .\\n This package provides PulseAudio sink for akode.", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Enhances libarts1c2, libarts1c2a-trinity", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Installed-Size 79", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Maintainer TDE Debian Team <team-debian@trinitydesktop.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Multi-Arch same", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Original-Maintainer Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Package libakode2-pulse", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Priority optional", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Replaces akode", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Section libs", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Source akode", "pointer": ""}, {"severity": "classification", "package": "libakode2-pulse", "tag": "trimmed-field", "explanation": "", "comment": "", "note": "Version 4:14.2.0~pre14-0debian14.0.0+9~a", "pointer": ""}], "summary": {"tags_count_by_severity": {"error": 0, "warning": 0, "info": 21, "pedantic": 1, "experimental": 1, "overridden": 19, "classification": 153}, "package_filename": {"akode-dbg": "akode-dbg_14.2.0~pre14-0debian14.0.0+9~a_armhf.deb", "libakode-dev": "libakode-dev_14.2.0~pre14-0debian14.0.0+9~a_armhf.deb", "libakode2": "libakode2_14.2.0~pre14-0debian14.0.0+9~a_armhf.deb", "libakode2-bin": "libakode2-bin_14.2.0~pre14-0debian14.0.0+9~a_armhf.deb", "libakode2-ffmpeg": "libakode2-ffmpeg_14.2.0~pre14-0debian14.0.0+9~a_armhf.deb", "libakode2-jack": "libakode2-jack_14.2.0~pre14-0debian14.0.0+9~a_armhf.deb", "libakode2-mpeg": "libakode2-mpeg_14.2.0~pre14-0debian14.0.0+9~a_armhf.deb", "libakode2-pulse": "libakode2-pulse_14.2.0~pre14-0debian14.0.0+9~a_armhf.deb"}, "tags_found": ["conflicts-with-version", "control-tarball-compression-format", "data-tarball-compression-format", "hardening-no-bindnow", "hardening-no-fortify-functions", "mail-contact", "no-ctrl-scripts", "no-symbols-control-file", "old-style-config-script", "package-is-maintained-by-individual", "spelling-error-in-description", "trimmed-field", "wrong-section-according-to-package-name"], "overridden_tags_found": ["no-manual-page", "sharedobject-in-library-directory-missing-soname", "unknown-field"], "lintian_version": "2.132.1", "distribution": "debian:forky"}, "version": 1}