Skip to content
Commits on Source (2)
cnvkit (0.9.6-2) UNRELEASED; urgency=medium
* Support more architectures (Closes: #942582)
-- Michael R. Crusoe <michael.crusoe@gmail.com> Tue, 12 Nov 2019 10:56:56 +0100
cnvkit (0.9.6-1) unstable; urgency=medium
* New upstream version
......
......@@ -30,7 +30,7 @@ Vcs-Git: https://salsa.debian.org/med-team/cnvkit.git
Homepage: http://cnvkit.readthedocs.org
Package: cnvkit
Architecture: amd64
Architecture: amd64 arm64 mips64el ppc64el
Depends: ${python3:Depends},
${misc:Depends},
r-bioc-dnacopy
......
......@@ -3,7 +3,7 @@ Description: command tries to create an output dir during tests, even if it
already exists, raising an error. Skip creation if already present
Author: Olivier Sallou <osallou@debian.org>
Bug: 925568
Forwaded: no
Forwarded: no
Last-Updated: 2019-03-27
Index: cnvkit/cnvlib/commands.py
===================================================================
......