This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository rhino.
commit 088d58b080d0b12ce7aef5e853462a2a9cf2f786 Author: Emmanuel Bourg <[email protected]> Date: Thu Jan 19 17:41:46 2017 +0100 Ignore the Lintian warnings on the test files (false positives) --- debian/changelog | 1 + debian/source/lintian-overrides | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2929895..85f21e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ rhino (1.7.7-1) UNRELEASED; urgency=medium * Removed the transitional package rhino-doc * Build with the DH sequencer instead of CDBS * Removed the out of tree debugger classes (merged upstream) + * Ignore the Lintian warnings on the test files (false positives) * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 * Use secure Vcs-* URLs diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..defdf4d --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,4 @@ +# The tests contain non obfuscated JS files with really long lines +rhino source: source-contains-prebuilt-javascript-object testsrc/* +rhino source: source-is-missing testsrc/* +rhino source: insane-line-length-in-source-file testsrc/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rhino.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

