1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# idlelib images
lib@PVER@-stdlib binary: image-file-in-usr-lib
# license file referred by the standard library
lib@PVER@-stdlib binary: extra-license-file
# template files
lib@PVER@-stdlib binary: interpreter-not-absolute usr/lib/@PVER@/venv/scripts/posix/pydoc #!__VENV_PYTHON__
lib@PVER@-stdlib binary: unusual-interpreter usr/lib/@PVER@/venv/scripts/posix/pydoc #!__VENV_PYTHON__
# the split is the reason for that
lib@PVER@-stdlib binary: python3-script-but-no-python3-dep
# no, it's not unusual
lib@PVER@-stdlib binary: unusual-interpreter
# lintian omission, multiarch string is encoded in the filename
lib@PVER@-stdlib binary: arch-dependent-file-not-in-arch-specific-directory
# yes, some extensions don't have references to any external lib
lib@PVER@-stdlib binary: shared-lib-without-dependency-information
lib@PVER@-stdlib binary: library-not-linked-against-libc
|