[bouncycastle] 04/06: Refreshed the patches

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Jun 27 13:59:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository bouncycastle.

commit 71a32cc37f6cd3ff29ba4e26b7a90470792c9d6a
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Jun 27 15:51:57 2017 +0200

    Refreshed the patches
---
 debian/changelog                  |  4 +++-
 debian/patches/fix-encoding.patch | 16 ++++++++--------
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fb2baa7..b14af67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-bouncycastle (1.56-2) UNRELEASED; urgency=medium
+bouncycastle (1.57-1) UNRELEASED; urgency=medium
 
   * Team upload.
+  * New upstream release
+    - Refreshed the patches
   * Standards-Version updated to 4.0.0
   * Removed the test libraries from the upstream tarball
 
diff --git a/debian/patches/fix-encoding.patch b/debian/patches/fix-encoding.patch
index 2641125..1703b2e 100644
--- a/debian/patches/fix-encoding.patch
+++ b/debian/patches/fix-encoding.patch
@@ -12,27 +12,27 @@ Bug: https://bugs.debian.org/798343
 
 --- a/ant/bc+-build.xml
 +++ b/ant/bc+-build.xml
-@@ -106,7 +106,8 @@
-                 <javac source="${bc.javac.source}" target="${bc.javac.target}"
+@@ -107,7 +107,8 @@
                      srcdir="${artifacts.dir}/@{target}/src"
                      destdir="${build.dir}/@{target}/classes"
+                     memoryMaximumSize="512m"
 -                    debug="${release.debug}" fork="true">
 +                    debug="${release.debug}" fork="true"
 +                    encoding="UTF-8">
                      <classpath>
                          <path refid="project.classpath" /> 
                          <fileset dir="${artifacts.jars.dir}">
-@@ -142,7 +143,8 @@
-                 <javac source="${bc.javac.source}" target="${bc.javac.target}"
+@@ -144,7 +145,8 @@
                      srcdir="${artifacts.dir}/@{target}/src"
                      destdir="${build.dir}/@{target}/classes"
+                     memoryMaximumSize="512m"
 -                    debug="${release.debug}">
 +                    debug="${release.debug}"
 +                    encoding="UTF-8">
                      <classpath>
                          <path refid="project.classpath" /> 
                          <fileset dir="${artifacts.jars.dir}">
-@@ -217,7 +219,8 @@
+@@ -219,7 +221,8 @@
              <javadoc maxmemory="384m" sourcepath="@{srcDir}"
                       destdir="@{docsDir}"
                       windowtitle="Bouncy Castle Library ${release.name} API Specification"
@@ -42,10 +42,10 @@ Bug: https://bugs.debian.org/798343
                  <docElements/>
                  <arg value="${javadoc.args}" />
                  <classpath>
-@@ -279,7 +282,8 @@
-         <javac source="${bc.javac.source}" target="${bc.javac.target}"
-             srcdir="${lcrypto.target.src.dir}"
+@@ -283,7 +286,8 @@
              destdir="${lcrypto.target.classes.dir}"
+ 	    memoryMaximumSize="512m"
+             fork="true"
 -            debug="${release.debug}">
 +            debug="${release.debug}"
 +            encoding="UTF-8">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bouncycastle.git



More information about the pkg-java-commits mailing list