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
mr11.2
Michael Prokop 4 years ago
parent 5320543cdc
commit e8f901a7b5

@ -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*

Loading…
Cancel
Save