Andreas Tille pushed to branch master at Debian Med / sepp
Commits: 94ce02f7 by Andreas Tille at 2020-07-22T22:12:36+02:00 sepp-package/sepp/tools/merge/src/phylolab/taxonamic/JSONMerger.java:import net.sf.json.JSONObject - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,6 @@ sepp (4.3.10+dfsg-1) UNRELEASED; urgency=medium * Initial release (Closes: #<bug>) + TODO: sepp-package/sepp/tools/merge/src/phylolab/taxonamic/JSONMerger.java:import net.sf.json.JSONObject -- Andreas Tille <[email protected]> Sun, 24 May 2020 06:37:36 +0200 ===================================== debian/control ===================================== @@ -8,7 +8,9 @@ Build-Depends: debhelper-compat (= 13), python3, python3-setuptools, pplacer, - hmmer + hmmer, + ant, + libjson-java Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/sepp Vcs-Git: https://salsa.debian.org/med-team/sepp.git ===================================== debian/rules ===================================== @@ -22,6 +22,8 @@ include /usr/share/dpkg/default.mk override_dh_auto_configure: mkdir -p tools/bundled/Linux + mkdir -p tools/merge/lib + cd tools/merge && ant dh_auto_configure override_dh_auto_clean: View it on GitLab: https://salsa.debian.org/med-team/sepp/-/commit/94ce02f738b531d93f06a531ada94882732336bb -- View it on GitLab: https://salsa.debian.org/med-team/sepp/-/commit/94ce02f738b531d93f06a531ada94882732336bb 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
