This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository guava-libraries.
commit 1a854b5c2749ab86b115774d7736e75ded75ee93 Author: Emmanuel Bourg <[email protected]> Date: Fri Dec 18 01:26:49 2015 +0100 Set the source encoding to UTF-8 --- debian/changelog | 1 + debian/maven.properties | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index b6cf6e1..1c123cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ guava-libraries (19.0-1) UNRELEASED; urgency=medium - Ignore the errorprone annotations (not used) - Ignore the j2objc annotations - New build dependency on libanimal-sniffer-java + * Set the source encoding to UTF-8 * Build with the DH sequencer instead of CDBS * Updated the URL of the homepage * Watch and download the releases from GitHub diff --git a/debian/maven.properties b/debian/maven.properties new file mode 100644 index 0000000..3d7d449 --- /dev/null +++ b/debian/maven.properties @@ -0,0 +1,2 @@ + +project.build.sourceEncoding=UTF-8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/guava-libraries.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

