[libgpars-groovy-java] 03/05: d/rules: Set the encoding to UTF-8 because some source files contain a ©
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Mon Nov 14 15:50:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
seamlik-guest pushed a commit to branch master
in repository libgpars-groovy-java.
commit 49e0c4faf580e1213fda6ae6b5cc18af4c47be15
Author: Kai-Chung Yan (殷啟聰) <seamlikok at gmail.com>
Date: Mon Nov 14 23:31:24 2016 +0800
d/rules: Set the encoding to UTF-8 because some source files contain a ©
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 5b5388e..b9546d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java
dh $@ --with maven_repo_helper --buildsystem=gradle
override_dh_auto_build:
- dh_auto_build -- --project-prop finalRelease=true -x zipDoc -x zipSrc assemble documentation
+ dh_auto_build -- --project-prop finalRelease=true --system-prop file.encoding=UTF-8 -x zipDoc -x zipSrc assemble documentation
override_dh_auto_clean:
dh_auto_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgpars-groovy-java.git
More information about the pkg-java-commits
mailing list