From: Jakub Ružička Date: Thu, 6 Jun 2024 14:50:26 +0000 (+0200) Subject: distro/pkg/deb: silence irrelevant lintian warnings X-Git-Tag: v6.0.8~11^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=849e708c4a79dc6732142cef04670ca78c29a600;p=thirdparty%2Fknot-resolver.git distro/pkg/deb: silence irrelevant lintian warnings --- diff --git a/distro/pkg/deb/source/lintian-overrides b/distro/pkg/deb/source/lintian-overrides new file mode 100644 index 000000000..ff8e36a39 --- /dev/null +++ b/distro/pkg/deb/source/lintian-overrides @@ -0,0 +1,16 @@ +# upstream package doesn't include missing-sources for HTTP module static files, +# they can be found in individual upstream repos or in Debian package debian/missing-sources +source: source-is-missing [modules/http/static/bootstrap.min.js] +source: source-is-missing [modules/http/static/d3.js] +source: source-is-missing [modules/http/static/datamaps.world.min.js] +source: source-is-missing [modules/http/static/dygraph.min.js] +source: source-is-missing [modules/http/static/epoch.js] +source: source-is-missing [modules/http/static/jquery.js] +source: source-is-missing [modules/http/static/selectize.min.js] +source: source-is-missing [modules/http/static/topojson.js] +# that's how HTTP module is built upstream +source: source-contains-prebuilt-javascript-object +# not relevant in upstream package +source: no-nmu-in-changelog +# upstream package uses apkg, watch file is redundant +source: debian-watch-file-is-missing