1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
# These files contain binaries which have been re-encoded as ASCII
# Trust us, Lintian, though they might not look like it, they're
# really binaries (arch-dependent, modified during build)
libpar-packer-perl: package-installs-nonbinary-perl-in-usr-lib-perl5 usr/lib/*/PAR/StrippedPARL/Dynamic.pm
libpar-packer-perl: package-installs-nonbinary-perl-in-usr-lib-perl5 usr/lib/*/PAR/StrippedPARL/Static.pm
# false positive.
# The binary /usr/bin/parl contains the output of `perl -V' which mentions
# patches, where one refers to sensible[-]pager.
# lintian override second level:
# don't quote the name of the sensible-* tool here in the clear
# otherwise we get
# E: libpar-packer-perl: missing-depends-on-sensible-utils usr/share/lintian/overrides/libpar-packer-per
libpar-packer-perl: missing-depends-on-sensible-utils usr/bin/parl
|