Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Remove debugging code
· 5648df15
Andreas Tille
authored
Jul 08, 2019
5648df15
Standards-Version: 4.3.1
· f7e65865
Andreas Tille
authored
Jul 08, 2019
f7e65865
Upload to unstable
· 04f1bd5d
Andreas Tille
authored
Jul 08, 2019
04f1bd5d
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
04f1bd5d
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
...
...
debian/control
View file @
04f1bd5d
...
...
@@ -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/
...
...
debian/tests/run-unit-tests
View file @
04f1bd5d
...
...
@@ -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
...
...