[geogebra] 01/05: Set source encoding in debian/ant.properties to iso-8859-1

Tony Mancill tmancill at moszumanska.debian.org
Tue Jul 18 05:28:16 UTC 2017


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

tmancill pushed a commit to branch build
in repository geogebra.

commit 10c4446f054d8f4bc7b5ad878802cbcaeffa31ff
Author: tony mancill <tmancill at debian.org>
Date:   Mon Jul 17 22:04:23 2017 -0700

    Set source encoding in debian/ant.properties to iso-8859-1
---
 debian/ant.properties | 1 +
 debian/rules          | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/ant.properties b/debian/ant.properties
index c1d99c1..784cd16 100644
--- a/debian/ant.properties
+++ b/debian/ant.properties
@@ -2,3 +2,4 @@
 # For backwards compat on Java 7
 ant.build.javac.source=1.5
 ant.build.javac.target=1.5
+ant.build.javac.encoding=iso-8859-1
diff --git a/debian/rules b/debian/rules
index acec05d..b751841 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ override_dh_auto_build:
 	javacc -STATIC=false -OUTPUT_DIRECTORY=src/geogebra/kernel/parser/ src/geogebra/kernel/parser/Parser.jj
 
 override_jh_build: geogebra.1 ggthumb.1
-	jh_build -N -mgeogebra.GeoGebra -o'-encoding utf-8'
+	jh_build -N -mgeogebra.GeoGebra
 
 	# Add resource files to JAR archive
 	( cd src/ ; find ! -name *.java -type f -print0 ) | xargs -0 jar uf geogebra.jar -C src/

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



More information about the pkg-java-commits mailing list