[med-svn] [phyml] 03/07: Add missing Depends: openmpi-bin
Andreas Tille
tille at debian.org
Wed Jul 20 09:43:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository phyml.
commit 2df3d9312c37524fbd603c3b8f618d04e079e118
Author: Andreas Tille <tille at debian.org>
Date: Wed Jul 20 09:29:18 2016 +0200
Add missing Depends: openmpi-bin
---
debian/changelog | 3 +++
debian/control | 3 ++-
debian/rules | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2c5d76a..feaabd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ phyml (3:3.2.0+dfsg-3) UNRELEASED; urgency=medium
[ Canberk Koç ]
* autopkgtest added
+ [ Andreas Tille ]
+ * Add missing Depends: openmpi-bin
+
-- Canberk Koç <canberkkoc at gmail.com> Wed, 20 Jul 2016 03:01:14 +0300
phyml (3:3.2.0+dfsg-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index c15d69d..bfc6767 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,8 @@ Homepage: http://www.atgc-montpellier.fr/phyml
Package: phyml
Architecture: any
Depends: ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ openmpi-bin
Description: Phylogenetic estimation using Maximum Likelihood
PhyML is a software that estimates maximum likelihood phylogenies from
alignments of nucleotide or amino acid sequences. It provides a wide
diff --git a/debian/rules b/debian/rules
index 361c0b8..fa42017 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ override_dh_auto_build:
override_dh_auto_install:
dh_auto_install
# install phyml binary we have kept safe above
- mv $(CURDIR)/debian/bin/* $(CURDIR)/debian/phyml/usr/bin
+ mv $(CURDIR)/debian/bin/* $(CURDIR)/debian/phyml/usr/lib/phyml/bin
override_dh_auto_clean:
# save pdf from cleaning
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/phyml.git
More information about the debian-med-commit
mailing list