This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository jedit.
commit 8158054b4b3ebd208c4de63b92771d28534213d3 Author: tony mancill <[email protected]> Date: Sun Oct 20 12:03:26 2013 -0700 add lintian override for GDFL --- debian/changelog | 2 ++ debian/source/lintian-overrides | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index bb972e4..ee60832 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ jedit (5.0.0+dfsg-4) UNRELEASED; urgency=low * Add non-virtual "default-jre" as the first JRE dependency. - Thanks to Eric Lavarde. (Closes: #726879) + * Add lintian override for license-problem-gfdl-invariants + - doc/FAQ/faq.xml is GDFL, but "with no Invariant Sections" -- tony mancill <[email protected]> Sun, 20 Oct 2013 10:48:33 -0700 diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index 7c47cff..229c417 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,2 +1,4 @@ # quilt B-D is needed by dh_quilt_{,un}patch jedit source: unneeded-build-dep-on-quilt +# doc/FAQ/faq.xml is GDFL, but explicitly states "with no Invariant Sections" +jedit source: license-problem-gfdl-invariants -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jedit.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

