This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-dendropy.
commit 6b35074a6bf283852124eebc0c53a242985ab48c Author: Andreas Tille <[email protected]> Date: Wed Jun 24 14:05:52 2015 +0200 Make sure both python packages (for 2 and 3) can be installed at the same time (hackish, needs enhancement) --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index ba50850..eea0d86 100755 --- a/debian/rules +++ b/debian/rules @@ -19,3 +19,8 @@ else dh_auto_test rm -rf dendropy/test/data endif + +override_dh_install: + dh_install + ## FIXME: This needs to be clarified with python modules team + mv debian/python3-$(PYBUILD_NAME)/usr/bin/sumtrees.py debian/python3-$(PYBUILD_NAME)/usr/bin/sumtrees3.py -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-dendropy.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
