Those errors were introduced by upgrading lintian from jessie's 2.5.30+deb8u4 to 2.5.40.2~bpo8+1 from jessie-backports: | E: ngcp-panel source: source-is-missing share/static/js/libs/d3.v2.min-2.8.1.js line length is 32768 characters (>512) | E: ngcp-panel source: source-is-missing share/static/js/libs/jquery-ui-1.10.3.custom.js line length is 840 characters (>512) | E: ngcp-panel source: source-is-missing share/static/js/libs/jquery.dataTables.js line length is 1758 characters (>512) | E: ngcp-panel source: source-is-missing share/static/js/libs/stanzaio.bundle.js line length is 724 characters (>512) | E: ngcp-panel source: source-is-missing share/static/js/libs/svg-edit/jquery.js line length is 32404 characters (>512) | E: ngcp-panel source: source-is-missing share/static/js/libs/svg-edit/sanitize.js line length is 519 characters (>512) | E: ngcp-panel source: source-is-missing share/static/js/plugins/flot/jquery.flot.js line length is 2952 characters (>512) | E: ngcp-panel source: source-is-missing share/static/js/plugins/flot/jquery.flot.resize.js line length is 863 characters (>512) | E: ngcp-panel source: source-is-missing share/static/js/plugins/hoverIntent/jquery.hoverIntent.minified.js line length is 1140 characters (>512) | E: ngcp-panel source: source-is-missing share/static/js/plugins/lightbox/jquery.lightbox.js line length is 1018 characters (>512) | E: ngcp-panel source: source-is-missing share/static/js/plugins/validate/additional-methods.js line length is 955 characters (>512) | E: ngcp-panel source: source-is-missing share/static/js/plugins/validate/jquery.validate.js line length is 954 characters (>512) | E: ngcp-panel source: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.js line length is 2952 characters (>512) | E: ngcp-panel source: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.navigate.js line length is 1893 characters (>512) | E: ngcp-panel source: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.resize.js line length is 863 characters (>512) | E: ngcp-panel source: source-is-missing share/static/js/libs/svg-edit/extensions/ext-shapes.js line length is 803 characters (>512) Instead of hardcoding the line length/characters let's use a wildcard instead. Change-Id: I8147cb3da90ef841ad9ef5dc133af90e54e03392changes/90/4790/6
parent
6980fd410d
commit
4b9d2917f9
@ -1,18 +1,18 @@
|
||||
ngcp-panel: source-is-missing share/static/js/libs/d3.v2.min-2.8.1.js
|
||||
ngcp-panel: source-is-missing share/static/js/libs/jquery-ui-1.10.3.custom.js
|
||||
ngcp-panel: source-is-missing share/static/js/libs/jquery.dataTables.js
|
||||
ngcp-panel: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.js
|
||||
ngcp-panel: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.navigate.js
|
||||
ngcp-panel: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.resize.js
|
||||
ngcp-panel: source-is-missing share/static/js/libs/d3.v2.min-2.8.1.js *
|
||||
ngcp-panel: source-is-missing share/static/js/libs/jquery-ui-1.10.3.custom.js *
|
||||
ngcp-panel: source-is-missing share/static/js/libs/jquery.dataTables.js *
|
||||
ngcp-panel: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.js *
|
||||
ngcp-panel: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.navigate.js *
|
||||
ngcp-panel: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.resize.js *
|
||||
# see debian/missing-sources:
|
||||
ngcp-panel: source-is-missing share/static/js/libs/stanzaio.bundle.js
|
||||
ngcp-panel: source-is-missing share/static/js/libs/svg-edit/extensions/ext-shapes.js
|
||||
ngcp-panel: source-is-missing share/static/js/libs/svg-edit/extensions/ext-star.js
|
||||
ngcp-panel: source-is-missing share/static/js/libs/svg-edit/jquery.js
|
||||
ngcp-panel: source-is-missing share/static/js/libs/svg-edit/sanitize.js
|
||||
ngcp-panel: source-is-missing share/static/js/plugins/flot/jquery.flot.js
|
||||
ngcp-panel: source-is-missing share/static/js/plugins/flot/jquery.flot.resize.js
|
||||
ngcp-panel: source-is-missing share/static/js/plugins/hoverIntent/jquery.hoverIntent.minified.js
|
||||
ngcp-panel: source-is-missing share/static/js/plugins/lightbox/jquery.lightbox.js
|
||||
ngcp-panel: source-is-missing share/static/js/plugins/validate/additional-methods.js
|
||||
ngcp-panel: source-is-missing share/static/js/plugins/validate/jquery.validate.js
|
||||
ngcp-panel: source-is-missing share/static/js/libs/stanzaio.bundle.js *
|
||||
ngcp-panel: source-is-missing share/static/js/libs/svg-edit/extensions/ext-shapes.js *
|
||||
ngcp-panel: source-is-missing share/static/js/libs/svg-edit/extensions/ext-star.js *
|
||||
ngcp-panel: source-is-missing share/static/js/libs/svg-edit/jquery.js *
|
||||
ngcp-panel: source-is-missing share/static/js/libs/svg-edit/sanitize.js *
|
||||
ngcp-panel: source-is-missing share/static/js/plugins/flot/jquery.flot.js *
|
||||
ngcp-panel: source-is-missing share/static/js/plugins/flot/jquery.flot.resize.js *
|
||||
ngcp-panel: source-is-missing share/static/js/plugins/hoverIntent/jquery.hoverIntent.minified.js *
|
||||
ngcp-panel: source-is-missing share/static/js/plugins/lightbox/jquery.lightbox.js *
|
||||
ngcp-panel: source-is-missing share/static/js/plugins/validate/additional-methods.js *
|
||||
ngcp-panel: source-is-missing share/static/js/plugins/validate/jquery.validate.js *
|
||||
|
||||
@ -1,18 +1,18 @@
|
||||
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/jquery-ui-1.10.3.custom.js
|
||||
ngcp-panel source: source-is-missing share/static/js/libs/jquery.dataTables.js
|
||||
ngcp-panel source: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.js
|
||||
ngcp-panel source: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.navigate.js
|
||||
ngcp-panel source: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.resize.js
|
||||
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/jquery-ui-1.10.3.custom.js *
|
||||
ngcp-panel source: source-is-missing share/static/js/libs/jquery.dataTables.js *
|
||||
ngcp-panel source: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.js *
|
||||
ngcp-panel source: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.navigate.js *
|
||||
ngcp-panel source: source-is-missing share/static/js/libs/jsrrd/flot/jquery.flot.resize.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/extensions/ext-shapes.js
|
||||
ngcp-panel source: source-is-missing share/static/js/libs/svg-edit/extensions/ext-star.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.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/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/libs/stanzaio.bundle.js *
|
||||
ngcp-panel source: source-is-missing share/static/js/libs/svg-edit/extensions/ext-shapes.js *
|
||||
ngcp-panel source: source-is-missing share/static/js/libs/svg-edit/extensions/ext-star.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.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/validate/additional-methods.js *
|
||||
ngcp-panel source: source-is-missing share/static/js/plugins/validate/jquery.validate.js *
|
||||
|
||||
Loading…
Reference in new issue