This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository bouncycastle.
commit dcfa5f61fcabd38fc289492f521e958ab4cfd473 Author: Markus Koschany <[email protected]> Date: Sun Dec 6 00:25:24 2015 +0100 Update fix-encoding.patch --- debian/patches/fix-encoding.patch | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/debian/patches/fix-encoding.patch b/debian/patches/fix-encoding.patch index 692e0e6..90ef339 100644 --- a/debian/patches/fix-encoding.patch +++ b/debian/patches/fix-encoding.patch @@ -7,11 +7,11 @@ packages. Bug: https://bugs.debian.org/798343 --- - ant/bc+-build.xml | 9 ++++++--- - 1 file changed, 6 insertions(+), 3 deletions(-) + ant/bc+-build.xml | 12 ++++++++---- + 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/ant/bc+-build.xml b/ant/bc+-build.xml -index 8b6778f..2f27885 100644 +index 8b6778f..1406026 100644 --- a/ant/bc+-build.xml +++ b/ant/bc+-build.xml @@ -101,7 +101,8 @@ @@ -34,7 +34,17 @@ index 8b6778f..2f27885 100644 <classpath> <path refid="project.classpath" /> <fileset dir="${artifacts.jars.dir}"> -@@ -268,7 +270,8 @@ +@@ -204,7 +206,8 @@ + <javadoc maxmemory="384m" sourcepath="@{srcDir}" + destdir="@{docsDir}" + windowtitle="Bouncy Castle Library ${release.name} API Specification" +- header="<b>Bouncy Castle Cryptography Library ${release.name}</b>"> ++ header="<b>Bouncy Castle Cryptography Library ${release.name}</b>" ++ encoding="UTF-8"> + <docElements/> + <arg value="${javadoc.args}" /> + <classpath> +@@ -268,7 +271,8 @@ <javac source="${bc.javac.source}" target="${bc.javac.target}" srcdir="${lcrypto.target.src.dir}" destdir="${lcrypto.target.classes.dir}" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bouncycastle.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

