Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
DEP3
· 58c5e11d
Andreas Tille
authored
May 01, 2018
58c5e11d
Standards-Version: 4.1.4
· 65efc6bd
Andreas Tille
authored
May 01, 2018
65efc6bd
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
65efc6bd
libbpp-phyl (2.4.0-2) UNRELEASED; urgency=medium
[ Julien Dutheil ]
* Increases likelihood test tolerance.
[ Andreas Tille ]
* Standards-Version: 4.1.4
-- Julien Dutheil <julien.dutheil@univ-montp2.fr> Mon, 30 Apr 2018 16:58:46 +0200
libbpp-phyl (2.4.0-1) unstable; urgency=medium
...
...
debian/control
View file @
65efc6bd
...
...
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 11~),
cmake,
d-shlibs (>= 0.82),
libbpp-seq-dev (>= 2.4.0)
Standards-Version: 4.1.
3
Standards-Version: 4.1.
4
Vcs-Browser: https://salsa.debian.org/med-team/libbpp-phyl
Vcs-Git: https://salsa.debian.org/med-team/libbpp-phyl.git
Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
...
...
debian/patches/increase_test_tolerance.patch
View file @
65efc6bd
Author: Julien Y. Dutheil
Last-Update: 2018-04-30 17:48:26 +0200
Description: By increasing tolerance of test boundaries the package should
build on all architectures
diff --git a/test/test_likelihood_nh.cpp b/test/test_likelihood_nh.cpp
index b4cd485..b8358d1 100644
--- a/test/test_likelihood_nh.cpp
...
...