This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository gubbins.
commit a2332c826f8821751455b0b974e0a9ad3141236d Author: Andreas Tille <[email protected]> Date: Thu Nov 19 11:47:59 2015 +0100 Add python3 Build-Depends --- debian/control | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 7004b1f..f483f34 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 9), python3-setuptools, zlib1g-dev, check, + python3, python3-biopython, python3-dendropy, python3-reportlab, diff --git a/debian/rules b/debian/rules index 5cd9441..ae312c2 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with autoreconf + dh $@ --with autoreconf --with python3 override_dh_clean: dh_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gubbins.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
