[med-svn] [picard-tools] 02/02: Cleanup build dependencies
Vincent Danjean
vdanjean at debian.org
Wed Aug 31 14:02:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
vdanjean pushed a commit to branch master
in repository picard-tools.
commit bc66a496cca5f1e19411cfbd48052538b250e5dd
Author: Vincent Danjean <vdanjean at debian.org>
Date: Thu Jul 7 22:40:18 2016 +0200
Cleanup build dependencies
---
debian/control | 9 +++------
debian/rules | 10 +++++-----
2 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/debian/control b/debian/control
index b781e87..48bf53b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,19 +6,16 @@ Uploaders: Charles Plessy <plessy at debian.org>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: ant,
- default-jdk (>= 2:1.8),
+Build-Depends: default-jdk (>= 2:1.8),
debhelper (>= 9),
javahelper,
gradle-debian-helper,
maven-repo-helper,
+ libguava-java (>= 15.0),
libhtsjdk-java (>= 2.5.0),
- libguava-java,
- testng,
# required for tests:
- libjcommander-java,
+ testng (>= 6.9.10),
r-base-core,
- ant-optional,
# required for links and dependencies in documentation:
default-jdk-doc,
libhtsjdk-java-doc,
diff --git a/debian/rules b/debian/rules
index 1b7eedd..27283a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,11 +12,11 @@ export JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::")
override_dh_auto_build:
dh_auto_build -- jar javadoc
-#override_dh_auto_test:
-# # Tests do not work with locales with a different decimal separator
-# # (for example ',')
-# env LC_ALL=C && \
-# dh_auto_build -- test
+override_dh_auto_test:
+ # Tests do not work with locales with a different decimal separator
+ # (for example ',')
+ env LC_ALL=C && \
+ dh_auto_build -- test
override_jh_installlibs:
jh_installlibs --version-strip='(-gradle)?[+]dfsg[.0-9]*'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/picard-tools.git
More information about the debian-med-commit
mailing list