[med-svn] [Git][med-team/pilon][master] Add manifest
Andreas Tille
gitlab at salsa.debian.org
Fri Aug 3 04:49:26 BST 2018
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 <tille at debian.org>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180803/27426bee/attachment-0001.html>
More information about the debian-med-commit
mailing list