Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
debhelper-compat 12
· b88c27b1
Andreas Tille
authored
Jul 29, 2019
b88c27b1
Standards-Version: 4.4.0
· 4bda54df
Andreas Tille
authored
Jul 29, 2019
4bda54df
Add comment to single test that is permitted to fail, cleanup changelog
· f629f284
Andreas Tille
authored
Jul 29, 2019
f629f284
Upload to unstable
· fe183bcf
Andreas Tille
authored
Jul 29, 2019
fe183bcf
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
fe183bcf
aevol (5.0-3)
UNRELEASED
; urgency=medium
aevol (5.0-3)
unstable
; urgency=medium
* Team upload.
...
...
@@ -7,6 +7,8 @@ aevol (5.0-3) UNRELEASED; urgency=medium
[ Andreas Tille ]
* Add copyright for src/libaevol/SFMT-src-1.4
* debhelper-compat 12
* Standards-Version: 4.4.0
[ Saira Hussain ]
* Add autopkgtest
...
...
debian/compat
deleted
100644 → 0
View file @
7ac3ee52
11
debian/control
View file @
fe183bcf
...
...
@@ -3,13 +3,13 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: David Parsons <david.parsons@inria.fr>
Section: science
Priority: optional
Build-Depends: debhelper (
>
= 1
1~
),
Build-Depends: debhelper
-compat
(= 1
2
),
zlib1g-dev,
libx11-dev,
libboost-dev,
libboost-system-dev,
libboost-filesystem-dev
Standards-Version: 4.
2.1
Standards-Version: 4.
4.0
Vcs-Browser: https://salsa.debian.org/med-team/aevol
Vcs-Git: https://salsa.debian.org/med-team/aevol.git
Homepage: http://www.aevol.fr/
...
...
debian/tests/run-unit-tests
View file @
fe183bcf
...
...
@@ -119,6 +119,9 @@ done
for
mydir
in
$outdirsA
$outdirsB
$outdirsC
do
cd
$mydir
# FIXME: Added '|| true' since this test contains errors
# We want to see those errors in the test logs but
# it should not make the whole test fail
aevol_misc_lineage
||
true
cd
..
done
...
...