This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit 736ba0dd438fbf0812094a9a4df7f5291768498e Author: Emmanuel Bourg <[email protected]> Date: Wed Dec 2 12:30:44 2015 +0100 Added the version in the description of the service --- debian/changelog | 1 + debian/jetty8.init | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ff5a949..4f4c962 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ jetty8 (8.1.18-3) UNRELEASED; urgency=medium * Removed the JDK_DIRS and JSP_COMPILER variables from /etc/default/jetty8 * Added a VERSION variable in jetty8.init and replaced 'jetty8' with 'jetty$VERSION' + * Added the version in the description of the service -- Emmanuel Bourg <[email protected]> Wed, 02 Dec 2015 10:05:19 +0100 diff --git a/debian/jetty8.init b/debian/jetty8.init index 36a5d57..a5ce2a3 100644 --- a/debian/jetty8.init +++ b/debian/jetty8.init @@ -65,7 +65,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin VERSION=8 NAME=jetty$VERSION -DESC="Jetty servlet engine" +DESC="Jetty $VERSION Servlet Engine" JETTY_HOME=/usr/share/$NAME LOGDIR="/var/log/$NAME" START_JAR="$JETTY_HOME/start.jar" -- 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

