[med-svn] [htsjdk] 10/10: Upstream has changed build system to gradle
Andreas Tille
tille at debian.org
Wed Jun 29 12:18:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository htsjdk.
commit 2606dd71ee71c3c1fd521c3394ed8c88343f5825
Author: Andreas Tille <tille at debian.org>
Date: Wed Jun 29 14:17:49 2016 +0200
Upstream has changed build system to gradle
---
debian/control | 3 ++-
debian/rules | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 85c111f..51a39aa 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Priority: optional
Build-Depends: ant,
default-jdk (>= 2:1.8),
javahelper,
+ gradle-debian-helper,
debhelper (>= 9),
testng,
libsnappy-java,
@@ -19,7 +20,7 @@ Build-Depends: ant,
default-jdk-doc,
# required for tests:
libjcommander-java,
- ant-optional,
+ ant,
libngs-java
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/htsjdk.git
diff --git a/debian/rules b/debian/rules
index e050982..da32666 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export JAVA_HOME=$(shell readlink -f /usr/bin/javac | sed "s:/bin/javac::")
export LC_ALL=C.UTF-8
%:
- dh $@ --with javahelper
+ dh $@ --buildsystem=gradle --with javahelper
override_dh_auto_configure:
[ -d lib ] || mkdir lib # This empty directory is lost in the packages's Git clone.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htsjdk.git
More information about the debian-med-commit
mailing list