7 lines
250 B
Plaintext
7 lines
250 B
Plaintext
# We really don't want to capitalize "libusb".
|
|
addFilter("summary-not-capitalized")
|
|
# The library name does not match for a good reason.
|
|
addFilter("no-dependency-on")
|
|
# It is OK because versioning does not match.
|
|
addFilter("conflicts-with-provides")
|