From: Aaron M. Ucko Date: Tue, 5 Sep 2023 02:35:34 +0000 (-0400) Subject: debian/source/lintian-overrides: Accommodate bracketed paths. X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~64 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f6feb2259322be5b1921364a2cd4335366685250;p=ncbi-blast%2B.git debian/source/lintian-overrides: Accommodate bracketed paths. --- diff --git a/debian/changelog b/debian/changelog index ee00e186..5d7bfb27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ ncbi-blast+ (2.12.0+ds-4) UNRELEASED; urgency=medium * debian/control: Drop build dependency on libpcre3-dev; PCRE2 support isn't ready yet, but there's a convenience copy of classic PCRE that will suffice for now. (Partly addresses #891197.) + * debian/source/lintian-overrides: Accommodate bracketed paths. - -- Aaron M. Ucko Mon, 04 Sep 2023 22:32:47 -0400 + -- Aaron M. Ucko Mon, 04 Sep 2023 22:35:34 -0400 ncbi-blast+ (2.12.0+ds-3) unstable; urgency=medium diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index b914721d..49fc39f0 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,7 +1,7 @@ # Line length detection, nothing missing in source js files -ncbi-blast+ source: source-is-missing c++/src/html/ncbi_menu.js -ncbi-blast+ source: source-is-missing c++/src/html/ncbi_menu_dnd.js -ncbi-blast+ source: source-is-missing c++/src/html/ncbi_menu_dyn.js +ncbi-blast+ source: source-is-missing *c++/src/html/ncbi_menu.js* +ncbi-blast+ source: source-is-missing *c++/src/html/ncbi_menu_dnd.js* +ncbi-blast+ source: source-is-missing *c++/src/html/ncbi_menu_dyn.js* # 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 +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*