[med-svn] [phylip] 01/01: fix java wrappers

Andreas Tille tille at debian.org
Fri Jul 22 11:16:46 UTC 2016


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

tille pushed a commit to branch master
in repository phylip.

commit 5a2053f68c1c6e84cd1819d9c3b1cee24369f5c2
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jul 22 13:16:36 2016 +0200

    fix java wrappers
---
 debian/bin/drawgram | 2 +-
 debian/bin/drawtree | 2 +-
 debian/changelog    | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/bin/drawgram b/debian/bin/drawgram
index 51e6b41..08c123a 100644
--- a/debian/bin/drawgram
+++ b/debian/bin/drawgram
@@ -1,3 +1,3 @@
 #!/bin/sh
 export PATH=/usr/lib/phylip/bin:$PATH
-java -cp DrawTree.jar  drawgram.DrawgramUserInterface
+java -cp /usr/share/java/DrawTree.jar drawgram.DrawgramUserInterface
diff --git a/debian/bin/drawtree b/debian/bin/drawtree
index 572a700..d848e45 100644
--- a/debian/bin/drawtree
+++ b/debian/bin/drawtree
@@ -1,3 +1,3 @@
 #!/bin/sh
 export PATH=/usr/lib/phylip/bin:$PATH
-java -cp DrawTree.jar drawtree.DrawtreeUserInterface
+java -cp /usr/share/java/DrawTree.jar drawtree.DrawtreeUserInterface
diff --git a/debian/changelog b/debian/changelog
index 9d16d16..05bbfaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ phylip (1:3.696+dfsg-3) UNRELEASED; urgency=medium
   * cme fix dpkg-control
   * hardening=+all
   * install bash completions to usr/share/bash-completion/completions
+  * fix java wrappers
 
  -- Andreas Tille <tille at debian.org>  Fri, 22 Jul 2016 09:08:31 +0200
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/phylip.git



More information about the debian-med-commit mailing list