This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository josm.
commit 6dea18a6765109600ad09469b0c1c083ceb4c75c Author: Bas Couwenberg <[email protected]> Date: Tue Oct 3 15:52:42 2017 +0200 Add lintian overrides for copyright-year-in-future false positives. --- debian/changelog | 1 + debian/josm-l10n.lintian-overrides | 3 +++ debian/josm.lintian-overrides | 3 +++ 3 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1d54566..51f9b2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ josm (0.0.svn12914+dfsg-1) UNRELEASED; urgency=medium * Bump Standards-Version to 4.1.1, changes: priority. * Update license & copyright for AlphanumComparator.java. * Drop bashisms.patch, applied upstream. Refresh remaining patches. + * Add lintian overrides for copyright-year-in-future false positives. -- Bas Couwenberg <[email protected]> Tue, 03 Oct 2017 12:45:14 +0200 diff --git a/debian/josm-l10n.lintian-overrides b/debian/josm-l10n.lintian-overrides new file mode 100644 index 0000000..acbb09a --- /dev/null +++ b/debian/josm-l10n.lintian-overrides @@ -0,0 +1,3 @@ +# False positive on: "(as that term is defined at 48 C.F.R. § 252.227-7014(a)(1))" +josm-l10n: copyright-year-in-future 7014 * + diff --git a/debian/josm.lintian-overrides b/debian/josm.lintian-overrides new file mode 100644 index 0000000..603e4c0 --- /dev/null +++ b/debian/josm.lintian-overrides @@ -0,0 +1,3 @@ +# False positive on: "(as that term is defined at 48 C.F.R. § 252.227-7014(a)(1))" +josm: copyright-year-in-future 7014 * + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

