[jabref] 209/459: tell ant to tell javac that our source files are UTF-8 encoded

gregor herrmann gregoa at debian.org
Thu Sep 15 20:40:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository jabref.

commit d4418221c04104bb2fab2eca5911110367bba598
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 12 21:59:41 2009 +0000

    tell ant to tell javac that our source files are UTF-8 encoded
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3d1eb12..3eadeff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,8 @@
 	dh --with quilt $@
 
 override_dh_auto_build:
-	JAVA_HOME=/usr/lib/jvm/default-java dh_auto_build
+	JAVA_HOME=/usr/lib/jvm/default-java ANT_OPTS=-D"file.encoding=UTF-8" \
+		dh_auto_build
 	convert -geometry 32x32 src/images/JabRef-icon-48.png build/jabref32.xpm
 	convert -geometry 16x16 src/images/JabRef-icon-48.png build/jabref16.xpm
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git



More information about the pkg-java-commits mailing list