Skip to content
Commits on Source (6)
pynast (1.2.2-4) UNRELEASED; urgency=medium
pynast (1.2.2-4) unstable; urgency=medium
* Point Vcs-URLs to Salsa
* Remove ancient field X-Python-Version
* debhelper 11
* Standards-Version: 4.2.1
* s/python-sphinx/python3-sphinx/
-- Andreas Tille <tille@debian.org> Mon, 02 Apr 2018 23:14:11 +0200
-- Andreas Tille <tille@debian.org> Tue, 23 Oct 2018 22:53:55 +0200
pynast (1.2.2-3) unstable; urgency=medium
......
......@@ -5,19 +5,18 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Tim Booth <tbooth@ceh.ac.uk>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
python,
python-cogent (>= 1.5.3),
python-sphinx,
python3-sphinx,
blast2,
clustalw,
mafft,
muscle
Standards-Version: 4.1.1
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/pynast
Vcs-Git: https://salsa.debian.org/med-team/pynast.git
Homepage: https://github.com/biocore/pynast
X-Python-Version: >= 2.5
Package: pynast
Architecture: all
......
Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 11 Aug 2014 16:33:56 +0200
Description: Since we are not building with python-mpi4py (there is other
trouble occuring with this as Build-Depends) we need to strip the warning
trouble occurring with this as Build-Depends) we need to strip the warning
from script output to make the test successfully passing
--- a/tests/all_tests.py
......