[med-svn] [Git][med-team/lefse][master] 2 commits: Convert python2 files to python3
Shayan Doust
gitlab at salsa.debian.org
Fri Sep 6 15:11:11 BST 2019
Shayan Doust pushed to branch master at Debian Med / lefse
Commits:
c6b631ec by Shayan Doust at 2019-09-06T03:58:14Z
Convert python2 files to python3
- - - - -
e0d3d271 by Shayan Doust at 2019-09-06T04:12:20Z
Depends now on python3-* not python2-*
- - - - -
4 changed files:
- debian/control
- + debian/patches/2to3.patch
- + debian/patches/series
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
- python-all,
+ python3-all,
dh-python
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/med-team/lefse
@@ -13,7 +13,7 @@ Homepage: https://bitbucket.org/biobakery/biobakery/wiki/lefse
Package: lefse
Architecture: all
-Depends: ${python:Depends},
+Depends: ${python3:Depends},
${misc:Depends}
Description: determine features of organisms, clades, taxonomic units, genes
LEfSe (Linear discriminant analysis Effect Size) determines the features
=====================================
debian/patches/2to3.patch
=====================================
The diff for this file was not included because it is too large.
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+2to3.patch
=====================================
debian/rules
=====================================
@@ -4,7 +4,7 @@
DESTDIR=debian/lefse/usr/share/lefse
%:
- dh $@ --with python2
+ dh $@ --with python3
override_dh_auto_install:
mkdir -p $(DESTDIR)
View it on GitLab: https://salsa.debian.org/med-team/lefse/compare/4642c15923c3b91f60642e0a49ca8e2c57f041bc...e0d3d271b637d33eac11f28a6b3bde6bb1262969
--
View it on GitLab: https://salsa.debian.org/med-team/lefse/compare/4642c15923c3b91f60642e0a49ca8e2c57f041bc...e0d3d271b637d33eac11f28a6b3bde6bb1262969
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190906/1ca8a0a4/attachment.html>
More information about the debian-med-commit
mailing list