From 6add2ffda614017f44ab3c1024918b30759fe1aa Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Sep 2019 09:47:45 +0000 Subject: [PATCH] fix lint override and upload for 2.9.0 --- debian/changelog | 2 +- debian/source/lintian-overrides | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 68485ad2..a61a0cb1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ncbi-blast+ (2.9.0-1) UNRELEASED; urgency=medium +ncbi-blast+ (2.9.0-1) unstable; urgency=medium * New upstream release diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index 9bb4b0e0..6cb1a2ef 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,3 +1,9 @@ # False positive since these files are actually source files ncbi-blast+ source: source-is-missing c++/src/html/ncbi_menu*.js - +# Line length detection, nothing missing in source js files +ncbi-blast+ source: source-is-missing c++/src/html/ncbi_menu.js line length is 357 characters (>256) +ncbi-blast+ source: source-is-missing c++/src/html/ncbi_menu_dnd.js line length is 333 characters (>256) +ncbi-blast+ source: source-is-missing c++/src/html/ncbi_menu_dyn.js line length is 333 characters (>256) +# JSON not evil license, related code is not present +ncbi-blast+ source: license-problem-json-evil c++/include/misc/jsonwrapp/rapidjson10/license.txt +ncbi-blast+ source: license-problem-json-evil c++/include/misc/jsonwrapp/rapidjson11/license.txt -- 2.30.2