Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Remove ancient field X-Python-Version
· 3abfe39b
Andreas Tille
authored
Oct 23, 2018
3abfe39b
debhelper 11
· c1605712
Andreas Tille
authored
Oct 23, 2018
c1605712
Standards-Version: 4.2.1
· 4d163b7e
Andreas Tille
authored
Oct 23, 2018
4d163b7e
Spelling
· fd65d06d
Andreas Tille
authored
Oct 23, 2018
fd65d06d
s/python-sphinx/python3-sphinx/
· 398fafa9
Andreas Tille
authored
Oct 23, 2018
398fafa9
Upload to unstable
· 116d91b2
Andreas Tille
authored
Oct 23, 2018
116d91b2
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
116d91b2
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
...
...
debian/compat
View file @
116d91b2
1
0
1
1
debian/control
View file @
116d91b2
...
...
@@ -5,19 +5,18 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Tim Booth <tbooth@ceh.ac.uk>
Section: python
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
python,
python-cogent (>= 1.5.3),
python-sphinx,
python
3
-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
...
...
debian/patches/avoid_python-mpi4py_missing_warning.patch
View file @
116d91b2
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 occur
r
ing 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
...
...