[med-svn] [qualimap] 01/01: buildsystem=maven
Andreas Tille
tille at debian.org
Thu Nov 19 15:04:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository qualimap.
commit 2d67765575cd475ef83f3bd7ddceb3e6204de716
Author: Andreas Tille <tille at debian.org>
Date: Thu Nov 19 16:04:17 2015 +0100
buildsystem=maven
---
debian/control | 3 +++
debian/rules | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 0f43c39..c699e03 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,9 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
+ default-jdk,
+ maven-debian-helper,
+ libmaven-antrun-plugin-java,
picard-tools,
libsam-java,
libejml-java
diff --git a/debian/rules b/debian/rules
index 20b26a5..c66a1c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,10 @@
# include /usr/share/dpkg/default.mk
# and use what is set there.
+JAVA_HOME=/usr/lib/jvm/default-java
+
%:
- dh $@
+ dh $@ --buildsystem=maven --with javahelper
get-orig-source:
uscan --verbose --force-download --repack --compress xz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/qualimap.git
More information about the debian-med-commit
mailing list