[svnkit] 14/21: Update script-fix-classpath.patch

Markus Koschany apo at moszumanska.debian.org
Sun Oct 9 15:01:21 UTC 2016


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

apo pushed a commit to branch master
in repository svnkit.

commit 6a5159d15a7d5b2cc3a54fb88c970a8e2b2ea79c
Author: Markus Koschany <apo at debian.org>
Date:   Sun Oct 9 16:36:17 2016 +0200

    Update script-fix-classpath.patch
---
 debian/patches/script-fix-classpath.patch | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/patches/script-fix-classpath.patch b/debian/patches/script-fix-classpath.patch
index 96efe1d..6dac613 100644
--- a/debian/patches/script-fix-classpath.patch
+++ b/debian/patches/script-fix-classpath.patch
@@ -2,12 +2,13 @@ From: Markus Koschany <apo at debian.org>
 Date: Sun, 9 Oct 2016 00:00:07 +0200
 Subject: script fix classpath
 
+Forwarded: not-needed
 ---
- svnkit-cli/src/main/scripts/jsvn | 11 ++++-------
- 1 file changed, 4 insertions(+), 7 deletions(-)
+ svnkit-cli/src/main/scripts/jsvn | 12 ++++--------
+ 1 file changed, 4 insertions(+), 8 deletions(-)
 
 diff --git a/svnkit-cli/src/main/scripts/jsvn b/svnkit-cli/src/main/scripts/jsvn
-index 56dbe40..e74dc4c 100644
+index 56dbe40..f259dbe 100644
 --- a/svnkit-cli/src/main/scripts/jsvn
 +++ b/svnkit-cli/src/main/scripts/jsvn
 @@ -1,3 +1,5 @@
@@ -16,7 +17,7 @@ index 56dbe40..e74dc4c 100644
  BASEDIR="`dirname "\$0"`/.."
  BASEDIR=`(cd "\$BASEDIR"; pwd)`
  
-@@ -49,14 +51,9 @@ if [ ! -x "\$JAVACMD" ] ; then
+@@ -49,14 +51,8 @@ if [ ! -x "\$JAVACMD" ] ; then
    exit 1
  fi
  
@@ -26,9 +27,9 @@ index 56dbe40..e74dc4c 100644
 -fi
 -
 -<% project[classpath_property].eachWithIndex { elem, index -> %>CLASSPATH=<% if (index != 0) { %>\$CLASSPATH:<% } %>"\$SVNKIT_LIB/${elem}"
-+<% project[classpath_property].eachWithIndex { elem, index -> %>CLASSPATH="/usr/share/svnkit/svnkit-cli.jar"
- <% } %>
+-<% } %>
 -LOGGING_PROPERTIES_PATH="\$BASEDIR/conf/logging.properties"
++CLASSPATH="/usr/share/svnkit/svnkit-cli.jar"
 +LOGGING_PROPERTIES_PATH="/etc/svnkit/logging.properties"
  
  # For Cygwin, switch paths to Windows format before running java

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



More information about the pkg-java-commits mailing list