[med-svn] [mhap] 01/04: Avoid dependency on graphics libraries by not using java:Depends

Afif Elghraoui afif at moszumanska.debian.org
Thu Jul 14 05:43:26 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 ccf5b8e836707ef4186aa7103ab860690aebbf69
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Wed Jul 13 21:12:44 2016 -0700

    Avoid dependency on graphics libraries by not using java:Depends
    
    Manually specify the dependencies instead..
---
 debian/control | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 6ca6efb..1137e62 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,17 @@ Package: mhap
 Architecture: all
 Depends:
 	${misc:Depends},
-	${java:Depends},
+# java:Depends adds a dependency on
+# default-jre, which pulls in many unnecessary libraries
+# for graphics
+#	${java:Depends},
 	default-jre-headless,
+	jarwrapper,
+	libcommons-compress-java,
+	libfastutil-java,
+	libguava-java,
+	jaligner,
+	libssw-java,
 Description: locality-sensitive hashing to detect long-read overlaps
  The MinHash Alignment Process (MHAP) overlaps noisy, long reads using
  probabilistic, locality-sensitive hashing. Integrating MHAP with the

-- 
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