[med-svn] [microbegps] 01/03: Wait for upstream to apply 2to3 patch and stick to Python 2 for the moment
Andreas Tille
tille at debian.org
Tue Sep 22 08:39:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository microbegps.
commit 71d7ce30bd7773902c0df8328de666d9c70d53ed
Author: Andreas Tille <tille at debian.org>
Date: Mon Sep 21 23:05:09 2015 +0200
Wait for upstream to apply 2to3 patch and stick to Python 2 for the moment
---
debian/changelog | 1 +
debian/control | 12 ++++++------
debian/patches/series | 2 +-
debian/rules | 2 +-
4 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 86c5cd8..67d265f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
microbegps (1.0.0-2) UNRELEASED; urgency=medium
* Move packaging to Git
+ * Wait for upstream to apply 2to3 patch and stick to Python 2 for the moment
-- Andreas Tille <tille at debian.org> Mon, 21 Sep 2015 20:17:46 +0200
diff --git a/debian/control b/debian/control
index f1bd30a..eae5cd2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
- python3,
- python3-setuptools,
- python3-pyqt4
+ python,
+ python-setuptools,
+ python-qt4
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/microbegps.git
Vcs-Git: git://anonscm.debian.org/debian-med/microbegps.git
@@ -16,9 +16,9 @@ Homepage: http://sourceforge.net/projects/microbegps/
Package: microbegps
Architecture: any
Depends: ${misc:Depends},
- ${python3:Depends},
- python3-matplotlib-venn,
- python3-pyqt4
+ ${python:Depends},
+ python-matplotlib-venn,
+ python-qt4
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/patches/series b/debian/patches/series
index 998d10f..78daec3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-2to3.patch
+# 2to3.patch
diff --git a/debian/rules b/debian/rules
index 12c5036..f76d975 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,5 @@ export DH_VERBOSE := 1
export PYBUILD_NAME=microbegps
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --with python2 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/microbegps.git
More information about the debian-med-commit
mailing list