[med-svn] [Git][med-team/phyx][master] Install Phyx_Gui
Andreas Tille
gitlab at salsa.debian.org
Wed Sep 11 21:34:50 BST 2019
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 <tille at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190911/800801e8/attachment-0001.html>
More information about the debian-med-commit
mailing list