[med-svn] [mhap] 01/01: Bump minimum required libguava-java version
Afif Elghraoui
afif at moszumanska.debian.org
Mon Oct 10 15:46:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch debian/jessie-backports
in repository mhap.
commit 77e1b9f3e79942bc628b04bc6383e4fbeed7dfb9
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 6e3ae53..41e48b5 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
openjdk-8-jdk,
libcommons-compress-java,
libfastutil-java,
- libguava-java,
+ libguava-java (>= 19),
jaligner,
libssw-java,
Standards-Version: 3.9.8
@@ -32,7 +32,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