Andreas Tille pushed to branch master at Debian Med / phyx
Commits: 14cbc52c by Andreas Tille at 2019-09-11T20:33:09Z Install Phyx_Gui - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,10 @@ -phyx (0.999+ds-2) UNRELEASED; urgency=medium +phyx (0.999+ds-3) UNRELEASED; urgency=medium + + * Install Phyx_Gui + + -- Andreas Tille <[email protected]> Wed, 11 Sep 2019 22:17:54 +0200 + +phyx (0.999+ds-2) unstable; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -18,7 +18,8 @@ Homepage: https://github.com/FePhyFoFum/phyx Package: phyx Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, + python3 Description: UNIX-style phylogenetic analyses on trees and sequences phyx provides a convenient, lightweight and inclusive toolkit consisting of programs spanning the wide breadth of programs utilized by researchers ===================================== debian/rules ===================================== @@ -16,6 +16,8 @@ endif override_dh_auto_install: mkdir -p $(CURDIR)/debian/$(DEB_SOURCE)/usr/bin dh_auto_install -- prefix=$(CURDIR)/debian/$(DEB_SOURCE)/usr + echo "#!/usr/bin/python3" > $(CURDIR)/debian/$(DEB_SOURCE)/usr/bin/Phyx_Gui + cat src/Phyx_Gui.py >> $(CURDIR)/debian/$(DEB_SOURCE)/usr/bin/Phyx_Gui override_dh_compress: dh_compress --exclude=.pdf View it on GitLab: https://salsa.debian.org/med-team/phyx/commit/14cbc52c27bf881433cb8f4fa779167b6f4661cb -- View it on GitLab: https://salsa.debian.org/med-team/phyx/commit/14cbc52c27bf881433cb8f4fa779167b6f4661cb 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
