[med-svn] [tn-seqexplorer] 01/02: Use math3
Andreas Tille
tille at debian.org
Mon May 8 07:36:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository tn-seqexplorer.
commit fe8d1e7b3e39967c2a446857e5aee0060bb89e61
Author: Andreas Tille <tille at debian.org>
Date: Mon May 8 09:18:24 2017 +0200
Use math3
---
debian/control | 4 ++--
debian/rules | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 4d82b10..19d068b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 10),
javahelper,
default-jdk,
libcommons-io-java,
- libcommons-math-java,
- libcommons-math-java-doc,
+ libcommons-math3-java,
+ libcommons-math3-java-doc,
libcommons-net-java (>= 3.3),
libguava-java,
libjcommon-java,
diff --git a/debian/rules b/debian/rules
index 859b211..abb1b3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
#GIT_TAG := $(subst ~,_,$(VERSION))
DEBJAR := /usr/share/java
-CLASS_PATH := $(DEBJAR)/commons-io.jar:$(DEBJAR)/commons-math.jar:$(DEBJAR)/commons-net.jar:$(DEBJAR)/guava.jar:$(DEBJAR)/jcommon.jar:$(DEBJAR)/jfreechart.jar:$(DEBJAR)/log4j-1.2.jar:$(DEBJAR)/jgoodies-forms.jar:$(DEBJAR)/swingx.jar:$(DEBJAR)/externalsortinginjava.jar:$(DEBJAR)/jgoodies-forms.jar
+CLASS_PATH := $(DEBJAR)/commons-io.jar:$(DEBJAR)/commons-math3.jar:$(DEBJAR)/commons-net.jar:$(DEBJAR)/guava.jar:$(DEBJAR)/jcommon.jar:$(DEBJAR)/jfreechart.jar:$(DEBJAR)/log4j-1.2.jar:$(DEBJAR)/jgoodies-forms.jar:$(DEBJAR)/swingx.jar:$(DEBJAR)/externalsortinginjava.jar:$(DEBJAR)/jgoodies-forms.jar
%:
dh $@ --with javahelper
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/tn-seqexplorer.git
More information about the debian-med-commit
mailing list