[med-svn] r19131 - trunk/packages/microbegps/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Mon May 4 15:19:57 UTC 2015


Author: tille
Date: 2015-05-04 15:19:56 +0000 (Mon, 04 May 2015)
New Revision: 19131

Modified:
   trunk/packages/microbegps/trunk/debian/changelog
   trunk/packages/microbegps/trunk/debian/control
   trunk/packages/microbegps/trunk/debian/rules
Log:
Missing Dependency: matplotlib_venn


Modified: trunk/packages/microbegps/trunk/debian/changelog
===================================================================
--- trunk/packages/microbegps/trunk/debian/changelog	2015-05-04 08:19:09 UTC (rev 19130)
+++ trunk/packages/microbegps/trunk/debian/changelog	2015-05-04 15:19:56 UTC (rev 19131)
@@ -1,5 +1,6 @@
 microbegps (1.0.0-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #<bug>)
+    TODO: matplotlib_venn
 
  -- Andreas Tille <tille at debian.org>  Mon, 04 May 2015 10:18:29 +0200

Modified: trunk/packages/microbegps/trunk/debian/control
===================================================================
--- trunk/packages/microbegps/trunk/debian/control	2015-05-04 08:19:09 UTC (rev 19130)
+++ trunk/packages/microbegps/trunk/debian/control	2015-05-04 15:19:56 UTC (rev 19131)
@@ -3,7 +3,11 @@
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>
-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 @@
 
 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

Modified: trunk/packages/microbegps/trunk/debian/rules
===================================================================
--- trunk/packages/microbegps/trunk/debian/rules	2015-05-04 08:19:09 UTC (rev 19130)
+++ trunk/packages/microbegps/trunk/debian/rules	2015-05-04 15:19:56 UTC (rev 19131)
@@ -1,23 +1,8 @@
 #!/usr/bin/make -f
 
-# DH_VERBOSE := 1
+export DH_VERBOSE := 1
+export PYBUILD_NAME=microbegps
 
-# 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.
-
 %:
-	dh $@
+	dh $@ --with python2 --buildsystem=pybuild
 
-#get-orig-source:
-#	. debian/get-orig-source




More information about the debian-med-commit mailing list