Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Update d/changelog
· cd3a824b
Dylan Aïssi
authored
Oct 22, 2018
cd3a824b
Add python3-pandas and python3-jsonschema to build-dep
· 574e68d1
Dylan Aïssi
authored
Oct 24, 2018
574e68d1
Bump Standards-Version: 4.2.1
· 391111f6
Dylan Aïssi
authored
Oct 24, 2018
391111f6
Sort depends
· 3a4b0ae5
Dylan Aïssi
authored
Oct 24, 2018
3a4b0ae5
Upload to unstable
· d4aa931f
Dylan Aïssi
authored
Oct 24, 2018
d4aa931f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d4aa931f
snakemake (5.3.0-1) unstable; urgency=medium
* Team upload.
* New upstream version
New build-dep: python3-pandas and python3-jsonschema
* Standards-Version: 4.2.1
-- Dylan Aïssi <daissi@debian.org> Wed, 24 Oct 2018 07:59:34 +0200
snakemake (5.2.1-1) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
d4aa931f
...
...
@@ -5,14 +5,18 @@ Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-python,
ca-certificates,
python3,
python3-boto,
python3-configargparse,
python3-datrie,
python3-jsonschema,
python3-networkx,
python3-nose,
python3-pandas,
python3-psutil,
python3-pygraphviz,
python3-pytest,
python3-pytools,
python3-ratelimiter,
python3-recommonmark,
...
...
@@ -20,13 +24,11 @@ Build-Depends: debhelper (>= 11~),
python3-setuptools,
python3-sphinx,
python3-sphinx-bootstrap-theme,
python3-sphinx-rtd-theme,
python3-wrapt,
python3-yaml,
python3-sphinx-rtd-theme,
python3-pytest,
ca-certificates,
r-cran-rmarkdown
Standards-Version: 4.
1.5
Standards-Version: 4.
2.1
Vcs-Browser: https://salsa.debian.org/med-team/snakemake
Vcs-Git: https://salsa.debian.org/med-team/snakemake.git
Homepage: https://bitbucket.org/snakemake/snakemake
...
...
@@ -36,8 +38,11 @@ Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
python3-docutils,
ca-certificates,
libjs-d3,
libjs-mathjax,
python3-datrie,
python3-docutils,
python3-networkx,
python3-psutil,
python3-pygraphviz,
...
...
@@ -47,10 +52,7 @@ Depends: ${misc:Depends},
python3-rpy2,
python3-setuptools,
python3-wrapt,
python3-yaml,
libjs-mathjax,
libjs-d3,
ca-certificates
python3-yaml
Recommends: python3-boto,
r-cran-rmarkdown
Description: pythonic workflow management system
...
...