This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository doxia.
commit 20665bc64bd0241b4546f30ee3d8d37c6739e50c Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 27 22:57:57 2017 +0200 Set the source encoding to UTF-8 --- debian/changelog | 3 ++- debian/maven.properties | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 393dc1f..c417b14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -doxia (1.4-1) UNRELEASED; urgency=medium +doxia (1.5-1) UNRELEASED; urgency=medium * Team upload. * New upstream release @@ -10,6 +10,7 @@ doxia (1.4-1) UNRELEASED; urgency=medium * Removed the unused dependency on libmaven2-core-java * Depend on libplexus-container-default1.5-java instead of libplexus-containers-java + * Set the source encoding to UTF-8 * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 * Use XZ compression for the upstream tarball diff --git a/debian/maven.properties b/debian/maven.properties index 4d5df60..bd31be2 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -3,3 +3,4 @@ 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/doxia.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

