analysis.json

analysis.json
1{"tags": [{"severity": "warning", "package": "koffice-i18n-trinity", "tag": "ancient-standards-version", "explanation": "The source package refers to a Standards-Version that has been obsolete\nfor more than two years. Please update your package to latest Policy and\nset this control field appropriately.\n\nIf the package is already compliant with the current standards, you\ndon't have to re-upload the package just to adjust the Standards-Version\ncontrol field. However, please remember to update this field next time\nyou upload the 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\nRefer to\nhttps://www.debian.org/doc/debian-policy/upgrading-checklist.html for\ndetails.\n\nSeverity: warning\n\nCheck: fields/standards-version", "comment": "", "note": "3.8.4 (released 2010-01-27) (current is 4.5.0)", "pointer": ""}, {"severity": "warning", "package": "koffice-i18n-trinity", "tag": "binary-arch-rules-but-pkg-is-arch-indep", "explanation": "It looks like you try to run code in the binary-arch target of\ndebian/rules, even though your package is architecture- independent.\n\nSeverity: warning\n\nCheck: debian/rules", "comment": "", "note": "", "pointer": ""}, {"severity": "warning", "package": "koffice-i18n-trinity", "tag": "binary-nmu-debian-revision-in-source", "explanation": "The version number of your source package ends in +b and a number or has\na Debian revision containing three parts. These version numbers are used\nby binary NMUs and should not be used as the source version. (The +b\nform is the current standard; the three-part version number now\nobsolete.)\n\nRefer to Debian Developer's Reference section 5.10.2.1 (Recompilation or\nbinary-only NMU) for details.\n\nSeverity: warning\n\nCheck: fields/version", "comment": "", "note": "4:14.1.6~pre18-0ubuntu20.04.0+0", "pointer": ""}, {"severity": "warning", "package": "koffice-i18n-trinity", "tag": "debhelper-but-no-misc-depends", "explanation": "The source package uses debhelper, but it does not include\n${misc:Depends} in the given binary package's debian/control entry. Any\ndebhelper command may add dependencies to ${misc:Depends} that are\nrequired for the work that it does, so recommended best practice is to\nalways add ${misc:Depends} to the dependencies of each binary package if\ndebhelper is in use.\n\nRefer to the debhelper(7) manual page for details.\n\nSeverity: warning\n\nCheck: debhelper", "comment": "", "note": "koffice-i18n-trinity", "pointer": ""}, {"severity": "warning", "package": "koffice-i18n-trinity", "tag": "debian-rules-missing-recommended-target", "explanation": "The debian/rules file for this package does not provide one of the\nrecommended targets. All of build-arch and build-indep should be\nprovided, even if they don't do anything for this package. If this\npackage does not currently split building of architecture dependent and\nindependent packages, the following rules may be added to fall back to\nthe build target:\n\nbuild-arch: build\nbuild-indep: build\n\nNote that the following form is recommended however:\n\nbuild: build-arch build-indep\nbuild-arch: build-stamp\nbuild-indep: build-stamp\nbuild-stamp:\nbuild here\n\nThese targets will be required by policy in the future, so should be\nadded to prevent future breakage.\n\nRefer to Debian Policy Manual section 4.9 (Main building script:\ndebian/rules) for details.\n\nSeverity: warning\n\nCheck: debian/rules", "comment": "", "note": "build-arch", "pointer": ""}, {"severity": "warning", "package": "koffice-i18n-trinity", "tag": "debian-rules-missing-recommended-target", "explanation": "", "comment": "", "note": "build-indep", "pointer": ""}, {"severity": "warning", "package": "koffice-i18n-trinity", "tag": "debian-source-options-has-custom-compression-settings", "explanation": "The debian/source/options file for this package specifies a custom\ncompression level or algorithm.\n\nWhilst higher levels may reduce the size of big files, they have the\nside effect of consuming a lot of memory during both compression and\nextraction. This can not only also waste time unnecessarily, it can\ncause packages to FTBFS or even fail to install in resource-constrained\nenvironments or architectures.\n\nPlease remove the call and let dpkg-deb(1) select suitable defaults.\n\nRefer to https://bugs.debian.org/829100 and the dpkg-deb(1) manual page\nfor details.\n\nSeverity: warning\n\nCheck: debian/source-dir", "comment": "", "note": "compression = \"xz\" (line 2)", "pointer": ""}, {"severity": "warning", "package": "koffice-i18n-trinity", "tag": "debian-source-options-has-custom-compression-settings", "explanation": "", "comment": "", "note": "compression-level = 9 (line 3)", "pointer": ""}, {"severity": "warning", "package": "koffice-i18n-trinity", "tag": "unused-build-dependency-on-cdbs", "explanation": "The package build-depends on cdbs, but does not include any cdbs files\nin debian/rules.\n\nSeverity: warning\n\nCheck: debhelper", "comment": "", "note": "", "pointer": ""}, {"severity": "info", "package": "koffice-i18n-trinity", "tag": "binary-control-field-duplicates-source", "explanation": "In debian/control, this field for a binary package duplicates the value\ninherited from the source package paragraph. This doesn't hurt anything,\nbut you may want to take advantage of the inheritance and set the value\nin only one place. It prevents missing duplicate places that need to be\nfixed if the value ever changes.\n\nSeverity: info\n\nCheck: debian/control", "comment": "", "note": "field \"section\" in package koffice-i18n-trinity", "pointer": ""}, {"severity": "info", "package": "koffice-i18n-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\nand the Debian External Health Status project, please consider adding a\ndebian/watch file containing only comments documenting the situation.\n\nRefer to Debian Policy Manual section 4.11 (Optional upstream source\nlocation: debian/watch) and the uscan(1) manual page for details.\n\nSeverity: info\n\nCheck: debian/watch", "comment": "", "note": "", "pointer": ""}, {"severity": "info", "package": "koffice-i18n-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\nSeverity: info\n\nCheck: debian/rules/dh-sequencer", "comment": "", "note": "", "pointer": ""}, {"severity": "info", "package": "koffice-i18n-trinity", "tag": "testsuite-autopkgtest-missing", "explanation": "This package does not declare a test suite.\n\nHaving a test suite aids with automated quality assurance of the archive\noutside of your package. For example, if your package has a test suite\nit is possible to re-run that test suite when any of your package's\ndependencies have a new version and check whether that update causes\nproblems for your package.\n\nIn addition, since May 2018 these tests now influence migration from\nunstable to testing:\n\nhttps://lists.debian.org/debian-devel-announce/2018/05/msg00001.html\n\nPlease add a debian/tests/control file to your package to declare a\ntestsuite, but please make sure to only add autopkgtests if they provide\nmeaningful coverage of your package.\n\nRefer to https://ci.debian.net/doc/ for details.\n\nSeverity: info\n\nCheck: testsuite", "comment": "", "note": "", "pointer": ""}, {"severity": "pedantic", "package": "koffice-i18n-trinity", "tag": "file-contains-trailing-whitespace", "explanation": "This file appears to contain one or more lines with trailing whitespace\ncharacters.\n\nWhilst typically harmless and merely unsightly, they can often cause\ndifficult-to-spot issues where tools interpret the whitespace characters\nliterally as well as introduce unnecessary diff(1) noise. They are thus\nbest avoided in their entirity.\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\nSeverity: pedantic\n\nCheck: cruft", "comment": "", "note": "debian/changelog (line 204)", "pointer": ""}, {"severity": "pedantic", "package": "koffice-i18n-trinity", "tag": "file-contains-trailing-whitespace", "explanation": "", "comment": "", "note": "debian/changelog (line 51)", "pointer": ""}, {"severity": "pedantic", "package": "koffice-i18n-trinity", "tag": "file-contains-trailing-whitespace", "explanation": "", "comment": "", "note": "debian/changelog (line 83)", "pointer": ""}, {"severity": "pedantic", "package": "koffice-i18n-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\nby Lintian.\n\nRefer to\nhttps://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ for\ndetails.\n\nSeverity: pedantic\n\nCheck: debian/copyright", "comment": "", "note": "", "pointer": ""}, {"severity": "pedantic", "package": "koffice-i18n-trinity", "tag": "no-homepage-field", "explanation": "This non-native package lacks a Homepage field. If the package has an\nupstream home page that contains useful information or resources for the\nend user, consider adding a Homepage control field to debian/control.\n\nRefer to Debian Policy Manual section 5.6.23 (Homepage) for details.\n\nSeverity: pedantic\n\nCheck: fields/homepage", "comment": "", "note": "", "pointer": ""}, {"severity": "pedantic", "package": "koffice-i18n-trinity", "tag": "package-lacks-versioned-build-depends-on-debhelper", "explanation": "The package either doesn't declare a versioned build dependency on\ndebhelper or does not declare a versioned build dependency on a new\nenough version of debhelper to satisfy the declared compatibility level.\n\nRecommended practice is to always declare an explicit versioned\ndependency on debhelper equal to or greater than the compatibility level\nused by the package, even if the versioned dependency isn't strictly\nnecessary. Having a versioned dependency also helps with backports to\nolder releases and correct builds on partially updated systems.\n\nRefer to the debhelper(7) manual page for details.\n\nSeverity: pedantic\n\nCheck: debhelper", "comment": "", "note": "10", "pointer": ""}, {"severity": "pedantic", "package": "koffice-i18n-trinity", "tag": "package-uses-old-debhelper-compat-version", "explanation": "The debhelper compatibility version used by this package is marked as\nnot recommended by the debhelper developer. You may consider using a\nrecommended compatibility version.\n\nThe compatibility version can be set by specifying debhelper-compat (=\n12) in your package's Build-Depends, by the legacy debian/compat file or\neven by setting and exporting DH_COMPAT in debian/rules. If it is not\nset in either place, debhelper defaults to the deprecated compatibility\nversion 1.\n\nRefer to the debhelper(7) manual page for details.\n\nSeverity: pedantic\n\nCheck: debhelper", "comment": "", "note": "10", "pointer": ""}, {"severity": "pedantic", "package": "koffice-i18n-trinity", "tag": "rules-requires-root-missing", "explanation": "The debian/control file is missing an explicit Rules-Requires-Root\nfield.\n\nTraditionally, Debian packages have required root privileges for some\ndebian/rules target requiring a split between build and binary targets.\nThis makes the builds slower due to the increased amount of invocations\nas well as the overhead of fakeroot itself.\n\nPlease specify (eg.) Rules-Requires-Root: no in the debian/control\nsource stanza, but packagers should verify using diffoscope(1) that the\nbinaries built with this field present are identical.\n\nRefer to /usr/share/doc/dpkg-dev/rootless-builds.txt.gz, Debian Policy\nManual section 4.9.2 (debian/rules and Rules-Requires-Root), and Debian\nPolicy Manual section 5.6.31 (Rules-Requires-Root) for details.\n\nSeverity: pedantic\n\nCheck: debian/control", "comment": "", "note": "", "pointer": ""}, {"severity": "experimental", "package": "koffice-i18n-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\nto collect meta-information about upstream projects from any source\npackage. This file is in YAML format and it is used in to feed the data\nin the UltimateDebianDatabase. For example, it can contains the way the\nauthors want their software be cited in publications and some\nbibliographic references about the software.\n\nPlease add a debian/upstream/metadata file.\n\nRefer to https://dep-team.pages.debian.net/deps/dep12/ and\nhttps://wiki.debian.org/UpstreamMetadata for details.\n\nSeverity: pedantic\n\nCheck: debian/upstream/metadata\n\nThis tag is experimental. Please file a bug report if the tag seems\nwrong.", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "koffice-i18n-trinity", "tag": "debhelper-compat-level", "explanation": "This is the debhelper compat level used specified by this package.\n\nSeverity: classification\n\nCheck: debhelper\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "10", "pointer": ""}, {"severity": "classification", "package": "koffice-i18n-trinity", "tag": "debian-build-system", "explanation": "This is the build system that Lintian believes the package is using.\n\nSeverity: classification\n\nCheck: debhelper\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "debhelper", "pointer": ""}, {"severity": "classification", "package": "koffice-i18n-trinity", "tag": "package-is-maintained-by-individual", "explanation": "The package is maintained by an individual according to the\nmaintainer/uploaders fields in the debian/control file.\n\nSeverity: classification\n\nCheck: fields/vcs\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "", "pointer": ""}, {"severity": "classification", "package": "koffice-i18n-trinity", "tag": "patch-system", "explanation": "This package uses the specified patch system (eg. \"quilt\" or \"dpatch\").\n\nSeverity: classification\n\nCheck: patch-systems\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "quilt", "pointer": ""}, {"severity": "classification", "package": "koffice-i18n-trinity", "tag": "source-format", "explanation": "This is the source format declared in the package.\n\nSeverity: classification\n\nCheck: debian/source-dir\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "3.0 (quilt)", "pointer": ""}, {"severity": "classification", "package": "koffice-i18n-trinity", "tag": "standards-version", "explanation": "The standards version of the package according to Standards-Version\nfield in the debian/control file.\n\nSeverity: classification\n\nCheck: fields/standards-version\n\nThis tag is a classification. There is no issue in your package.", "comment": "", "note": "3.8.4", "pointer": ""}], "summary": {"tags_count_by_severity": {"error": 0, "warning": 9, "info": 4, "pedantic": 8, "experimental": 1, "overridden": 0, "classification": 6}, "package_filename": {"koffice-i18n-trinity": "koffice-i18n-trinity_14.1.6~pre18-0ubuntu20.04.0+0.dsc"}, "tags_found": ["ancient-standards-version", "binary-arch-rules-but-pkg-is-arch-indep", "binary-control-field-duplicates-source", "binary-nmu-debian-revision-in-source", "debhelper-but-no-misc-depends", "debhelper-compat-level", "debian-build-system", "debian-rules-missing-recommended-target", "debian-source-options-has-custom-compression-settings", "debian-watch-file-is-missing", "file-contains-trailing-whitespace", "no-dep5-copyright", "no-dh-sequencer", "no-homepage-field", "package-is-maintained-by-individual", "package-lacks-versioned-build-depends-on-debhelper", "package-uses-old-debhelper-compat-version", "patch-system", "rules-requires-root-missing", "source-format", "standards-version", "testsuite-autopkgtest-missing", "unused-build-dependency-on-cdbs", "upstream-metadata-file-is-missing"], "overridden_tags_found": [], "lintian_version": "2.62.0", "distribution": "debian:focal"}, "version": 1}