This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository access-modifier-checker.
commit 81b887ce64e00943b785949ea8e6f7d923981614 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 31 10:15:32 2017 +0200 Set the source encoding to UTF-8 --- debian/changelog | 1 + debian/maven.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7bcb46d..53b0139 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ access-modifier-checker (1.12-1) UNRELEASED; urgency=medium * Team upload. * New upstream release + * Set the source encoding to UTF-8 * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/maven.properties b/debian/maven.properties index 7c29bd7..c67a92a 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -2,3 +2,4 @@ # For example: # maven.test.skip=true +project.build.sourceEncoding=UTF-8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/access-modifier-checker.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

