This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository jetty9.
commit 8e16ed75d61ba57323424d64a4cfa5e72056b902 Author: Jakub Adam <[email protected]> Date: Tue May 1 13:38:40 2012 +0200 Fix lintian warning init.d-script-does-not-provide-itself --- debian/jetty8.init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/jetty8.init b/debian/jetty8.init index 365b845..8ba13ca 100644 --- a/debian/jetty8.init +++ b/debian/jetty8.init @@ -4,9 +4,10 @@ # # Written by Philipp Meier <[email protected]> # Modified for Jetty 6 by Ludovic Claude <[email protected]> +# Modified for Jetty 8 by Jakub Adam <[email protected]> # ### BEGIN INIT INFO -# Provides: jetty +# Provides: jetty8 # Required-Start: $local_fs $remote_fs $network # Required-Stop: $local_fs $remote_fs $network # Should-Start: $named -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

