This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository nco.
commit f98cac44229795b84b9a9f89d3fe4fbc7684eccf Author: Bas Couwenberg <[email protected]> Date: Wed Feb 8 07:56:01 2017 +0100 Add lintian override for spelling-error-in-binary false positive. --- debian/changelog | 1 + debian/lintian-overrides | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index e221df5..1af4794 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ nco (4.6.4-1) UNRELEASED; urgency=medium * New upstream release. * Update copyright years for Charlie Zender. + * Add lintian override for spelling-error-in-binary false positive. -- Bas Couwenberg <[email protected]> Wed, 08 Feb 2017 07:25:53 +0100 diff --git a/debian/lintian-overrides b/debian/lintian-overrides index 1a038b7..7c150d4 100644 --- a/debian/lintian-overrides +++ b/debian/lintian-overrides @@ -1,3 +1,6 @@ # PIE breaks the build nco: hardening-no-pie * +# False positive, string not included in source +nco: spelling-error-in-binary usr/lib/nco/libnco-*.so ot to + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/nco.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

