From 1c845fdabcdaa6229ce6355f99c102535f4fe59e Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Sun, 29 Sep 2019 17:48:43 +0200 Subject: [PATCH] Move source package lintian overrides to debian/source. Fixes lintian: package-uses-deprecated-source-override-location See https://lintian.debian.org/tags/package-uses-deprecated-source-override-location.html for more details. --- debian/changelog | 1 + debian/source.lintian-overrides | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 debian/source.lintian-overrides diff --git a/debian/changelog b/debian/changelog index 2490ffab..2fd42d47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ ncbi-blast+ (2.9.0-3) UNRELEASED; urgency=medium * Secure URI in copyright format * Remove trailing whitespace in debian/changelog * Use secure URI in Homepage field. + * Move source package lintian overrides to debian/source. -- Michael R. Crusoe Sun, 29 Sep 2019 13:29:30 +0200 diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides deleted file mode 100644 index 80c0bdc7..00000000 --- a/debian/source.lintian-overrides +++ /dev/null @@ -1,7 +0,0 @@ -# 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