Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Convert python2 files to python3
· c6b631ec
Shayan Doust
authored
Sep 06, 2019
c6b631ec
Depends now on python3-* not python2-*
· e0d3d271
Shayan Doust
authored
Sep 06, 2019
e0d3d271
Expand all
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
e0d3d271
...
...
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
python-all,
python
3
-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: ${python
3
: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
0 → 100644
View file @
e0d3d271
This diff is collapsed.
Click to expand it.
debian/patches/series
0 → 100644
View file @
e0d3d271
2to3.patch
debian/rules
View file @
e0d3d271
...
...
@@ -4,7 +4,7 @@
DESTDIR=debian/lefse/usr/share/lefse
%:
dh $@ --with python
2
dh $@ --with python
3
override_dh_auto_install:
mkdir -p $(DESTDIR)
...
...