Skip to content
Commits on Source (5)
arden (1.0-5) UNRELEASED; urgency=medium
[ Jelmer Vernooij ]
* Use secure copyright file specification URI.
-- Jelmer Vernooij <jelmer@debian.org> Tue, 16 Oct 2018 22:13:51 +0000
[ Andreas Tille ]
* Use 2to3 to port to Python3
* debhelper-compat 12
* Standards-Version: 4.4.0
-- Andreas Tille <tille@debian.org> Fri, 13 Sep 2019 09:51:05 +0200
arden (1.0-4) unstable; urgency=medium
......
......@@ -3,10 +3,10 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper-compat (= 12),
dh-python,
python-all
Standards-Version: 4.1.5
python3-all
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/arden
Vcs-Git: https://salsa.debian.org/med-team/arden.git
Homepage: http://sourceforge.net/projects/arden/
......@@ -14,11 +14,11 @@ Homepage: http://sourceforge.net/projects/arden/
Package: arden
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-scipy,
python-numpy,
python-htseq,
python-matplotlib
${python3:Depends},
python3-scipy,
python3-numpy,
python3-htseq,
python3-matplotlib
Description: specificity control for read alignments using an artificial reference
ARDEN (Artificial Reference Driven Estimation of false positives in NGS
data) is a novel benchmark that estimates error rates based on real
......
This diff is collapsed.
......@@ -3,4 +3,4 @@
# DH_VERBOSE := 1
%:
dh $@ --with python2
dh $@ --with python3