This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libspring-java.
commit a3ec1963785103320f7094a46f2c31e912a670a4 Author: Emmanuel Bourg <[email protected]> Date: Sun Apr 3 00:43:53 2016 +0200 Added a lintian overide for the warnings about Spring.js --- debian/changelog | 1 + debian/source/lintian-overrides | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index d071d5d..cdea6ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ libspring-java (4.0.9-1) UNRELEASED; urgency=medium - Ignore the new websocket and messaging modules * Standards-Version updated to 3.9.7 (no changes) * Use secure Vcs-* URLs + * Added a lintian overide for the warnings about Spring.js -- Emmanuel Bourg <[email protected]> Mon, 19 Oct 2015 12:56:42 +0200 diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..ec191b1 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,4 @@ +# Spring.js is only used by the tests and handled as a data file, the actual code doesn't matter (see WebAppResourceTests.java) +libspring-java source: source-is-missing */Spring.js* +libspring-java source: insane-line-length-in-source-file */Spring.js* +libspring-java source: source-contains-prebuilt-javascript-object */Spring.js* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

