[med-svn] [htsjdk] 02/03: fix testng declaration

Olivier Sallou osallou at debian.org
Wed Nov 1 09:36:02 UTC 2017


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

osallou pushed a commit to tag debian/2.8.1+dfsg-2
in repository htsjdk.

commit 5d5ca20ff33bc7cd07acc840982f26333c5d902c
Author: Olivier Sallou <osallou at debian.org>
Date:   Wed Nov 1 09:28:34 2017 +0000

    fix testng declaration
---
 debian/patches/50-fix-build.patch | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/patches/50-fix-build.patch b/debian/patches/50-fix-build.patch
index b7b6047..5ffa67d 100644
--- a/debian/patches/50-fix-build.patch
+++ b/debian/patches/50-fix-build.patch
@@ -1,10 +1,12 @@
 junit JAR is required for tests
 --- a/build.gradle
 +++ b/build.gradle
-@@ -23,6 +23,7 @@
+@@ -22,7 +22,8 @@
+     compile "org.tukaani:xz:1.5"
      compile "gov.nih.nlm.ncbi:ngs-java:1.2.4"
  
-     testCompile "org.testng:testng:6.9.9"
+-    testCompile "org.testng:testng:6.9.9"
++    testCompile "org.testng:testng:debian"
 +    testCompile "junit:junit:4.x"
  }
  

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



More information about the debian-med-commit mailing list