From 4b9d2917f960bd8ab30b5c4f92dcf9dc3517555c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 23 Feb 2016 13:26:02 +0100 Subject: [PATCH] MT#17699 Update source-is-missing lintian overwrites 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: I8147cb3da90ef841ad9ef5dc133af90e54e03392 --- debian/ngcp-panel.lintian-overrides | 34 ++++++++++++++--------------- debian/source.lintian-overrides | 34 ++++++++++++++--------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/debian/ngcp-panel.lintian-overrides b/debian/ngcp-panel.lintian-overrides index edccbddbfb..598a79e13c 100644 --- a/debian/ngcp-panel.lintian-overrides +++ b/debian/ngcp-panel.lintian-overrides @@ -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 * diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides index 2b47bb9d46..2c29b5c44a 100644 --- a/debian/source.lintian-overrides +++ b/debian/source.lintian-overrides @@ -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 *