From: root Date: Wed, 11 Sep 2019 09:47:45 +0000 (+0000) Subject: fix lint override and upload for 2.9.0 X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~155 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6add2ffda614017f44ab3c1024918b30759fe1aa;p=ncbi-blast%2B.git fix lint override and upload for 2.9.0 --- 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