1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
# Images are installed in usr/lib/libreoffice/share/extensions/grammalecte/
# This is expected for a libreoffice extension to have the images in the
# extensions directory instead of /usr/share
image-file-in-usr-lib
# Python module name is the same as the extension name, making it repeat the
# path segment
repeated-path-segment
# Upstream is shipping hyphenation directory with iso8859-1 encoding
national-encoding
# Extension data is stored in .txt files, which are not considered as
# documentation
package-contains-documentation-outside-usr-share-doc
|