This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository microbegps.
commit 43bd4f4d63db930720e86b21d5b668ccc5b069fd Author: Andreas Tille <[email protected]> Date: Mon May 4 15:19:56 2015 +0000 Missing Dependency: matplotlib_venn --- debian/changelog | 1 + debian/control | 8 ++++++-- debian/rules | 21 +++------------------ 3 files changed, 10 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index f0b5f68..ed0a71f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ microbegps (1.0.0-1) UNRELEASED; urgency=low * Initial release (Closes: #<bug>) + TODO: matplotlib_venn -- Andreas Tille <[email protected]> Mon, 04 May 2015 10:18:29 +0200 diff --git a/debian/control b/debian/control index 6a04d4b..2ba6054 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,11 @@ Section: science Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 9), + dh-python, + python, + python-setuptools, + python-qt4 Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/microbegps/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/microbegps/trunk/ @@ -11,7 +15,7 @@ Homepage: http://sourceforge.net/projects/microbegps/ Package: microbegps Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${python:Depends}, ${misc:Depends} Description: Explorative Taxonomic Profiling Tool for Metagenomic Data MicrobeGPS is a bioinformatics tool for the analysis of metagenomic sequencing data. The goal is to profile the composition of metagenomic diff --git a/debian/rules b/debian/rules index 58ec00b..f76d975 100755 --- a/debian/rules +++ b/debian/rules @@ -1,23 +1,8 @@ #!/usr/bin/make -f -# DH_VERBOSE := 1 - -# some helpful variables - uncomment them if needed -# shamelessly stolen from http://jmtd.net/log/awk/ -#DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}') -#VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//') -#DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}') -#DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') -#DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf) -#GIT_TAG := $(subst ~,_,$(VERSION)) - -# alternatively to manually set those variables you can -# include /usr/share/cdbs/1/rules/buildvars.mk -# and use what is set there. Any hint whether dh might set variables in -# a similar manner are welcome. +export DH_VERBOSE := 1 +export PYBUILD_NAME=microbegps %: - dh $@ + dh $@ --with python2 --buildsystem=pybuild -#get-orig-source: -# . debian/get-orig-source -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/microbegps.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
