From 849e708c4a79dc6732142cef04670ca78c29a600 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jakub=20Ru=C5=BEi=C4=8Dka?= Date: Thu, 6 Jun 2024 16:50:26 +0200 Subject: [PATCH] distro/pkg/deb: silence irrelevant lintian warnings --- distro/pkg/deb/source/lintian-overrides | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 distro/pkg/deb/source/lintian-overrides 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 -- 2.47.2