This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java-package.
commit 83206a8338963ad52be4140904acc2bffbdac3a2 Author: Emmanuel Bourg <[email protected]> Date: Sat Aug 31 01:32:30 2013 +0200 Modified the final message to better see the install command --- lib/javase.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/javase.sh b/lib/javase.sh index 8e0d0f5..6e081cd 100644 --- a/lib/javase.sh +++ b/lib/javase.sh @@ -241,8 +241,10 @@ j2se_build() { fi cat << EOF -The Debian package has been created in the current directory. You can -install the package as root (e.g. dpkg -i $deb_filename). +The Debian package has been created in the current directory. +You can install the package as root with: + + dpkg -i $deb_filename EOF } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-package.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

