Hi, On Mon, 2024-10-21 at 15:05 +1100, Russell Coker wrote: > $ cat debian/source/lintian-overrides > # We aren't building with Discord support and therefore everything under > # 3rdparty/discord-rpc is not relevant. If in future we add Discord support > we > # should Build-Depend on rapidjson-dev. > warzone2100 source: license-problem-json-evil [3rdparty/discord-rpc/ > thirdparty/rapidjson/license.txt] > > I have the above Lintian override filem, which works acording to the > following > output of running Lintian locally but apparently the version of lintian used > for checking uploads is older and has a different format. How would I > configure my package to override this?
You should not override the warning, but not include non-free files in uploads to Debian. That probably means removing non-free files here. Ansgar