[med-svn] [htsjdk] 02/10: Update build system to gradle
Vincent Danjean
vdanjean at debian.org
Tue Jul 5 23:54:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
vdanjean pushed a commit to branch master
in repository htsjdk.
commit 95f0e17cd8cf7c1bbd7bc6988c82385270150446
Author: Vincent Danjean <Vincent.Danjean at ens-lyon.org>
Date: Tue Jul 5 23:27:03 2016 +0200
Update build system to gradle
---
debian/rules | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/debian/rules b/debian/rules
index da32666..0e9e13c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,23 +11,23 @@ export LC_ALL=C.UTF-8
%:
dh $@ --buildsystem=gradle --with javahelper
-override_dh_auto_configure:
- [ -d lib ] || mkdir lib # This empty directory is lost in the packages's Git clone.
- dh_auto_configure
-
-override_dh_auto_build:
- dh_auto_build -- \
- -Dant.build.javac.source=1.8 \
- -Dant.build.javac.target=1.8 \
- -Ddebug=true \
- htsjdk-jar javadoc
-
-override_dh_auto_test:
- dh_auto_build -- \
- -Dant.build.javac.source=1.8 \
- -Dant.build.javac.target=1.8 \
- -Ddebug=true \
- test
+#override_dh_auto_configure:
+# [ -d lib ] || mkdir lib # This empty directory is lost in the packages's Git clone.
+# dh_auto_configure
+
+#override_dh_auto_build:
+# dh_auto_build -- \
+# -Dant.build.javac.source=1.8 \
+# -Dant.build.javac.target=1.8 \
+# -Ddebug=true \
+# htsjdk-jar javadoc
+
+#override_dh_auto_test:
+# dh_auto_build -- \
+# -Dant.build.javac.source=1.8 \
+# -Dant.build.javac.target=1.8 \
+# -Ddebug=true \
+# test
override_jh_installlibs:
jh_installlibs --version-strip='[+]dfsg\.[0-9]*'
--
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