[med-svn] [parsnp] 01/01: Add two missing dependencies
Andreas Tille
tille at debian.org
Wed Apr 20 11:37:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository parsnp.
commit acf2f8608376f670cafb575ea1e6a9cefe31b679
Author: Andreas Tille <tille at debian.org>
Date: Wed Apr 20 13:37:26 2016 +0200
Add two missing dependencies
---
debian/control | 4 +++-
debian/rules | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index de4a905..f5c63cb 100644
--- a/debian/control
+++ b/debian/control
@@ -20,9 +20,11 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
+ python-numpy,
fasttree,
mummer,
- phipack
+ phipack,
+Recommends: python-dendropy
Description: rapid core genome multi-alignment
Parsnp was designed to align the core genome of hundreds to thousands of
bacterial genomes within a few minutes to few hours. Input can be both
diff --git a/debian/rules b/debian/rules
index 63bee6e..a1ac759 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@ --with autoreconf
+ dh $@ --with python2 --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --with-libmuscle=/usr/include/libMUSCLE-3.7
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/parsnp.git
More information about the debian-med-commit
mailing list