This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mgrs.
commit dbd696df5e7141cade3d863bd0e44f98b9cf7f0b Author: Bas Couwenberg <[email protected]> Date: Mon Jan 23 22:38:49 2017 +0100 Add lintian overrides for spelling-error-in-copyright false positive. --- debian/changelog | 1 + debian/libjs-mgrs.lintian-overrides | 3 +++ debian/node-mgrs.lintian-overrides | 3 +++ 3 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 262e6bb..e672698 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ mgrs (0.0.3-3) UNRELEASED; urgency=medium * Change section of libjs-mgrs to web. * Bump Standards-Version to 3.9.8, no changes. + * Add lintian overrides for spelling-error-in-copyright false positive. -- Bas Couwenberg <[email protected]> Mon, 23 Jan 2017 22:30:52 +0100 diff --git a/debian/libjs-mgrs.lintian-overrides b/debian/libjs-mgrs.lintian-overrides new file mode 100644 index 0000000..550e5da --- /dev/null +++ b/debian/libjs-mgrs.lintian-overrides @@ -0,0 +1,3 @@ +# False positive +libjs-mgrs: spelling-error-in-copyright OpenMap OpenMap (duplicate word) OpenMap + diff --git a/debian/node-mgrs.lintian-overrides b/debian/node-mgrs.lintian-overrides new file mode 100644 index 0000000..746df9c --- /dev/null +++ b/debian/node-mgrs.lintian-overrides @@ -0,0 +1,3 @@ +# False positive +node-mgrs: spelling-error-in-copyright OpenMap OpenMap (duplicate word) OpenMap + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mgrs.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

