Andreas Tille pushed to branch master at Debian Med / pilon
Commits: de555474 by Andreas Tille at 2018-08-03T03:28:12Z Add manifest - - - - - 3 changed files: - debian/control - + debian/manifest - debian/rules Changes: ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional Build-Depends: debhelper (>= 11~), + javahelper, scala, libhtsjdk-java Standards-Version: 4.1.4 ===================================== debian/manifest ===================================== --- /dev/null +++ b/debian/manifest @@ -0,0 +1,4 @@ +usr/share/java/pilon.jar: + Main-Class: org.broadinstitute.pilon.Pilon + Manifest-Version: 1.0 + Class-Path: /usr/share/java/htsjdk.jar ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export LC_ALL=C.UTF-8 %: - dh $@ + dh $@ --with javahelper override_dh_auto_build: scalac -classpath /usr/share/java/htsjdk.jar -d pilon.jar src/main/scala/org/broadinstitute/pilon/* View it on GitLab: https://salsa.debian.org/med-team/pilon/commit/de55547423ec6f402eb6cc47d7215e0cc84ca6d3 -- View it on GitLab: https://salsa.debian.org/med-team/pilon/commit/de55547423ec6f402eb6cc47d7215e0cc84ca6d3 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
