This is an automated email from the git hooks/post-receive script. bdrung pushed a commit to branch master in repository java-package.
commit d1f3214869bd2a400b1f089edabfa86dadb6a55a Author: Benjamin Drung <[email protected]> Date: Tue Jun 17 19:34:13 2014 +0200 Convert copyright file content to UTF-8 for debian/copyright. --- lib/javase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/javase.sh b/lib/javase.sh index 91187fc..eac96ab 100644 --- a/lib/javase.sh +++ b/lib/javase.sh @@ -54,7 +54,7 @@ File: $jvm_base$file ---------------------------------------------------------------------- EOF - cat "$file" + iconv -f ISO-8859-15 -t UTF-8 "$file" cat << 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

