[med-svn] [mhap] 01/02: Bump minimum required libguava-java version
Afif Elghraoui
afif at moszumanska.debian.org
Sun Oct 16 22:15:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository mhap.
commit 84391d0e9496f60a31ee182bbf44dc1d7075bd3c
Author: Afif Elghraoui <afif at debian.org>
Date: Mon Oct 10 08:45:17 2016 -0700
Bump minimum required libguava-java version
We otherwise get the compilation error:
[ERROR] /<<BUILDDIR>>/mhap-2.1+dfsg/src/main/java/edu/umd/marbl/mhap/sketch/FrequencyCounts.java:[104,27] error:
no suitable method found for create((value,sin[...]alue),long,double)
The MHAP pom file specifies v19 and we still get this build error with v18,
so it seems to be a necessary minimum version.
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 20b98de..05ccbd7 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
default-jdk-headless,
libcommons-compress-java,
libfastutil-java,
- libguava-java,
+ libguava-java (>= 19),
jaligner,
libssw-java,
Standards-Version: 3.9.8
@@ -31,7 +31,7 @@ Depends:
jarwrapper,
libcommons-compress-java,
libfastutil-java,
- libguava-java,
+ libguava-java (>= 19),
jaligner,
libssw-java,
Description: locality-sensitive hashing to detect long-read overlaps
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mhap.git
More information about the debian-med-commit
mailing list