Skip to content
Commits on Source (3)
hyphy (2.3.14+dfsg-2) UNRELEASED; urgency=medium
hyphy (2.3.14+dfsg-2) unstable; urgency=medium
[ Saira Hussain ]
* Team upload.
* Add unit test description file
* Add the SimpleAnalyses suite for testing
* Add control file for AUTOPKGTESTS
[ Andreas Tille ]
* Standards-Version: 4.3.1
-- Saira Hussain <saira.0213@zoho.com> Fri, 05 Jul 2019 13:45:06 +0000
hyphy (2.3.14+dfsg-1) unstable; urgency=medium
......
......@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 11~),
libcurl4-gnutls-dev | libcurl4-dev,
libssl-dev,
libsqlite3-dev
Standards-Version: 4.2.1
Standards-Version: 4.3.1
Vcs-Browser: https://salsa.debian.org/med-team/hyphy
Vcs-Git: https://salsa.debian.org/med-team/hyphy.git
Homepage: http://hyphy.org/
......
......@@ -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
for D in /usr/share/doc/${pkg}/examples/*; do if [ -d "${D}" ]; then cp -a ${D}/* "${AUTOPKGTEST_TMP}"; fi; done
......@@ -24,7 +24,7 @@ rm -f ReplicateConstraint3.bf F81K81uf_relratio.bf definitions.bf definitions+ML
rm -f MolecularClockHKY85.bf MolecularClockF81.bf RelativeRatePBS.bf ParametricBootstrap.bf
# Just for debugging
set -x
# set -x
for i in *.bf; do
[ -f "$i" ] || break
......