1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# Even though the extension is .a, these are not ar files.
unpack-message-for-deb-data ar failed for */testdata/*.a
# This file is only used when running tests, so it is OK for it to be not
# UTF-8.
national-encoding [*/testdata/gawk/rri1.in]
# These are test files, not documentation.
package-contains-documentation-outside-usr-share-doc [*/testdata/*.txt]
package-contains-documentation-outside-usr-share-doc [*/docs/csv.md]
# These are not meant to be executed by the end user, and are only used
# as test data.
wrong-path-for-interpreter /bin/awk != /usr/bin/awk [*/testdata/*]
script-not-executable [*/testdata/*]
# This file does describe the contents or purpose of the directory it is in.
package-contains-documentation-outside-usr-share-doc [*/testdata/README]
|