Result:
Failure
Fail on: error
Lintian output
Summary of tags
error: 83 warning: 4 info: 1 pedantic: 0 experimental: 0 overridden: 0 classification: 138
Tags
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb
E
dir-or-file-in-opt
opt/trinity/
opt/trinity/bin/
opt/trinity/bin/kdirstat
opt/trinity/share/
opt/trinity/share/applications/
opt/trinity/share/applications/tde/
opt/trinity/share/applications/tde/kdirstat.desktop
opt/trinity/share/apps/
opt/trinity/share/apps/kdirstat/
opt/trinity/share/apps/kdirstat/icons/
opt/trinity/share/apps/kdirstat/icons/hicolor/
opt/trinity/share/apps/kdirstat/icons/hicolor/16x16/
opt/trinity/share/apps/kdirstat/icons/hicolor/16x16/actions/
opt/trinity/share/apps/kdirstat/icons/hicolor/16x16/actions/symlink.png
opt/trinity/share/apps/kdirstat/icons/hicolor/32x32/
opt/trinity/share/apps/kdirstat/icons/hicolor/32x32/actions/
opt/trinity/share/apps/kdirstat/icons/hicolor/32x32/actions/symlink.png
opt/trinity/share/apps/kdirstat/icons/hicolor/48x48/
opt/trinity/share/apps/kdirstat/icons/hicolor/48x48/actions/
opt/trinity/share/apps/kdirstat/icons/hicolor/48x48/actions/symlink.png
opt/trinity/share/apps/kdirstat/icons/locolor/
opt/trinity/share/apps/kdirstat/icons/locolor/16x16/
opt/trinity/share/apps/kdirstat/icons/locolor/16x16/actions/
opt/trinity/share/apps/kdirstat/icons/locolor/16x16/actions/symlink.png
opt/trinity/share/apps/kdirstat/kdirstatui.rc
opt/trinity/share/apps/tdeconf_update/
opt/trinity/share/apps/tdeconf_update/fix_move_to_trash_bin.pl
opt/trinity/share/apps/tdeconf_update/kdirstat.upd
opt/trinity/share/doc/
opt/trinity/share/doc/tde/
opt/trinity/share/doc/tde/HTML/
opt/trinity/share/doc/tde/HTML/en/
opt/trinity/share/doc/tde/HTML/en/kdirstat/
opt/trinity/share/doc/tde/HTML/en/kdirstat/common
opt/trinity/share/doc/tde/HTML/en/kdirstat/feedback-mail.png
opt/trinity/share/doc/tde/HTML/en/kdirstat/index.cache.bz2
opt/trinity/share/doc/tde/HTML/en/kdirstat/index.docbook
opt/trinity/share/doc/tde/HTML/en/kdirstat/kdirstat-config-cleanups.png
opt/trinity/share/doc/tde/HTML/en/kdirstat/kdirstat-config-tree-colors.png
opt/trinity/share/doc/tde/HTML/en/kdirstat/kdirstat-main.png
opt/trinity/share/icons/
opt/trinity/share/icons/hicolor/
opt/trinity/share/icons/hicolor/16x16/
opt/trinity/share/icons/hicolor/16x16/apps/
opt/trinity/share/icons/hicolor/16x16/apps/kdirstat.png
opt/trinity/share/icons/hicolor/32x32/
opt/trinity/share/icons/hicolor/32x32/apps/
opt/trinity/share/icons/hicolor/32x32/apps/kdirstat.png
opt/trinity/share/icons/locolor/
opt/trinity/share/icons/locolor/16x16/
opt/trinity/share/icons/locolor/16x16/apps/
opt/trinity/share/icons/locolor/16x16/apps/kdirstat.png
opt/trinity/share/icons/locolor/32x32/
opt/trinity/share/icons/locolor/32x32/apps/
opt/trinity/share/icons/locolor/32x32/apps/kdirstat.png
opt/trinity/share/locale/
opt/trinity/share/locale/de/
opt/trinity/share/locale/de/LC_MESSAGES/
opt/trinity/share/locale/de/LC_MESSAGES/kdirstat.mo
opt/trinity/share/locale/fr/
opt/trinity/share/locale/fr/LC_MESSAGES/
opt/trinity/share/locale/fr/LC_MESSAGES/kdirstat.mo
opt/trinity/share/locale/hu/
opt/trinity/share/locale/hu/LC_MESSAGES/
opt/trinity/share/locale/hu/LC_MESSAGES/kdirstat.mo
opt/trinity/share/locale/it/
opt/trinity/share/locale/it/LC_MESSAGES/
opt/trinity/share/locale/it/LC_MESSAGES/kdirstat.mo
opt/trinity/share/locale/ja/
opt/trinity/share/locale/ja/LC_MESSAGES/
opt/trinity/share/locale/ja/LC_MESSAGES/kdirstat.mo
opt/trinity/share/locale/nl/
opt/trinity/share/locale/nl/LC_MESSAGES/
opt/trinity/share/locale/nl/LC_MESSAGES/kdirstat.mo
opt/trinity/share/locale/pl/
opt/trinity/share/locale/pl/LC_MESSAGES/
opt/trinity/share/locale/pl/LC_MESSAGES/kdirstat.mo
opt/trinity/share/locale/ru/
opt/trinity/share/locale/ru/LC_MESSAGES/
opt/trinity/share/locale/ru/LC_MESSAGES/kdirstat.mo
opt/trinity/share/man/
opt/trinity/share/man/man1/
opt/trinity/share/man/man1/kdirstat.1
W
copyright-without-copyright-notice
The copyright file for this package does not appear to contain a
copyright notice. You should copy the copyright notice from the
upstream source (or add one of your own for a native package). A
copyright notice must consist of Copyright, Copr., or the Unicode
symbol of C in a circle followed by the years and the copyright
holder. A copyright notice is not required for a work to be
copyrighted, but Debian requires the copyright file include the
authors and years of copyright, and including a valid copyright notice
is the best way to do that. Examples:
Copyright YYYY Firstname Lastname <address@example.com>
Copr. YYYY-YYYY Firstname Lastname <address@example.com>
© YYYY,YYYY Firstname Lastname <address@example.com>
If the package is in the public domain rather than copyrighted, be
sure to mention "public domain" in the copyright file. Please be aware
that this is very rare and not the same as a DFSG-free license. True
public domain software is generally limited to such special cases as a
work product of a United States government agency.
Refer to https://ftp-master.debian.org/REJECT-FAQ.html for details.
Severity: warning
Check: debian/copyright
Lintian did not output a note for this tag
W
hardening-no-pie
This package provides an ELF executable that was not compiled as a
position independent executable (PIE).
In Debian, since version 6.2.0-7 of the gcc-6 package GCC will compile
ELF binaries with PIE by default. In most cases a simple rebuild will
be sufficient to remove this tag.
PIE is required for fully enabling Address Space Layout Randomization
(ASLR), which makes "Return-oriented" attacks more difficult.
Historically, PIE has been associated with noticeable performance
overhead on i386. However, GCC >= 5 has implemented an optimization
that can reduce the overhead significantly.
If you use dpkg-buildflags with hardening=+all,-pie in
DEB_BUILD_MAINT_OPTIONS, remove the -pie.
Refer to https://wiki.debian.org/Hardening,
https://gcc.gnu.org/gcc-5/changes.html, and
https://software.intel.com/en-us/blogs/2014/12/26/new-optimizations-for-x86-in-upcoming-gcc-50-32bit-pic-mode
for details.
Severity: warning
Check: binaries
W
hardening-no-relro
This package provides an ELF binary that lacks the "read-only
relocation" link flag. This package was likely not built with the
default Debian compiler flags defined by dpkg-buildflags. If built
using dpkg-buildflags directly, be sure to import LDFLAGS.
Refer to https://wiki.debian.org/Hardening for details.
Severity: warning
Check: binaries
W
package-relation-with-self
The package declares a relationship with itself. This is not very
useful except in the case of a package Conflicting with itself if its
package name doubles as a virtual package.
Severity: warning
Check: fields/package-relations
Breaks: kdirstat-trinity (<< 4:14.0.0~)
I
hardening-no-bindnow
This package provides an ELF binary that lacks the "bindnow" linker
flag.
This is needed (together with "relro") to make the "Global Offset
Table" (GOT) fully read-only. The bindnow feature trades startup time
for improved security. Please consider enabling this feature or
consider overriding the tag (possibly with a comment about why).
If you use dpkg-buildflags, you may have to add hardening=+bindnow or
hardening=+all to DEB_BUILD_MAINT_OPTIONS.
The relevant compiler flags are set in LDFLAGS.
Refer to https://wiki.debian.org/Hardening for details.
Severity: info
Check: binaries
C
control-tarball-compression-format
C
data-tarball-compression-format
C
mail-contact
Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org>
C
no-ctrl-scripts
Lintian did not output a note for this tag
C
octal-permissions
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/applications/tde/kdirstat.desktop
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/apps/kdirstat/icons/hicolor/16x16/actions/symlink.png
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/apps/kdirstat/icons/hicolor/32x32/actions/symlink.png
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/apps/kdirstat/icons/hicolor/48x48/actions/symlink.png
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/apps/kdirstat/icons/locolor/16x16/actions/symlink.png
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/apps/kdirstat/kdirstatui.rc
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/apps/tdeconf_update/kdirstat.upd
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kdirstat/feedback-mail.png
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kdirstat/index.cache.bz2
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kdirstat/index.docbook
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kdirstat/kdirstat-config-cleanups.png
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kdirstat/kdirstat-config-tree-colors.png
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/doc/tde/HTML/en/kdirstat/kdirstat-main.png
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/icons/hicolor/16x16/apps/kdirstat.png
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/icons/hicolor/32x32/apps/kdirstat.png
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/icons/locolor/16x16/apps/kdirstat.png
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/icons/locolor/32x32/apps/kdirstat.png
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/locale/de/LC_MESSAGES/kdirstat.mo
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/locale/fr/LC_MESSAGES/kdirstat.mo
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/locale/hu/LC_MESSAGES/kdirstat.mo
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/locale/it/LC_MESSAGES/kdirstat.mo
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/locale/ja/LC_MESSAGES/kdirstat.mo
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/locale/nl/LC_MESSAGES/kdirstat.mo
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/locale/pl/LC_MESSAGES/kdirstat.mo
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/locale/ru/LC_MESSAGES/kdirstat.mo
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 opt/trinity/share/man/man1/kdirstat.1
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 usr/share/doc/kdirstat-trinity/AUTHORS
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 usr/share/doc/kdirstat-trinity/CREDITS
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 usr/share/doc/kdirstat-trinity/README.md
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 usr/share/doc/kdirstat-trinity/TODO
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 usr/share/doc/kdirstat-trinity/changelog.Debian.gz
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 usr/share/doc/kdirstat-trinity/changelog.gz
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 usr/share/doc/kdirstat-trinity/copyright
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/bin/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/bin/kdirstat
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/applications/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/applications/tde/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/apps/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/apps/kdirstat/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/apps/kdirstat/icons/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/apps/kdirstat/icons/hicolor/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/apps/kdirstat/icons/hicolor/16x16/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/apps/kdirstat/icons/hicolor/16x16/actions/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/apps/kdirstat/icons/hicolor/32x32/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/apps/kdirstat/icons/hicolor/32x32/actions/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/apps/kdirstat/icons/hicolor/48x48/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/apps/kdirstat/icons/hicolor/48x48/actions/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/apps/kdirstat/icons/locolor/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/apps/kdirstat/icons/locolor/16x16/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/apps/kdirstat/icons/locolor/16x16/actions/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/apps/tdeconf_update/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/apps/tdeconf_update/fix_move_to_trash_bin.pl
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/doc/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/doc/tde/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/doc/tde/HTML/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/doc/tde/HTML/en/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/doc/tde/HTML/en/kdirstat/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/icons/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/icons/hicolor/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/icons/hicolor/16x16/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/icons/hicolor/16x16/apps/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/icons/hicolor/32x32/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/icons/hicolor/32x32/apps/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/icons/locolor/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/icons/locolor/16x16/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/icons/locolor/16x16/apps/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/icons/locolor/32x32/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/icons/locolor/32x32/apps/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/de/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/de/LC_MESSAGES/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/fr/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/fr/LC_MESSAGES/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/hu/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/hu/LC_MESSAGES/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/it/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/it/LC_MESSAGES/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/ja/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/ja/LC_MESSAGES/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/nl/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/nl/LC_MESSAGES/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/pl/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/pl/LC_MESSAGES/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/ru/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/locale/ru/LC_MESSAGES/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/man/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 opt/trinity/share/man/man1/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 usr/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 usr/share/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 usr/share/doc/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 usr/share/doc/kdirstat-trinity/
kdirstat-trinity_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 777 opt/trinity/share/doc/tde/HTML/en/kdirstat/common
C
package-is-maintained-by-individual
Lintian did not output a note for this tag
C
trimmed-field
Architecture armhf
Breaks kdirstat-trinity (<< 4:14.0.0~)
Depends libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5), libtqt3-mt (>= 4:14.1.6~pre30), tdelibs14-trinity (>= 4:14.1.6~pre18)
Description graphical disk usage display with cleanup facilities
[Trinity]
Homepage http://kdirstat.sourceforge.net/
Installed-Size 685
Maintainer TDE Debian Team <team-debian@trinitydesktop.org>
Package kdirstat-trinity
Priority optional
Replaces kdirstat-trinity (<< 4:14.0.0~)
Section misc
Version 4:14.1.6~pre2-0raspbian11.0.0+2
kdirstat-trinity-dbgsym_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb
C
control-tarball-compression-format
C
data-tarball-compression-format
C
mail-contact
Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org>
C
no-ctrl-scripts
Lintian did not output a note for this tag
C
octal-permissions
kdirstat-trinity-dbgsym_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 644 usr/lib/debug/.build-id/bf/da38d4a3aff01857b944fa9e3dc4a635b58a28.debug
kdirstat-trinity-dbgsym_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 usr/
kdirstat-trinity-dbgsym_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 usr/lib/
kdirstat-trinity-dbgsym_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 usr/lib/debug/
kdirstat-trinity-dbgsym_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 usr/lib/debug/.build-id/
kdirstat-trinity-dbgsym_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 usr/lib/debug/.build-id/bf/
kdirstat-trinity-dbgsym_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 usr/share/
kdirstat-trinity-dbgsym_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 755 usr/share/doc/
kdirstat-trinity-dbgsym_14.1.6~pre2-0raspbian11.0.0+2_armhf.deb 777 usr/share/doc/kdirstat-trinity-dbgsym
C
package-is-maintained-by-individual
Lintian did not output a note for this tag
C
trimmed-field
Architecture armhf
Auto-Built-Package debug-symbols
Build-Ids bfda38d4a3aff01857b944fa9e3dc4a635b58a28
Depends kdirstat-trinity (= 4:14.1.6~pre2-0raspbian11.0.0+2)
Description debug symbols for kdirstat-trinity
Installed-Size 1004
Maintainer TDE Debian Team <team-debian@trinitydesktop.org>
Package kdirstat-trinity-dbgsym
Priority optional
Section debug
Source kdirstat-trinity
Version 4:14.1.6~pre2-0raspbian11.0.0+2
Description
Lintian run for kdirstat-trinity package.
Additional details:
Input artifacts
Workflow information
Output artifacts
Output data
Runtime statistics:
Duration:
00:04:32
CPU time:
00:07:39
Disk space:
1.2 GB
Memory:
3.1 GB
Available disk space:
15.7 GB
Available memory:
31.3 GB
CPU count:
20
Errors:
Dependencies
Work requests that must be completed before this one can run.
Task type
Toggle Dropdown
231857
5 days, 9 hours
Worker
sbuild: kdirstat-trinity_4:14.1.6~pre2-0raspbian11.0.0+2 (armhf)
Completed
Success
Reverse dependencies
This work request is not required by any other one.
Internal collection: workflow-231690
Task data
backend : unshare
build_architecture : armhf
environment : debian/match:codename=raspbian-bullseye
exclude_tags : []
fail_on_severity : error
include_tags : []
input :
binary_artifacts :
- internal@collections/name:build-armhf
source_artifact : 750029@artifacts
output :
binary_all_analysis : false
source_analysis : false
target_distribution : debian:raspbian-bullseye
Task data after applying task configuration
Scheduler tags
Dynamic data
configuration_context : bullseye
environment_id : 27490
input_binary_artifacts_ids :
- 771232
input_source_artifact_id : 750029
parameter_summary : kdirstat-trinity_4:14.1.6~pre2-0raspbian11.0.0+2
runtime_context : binary-any:bullseye
subject : kdirstat-trinity
Workflow data
{
"step" : "lintian-armhf" ,
"display_name" : "Lintian for armhf"
}
Event reactions
{
"on_success" : [
{
"action" : "update-collection-with-artifacts" ,
"variables" : null ,
"collection" : "internal@collections" ,
"name_template" : "lintian-armhf" ,
"artifact_filters" : {
"category" : "debian:lintian"
}
}
]
}
Output data
{
"runtime_statistics" : {
"memory" : 3363852288 ,
"cpu_time" : 459 ,
"duration" : 272 ,
"cpu_count" : 20 ,
"disk_space" : 1339236352 ,
"available_memory" : 33649803264 ,
"available_disk_space" : 16824901632
}
}