[svnkit] 07/21: Drop script-fix-classpath.patch

Markus Koschany apo at moszumanska.debian.org
Sun Oct 9 15:01:20 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 b15206431c446733d5e68e52e2de87279e4aca22
Author: Markus Koschany <apo at debian.org>
Date:   Sat Oct 8 23:29:25 2016 +0200

    Drop script-fix-classpath.patch
---
 debian/patches/script-fix-classpath.patch | 29 -----------------------------
 debian/patches/series                     |  1 -
 2 files changed, 30 deletions(-)

diff --git a/debian/patches/script-fix-classpath.patch b/debian/patches/script-fix-classpath.patch
deleted file mode 100644
index e4f2ef7..0000000
--- a/debian/patches/script-fix-classpath.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From: Jakub Adam <jakub.adam at ktknet.cz>
-Date: Wed, 4 Jul 2012 22:33:40 +0200
-Subject: script-fix-classpath
-
----
- svnkit-cli/src/main/scripts/jsvn |   10 ++--------
- 1 file changed, 2 insertions(+), 8 deletions(-)
-
-diff --git a/svnkit-cli/src/main/scripts/jsvn b/svnkit-cli/src/main/scripts/jsvn
-index a149620..30a8c48 100644
---- a/svnkit-cli/src/main/scripts/jsvn
-+++ b/svnkit-cli/src/main/scripts/jsvn
-@@ -51,14 +51,8 @@ if [ ! -x "$JAVACMD" ] ; then
-   exit 1
- fi
- 
--if [ -z "$SVNKIT_LIB" ]
--then
--  SVNKIT_LIB="$BASEDIR"/lib
--fi
--
--CLASSPATH="$BASEDIR/conf"
--CLASSPATH=$CLASSPATH:"$SVNKIT_LIB/${classpathEntry}"
--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
- if $cygwin; then
diff --git a/debian/patches/series b/debian/patches/series
index 95a8035..752e821 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-script-fix-classpath.patch
 fix-logging-path.patch
 script-add-shebang.patch
 libsvn-java-1.9.2.patch

-- 
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