[med-svn] [stacks] 05/05: Add Python depencency since new tool in Python was included by upstream
Andreas Tille
tille at debian.org
Thu May 19 11:34:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository stacks.
commit c0ff32a5b0fb74e6f8c19be1183d0059fa75a9cc
Author: Andreas Tille <tille at debian.org>
Date: Thu May 19 13:21:50 2016 +0200
Add Python depencency since new tool in Python was included by upstream
---
debian/control | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index d8fcef1..bba7ccc 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
+ python,
zlib1g-dev,
libbam-dev,
libsparsehash-dev (>= 2.0),
@@ -18,6 +19,7 @@ Package: stacks
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
+ ${python:Depends},
samtools,
libdbi-perl
Recommends: libspreadsheet-writeexcel-perl
diff --git a/debian/rules b/debian/rules
index f299ca6..609d49d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@
+ dh $@ --with python2
# override_dh_auto_install:
# dh_auto_install --destdir=debian/tmp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/stacks.git
More information about the debian-med-commit
mailing list