Andreas Tille pushed to branch master at Debian Med / augur
Commits: 44b33b93 by Andreas Tille at 2020-03-20T16:49:07+01:00 Fix version - - - - - 5fe032a0 by Andreas Tille at 2020-03-20T17:10:39+01:00 Get something build - no further testing yet - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -augur (0.0.0-1) UNRELEASED; urgency=medium +augur (6.4.2-1) UNRELEASED; urgency=medium * Initial release (Closes: #<bug>) ===================================== debian/control ===================================== @@ -6,7 +6,12 @@ Uploaders: Andreas Tille <[email protected]> Build-Depends: debhelper-compat (= 12), dh-python, python3-all, - python3-setuptools + python3-setuptools, + python3-biopython <!nocheck>, + python3-jsonschema <!nocheck>, + python3-packaging <!nocheck>, + python3-pandas <!nocheck>, + python3-treetime <!nocheck> Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/augur Vcs-Git: https://salsa.debian.org/med-team/augur.git @@ -20,10 +25,13 @@ Depends: ${python3:Depends}, python3-boto (>= 2.38.0), python3-cvxopt (>= 1.1.8), python3-dendropy, + python3-jsonschema, python3-matplotlib (>= 1.5.1), + python3-packaging, python3-pandas (>= 0.16.2), python3-schedule, python3-seaborn (>= 0.6.0), + python3-treetime, seqmagick, python3-ipdb # rethinkdb==1.13.0-2, ===================================== debian/rules ===================================== @@ -4,4 +4,4 @@ export LC_ALL=C.UTF-8 %: - dh $@ --with python3 + dh $@ --with python3 --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/med-team/augur/-/compare/c5344f9381c4a3f7879dc682c1b67f5a72ca3111...5fe032a043dfc88140a49ecab50f5401f122585c -- View it on GitLab: https://salsa.debian.org/med-team/augur/-/compare/c5344f9381c4a3f7879dc682c1b67f5a72ca3111...5fe032a043dfc88140a49ecab50f5401f122585c 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
