Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
4
Build-Depends: autoconf-archive
· fd85152f
Andreas Tille
authored
Aug 01, 2019
fd85152f
Remove debug code from autopkgtest
· 81487c8b
Andreas Tille
authored
Aug 01, 2019
81487c8b
Remove unneeded patch
· 54c5b1a7
Andreas Tille
authored
Aug 01, 2019
54c5b1a7
Upload to unstable
· 9c0f433e
Andreas Tille
authored
Aug 01, 2019
9c0f433e
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9c0f433e
aevol (5.0+ds-1)
UNRELEASED
; urgency=medium
aevol (5.0+ds-1)
unstable
; urgency=medium
* Team upload.
* Strip m4 files and once at stripping unnneded autogenerated files
from automake
Closes: #933628
* Build-Depends: libopenmpi-dev
* Build-Depends: autoconf-archive
* Remove debug code from autopkgtest
-- Andreas Tille <tille@debian.org> Thu, 01 Aug 2019
09:12:0
7 +0200
-- Andreas Tille <tille@debian.org> Thu, 01 Aug 2019
13:20:2
7 +0200
aevol (5.0-3) unstable; urgency=medium
...
...
debian/control
View file @
9c0f433e
...
...
@@ -9,7 +9,8 @@ Build-Depends: debhelper-compat (= 12),
libboost-dev,
libboost-system-dev,
libboost-filesystem-dev,
libopenmpi-dev
libopenmpi-dev,
autoconf-archive
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/aevol
Vcs-Git: https://salsa.debian.org/med-team/aevol.git
...
...
debian/patches/fix_autoconf.patch
deleted
100644 → 0
View file @
76ab556d
Description: Fow whatever reason this needs to be needed after removing ax_boost macros
Bug-Debian: https://bugs.debian.org/933628
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 01 Aug 2019 09:17:45 +0200
--- a/configure.ac
+++ b/configure.ac
@@ -44,11 +44,13 @@
AC_PROG_RANLIB
AC_OPENMP
AM_PROG_CC_C_O
+m4_pattern_allow([AC_MSG_ERROR])
+
# Print warning if openmp not found
AC_CHECK_HEADER([omp.h], , [AC_MSG_WARN([openmp not found - continuing without openmp support])])
# Check for boost
-AX_BOOST_BASE([1.55],, [AC_MSG_ERROR([boost not found, please check that you have boost installed on your system and retry])])
+AX_BOOST_BASE
AX_BOOST_SYSTEM
AX_BOOST_FILESYSTEM
debian/patches/series
deleted
100644 → 0
View file @
76ab556d
fix_autoconf.patch
debian/tests/run-unit-tests
View file @
9c0f433e
...
...
@@ -8,7 +8,7 @@ if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
# Double quote below to expand the temporary directory variable now versus
# later is on purpose.
# shellcheck disable=SC2064
#
trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
trap
"rm -rf
${
AUTOPKGTEST_TMP
}
"
0 INT QUIT ABRT PIPE TERM
fi
cp
/usr/share/doc/
${
pkg
}
/examples/
*
-a
"
${
AUTOPKGTEST_TMP
}
"
...
...
@@ -16,9 +16,6 @@ cp /usr/share/doc/${pkg}/examples/* -a "${AUTOPKGTEST_TMP}"
cd
"
${
AUTOPKGTEST_TMP
}
"
gunzip
-r
*
# Just for debugging
set
-x
# Run simulation
cd
workflow/wild_type
aevol_create
...
...
@@ -134,4 +131,3 @@ do
aevol_misc_ancestor_stats lineage-
*
.ae
-M
&
cd
..
done