From e8f901a7b5e80d42a781feed6dd10e6da0d35ea7 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 2 Nov 2022 14:55:34 +0100 Subject: [PATCH] MT#55524 Update lintian overrides for new lintian behavior lintian v2.115.3 - as currently present in Debian/booksworm - doesn't support the existing syntax for the source-is-missing override, and therefore fails with: | E: ngcp-panel source: source-is-missing [share/static/js/libs/d3.v2.min-2.8.1.js] | E: ngcp-panel source: source-is-missing [share/static/js/libs/jquery-ui-1.10.3.custom.js] | E: ngcp-panel source: source-is-missing [share/static/js/libs/jquery.dataTables.js] | E: ngcp-panel source: source-is-missing [share/static/js/libs/rrule/rrule.js] | E: ngcp-panel source: source-is-missing [share/static/js/libs/stanzaio.bundle.js] | E: ngcp-panel source: source-is-missing [share/static/js/libs/svg-edit/embedapi.js] | E: ngcp-panel source: source-is-missing [share/static/js/libs/svg-edit/jgraduate/jpicker.js] | E: ngcp-panel source: source-is-missing [share/static/js/libs/svg-edit/jquery.js] | E: ngcp-panel source: source-is-missing [share/static/js/libs/svg-edit/sanitize.js] | E: ngcp-panel source: source-is-missing [share/static/js/plugins/flot/jquery.flot.js] | E: ngcp-panel source: source-is-missing [share/static/js/plugins/flot/jquery.flot.resize.js] | E: ngcp-panel source: source-is-missing [share/static/js/plugins/hoverIntent/jquery.hoverIntent.minified.js] | E: ngcp-panel source: source-is-missing [share/static/js/plugins/lightbox/jquery.lightbox.js] | E: ngcp-panel source: source-is-missing [share/static/js/plugins/validate/additional-methods.js] | E: ngcp-panel source: source-is-missing [share/static/js/plugins/validate/jquery.validate.js] | E: ngcp-panel source: source-is-missing [share/static/js/spectrum.min.js] | E: ngcp-panel source: source-is-missing [share/static/js/swaggerui/swagger-ui-bundle.js] | E: ngcp-panel source: source-is-missing [share/static/js/swaggerui/swagger-ui-standalone-preset.js] It instead expects the filename(s) to be listed under "[...]". By using "*...*" instead, we can support the lintian versions as present in bookworm and bullseye both at the same time. Change-Id: I95c52eae81bb3729524b46459a4283a8f9f56d57 --- debian/source/lintian-overrides | 38 ++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index 1b06a66c95..97cb22bbd6 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,18 +1,22 @@ -ngcp-panel source: source-is-missing share/static/js/libs/d3.v2.min-2.8.1.js * +ngcp-panel source: source-is-missing *share/static/js/libs/d3.v2.min-2.8.1.js* # see debian/missing-sources: -ngcp-panel source: source-is-missing share/static/js/libs/stanzaio.bundle.js * -ngcp-panel source: source-is-missing share/static/js/libs/svg-edit/embedapi.js * -ngcp-panel source: source-is-missing share/static/js/libs/svg-edit/jquery.js * -ngcp-panel source: source-is-missing share/static/js/libs/svg-edit/sanitize.js * -ngcp-panel source: source-is-missing share/static/js/plugins/flot/jquery.flot.js * -ngcp-panel source: source-is-missing share/static/js/plugins/flot/jquery.flot.pie.js * -ngcp-panel source: source-is-missing share/static/js/plugins/flot/jquery.flot.resize.js * -ngcp-panel source: source-is-missing share/static/js/plugins/msgbox/jquery.msgbox.js * -ngcp-panel source: source-is-missing share/static/js/plugins/hoverIntent/jquery.hoverIntent.minified.js * -ngcp-panel source: source-is-missing share/static/js/plugins/lightbox/jquery.lightbox.js * -ngcp-panel source: source-is-missing share/static/js/plugins/validate/additional-methods.js * -ngcp-panel source: source-is-missing share/static/js/plugins/validate/jquery.validate.js * -ngcp-panel source: source-is-missing share/static/js/swaggerui/swagger-ui-bundle.js * -ngcp-panel source: source-is-missing share/static/js/swaggerui/swagger-ui-standalone-preset.js * -ngcp-panel source: source-is-missing share/static/js/swaggerui/swagger-ui.css * -ngcp-panel source: source-is-missing share/static/js/spectrum.min.js +ngcp-panel source: source-is-missing *share/static/js/libs/jquery.dataTables.js* +ngcp-panel source: source-is-missing *share/static/js/libs/jquery-ui-1.10.3.custom.js* +ngcp-panel source: source-is-missing *share/static/js/libs/rrule/rrule.js* +ngcp-panel source: source-is-missing *share/static/js/libs/stanzaio.bundle.js* +ngcp-panel source: source-is-missing *share/static/js/libs/svg-edit/embedapi.js* +ngcp-panel source: source-is-missing *share/static/js/libs/svg-edit/jgraduate/jpicker.js* +ngcp-panel source: source-is-missing *share/static/js/libs/svg-edit/jquery.js* +ngcp-panel source: source-is-missing *share/static/js/libs/svg-edit/sanitize.js* +ngcp-panel source: source-is-missing *share/static/js/plugins/flot/jquery.flot.js* +ngcp-panel source: source-is-missing *share/static/js/plugins/flot/jquery.flot.pie.js* +ngcp-panel source: source-is-missing *share/static/js/plugins/flot/jquery.flot.resize.js* +ngcp-panel source: source-is-missing *share/static/js/plugins/hoverIntent/jquery.hoverIntent.minified.js* +ngcp-panel source: source-is-missing *share/static/js/plugins/lightbox/jquery.lightbox.js* +ngcp-panel source: source-is-missing *share/static/js/plugins/msgbox/jquery.msgbox.js* +ngcp-panel source: source-is-missing *share/static/js/plugins/validate/additional-methods.js* +ngcp-panel source: source-is-missing *share/static/js/plugins/validate/jquery.validate.js* +ngcp-panel source: source-is-missing *share/static/js/spectrum.min.js* +ngcp-panel source: source-is-missing *share/static/js/swaggerui/swagger-ui-bundle.js* +ngcp-panel source: source-is-missing *share/static/js/swaggerui/swagger-ui.css* +ngcp-panel source: source-is-missing *share/static/js/swaggerui/swagger-ui-standalone-preset.js*