Skip to content
Commits on Source (5)
Source: galaxy-lib
Maintainer: Michael R. Crusoe <michael.crusoe@gmail.com>
Section: python
Priority: optional
Maintainer: Michael R. Crusoe <michael.crusoe@gmail.com>
Build-Depends: debhelper (>= 9), dh-python,
Build-Depends: debhelper (>= 10),
dh-python,
python-all,
python-docutils,
python-setuptools,
......@@ -12,13 +13,16 @@ Build-Depends: debhelper (>= 9), dh-python,
python3-docutils,
python3-setuptools,
python3-six (>= 1.9.0),
python3-yaml,
python3-yaml
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/med-team/galaxy-lib
Vcs-Git: https://salsa.debian.org/med-team/galaxy-lib.git
Homepage: https://github.com/galaxyproject/galaxy-lib
Package: python-galaxy-lib
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
Depends: ${misc:Depends},
${python:Depends}
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: Subset of Galaxy workflow platform's core code base - Python 2.X
......@@ -31,10 +35,10 @@ Description: Subset of Galaxy workflow platform's core code base - Python 2.X
.
This is the Python 2.x version.
Package: python3-galaxy-lib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Depends: ${misc:Depends},
${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Subset of Galaxy core code base designed to be used
......