1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# This is where distutils installs everything...
python3-kivy: image-file-in-usr-lib
# RobotoMono not included in Debian's fonts-roboto because of uncertainty
# of source code license (Bug #819273). The TTF itself is tagged with
# embedded font comments as having an Apache-2.0 license. Keep the font
# file until RobotoMono is included in fonts-roboto.
python3-kivy: font-in-non-font-package [usr/lib/python3/dist-packages/kivy/data/fonts/RobotoMono-Regular.ttf]
# This is where kivy looks for its builtin fonts and this font should not
# interfere with any other installed fonts.
python3-kivy: font-outside-font-dir [usr/lib/python3/dist-packages/kivy/data/fonts/RobotoMono-Regular.ttf]
# Fixed upstream in 2efdc26461
python3-kivy: spelling-error-in-binary comparision comparison [usr/lib/python3/dist-packages/kivy/properties.cpython-*.so]
# This is deliberate by upstream
python3-kivy: repeated-path-segment lib [usr/lib/python3/dist-packages/kivy/lib/]
|