Andreas Tille pushed to branch master at Debian Med / hyphy
Commits: 5648df15 by Andreas Tille at 2019-07-08T09:36:09Z Remove debugging code - - - - - f7e65865 by Andreas Tille at 2019-07-08T18:38:41Z Standards-Version: 4.3.1 - - - - - 04f1bd5d by Andreas Tille at 2019-07-08T18:39:10Z Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/tests/run-unit-tests Changes: ===================================== debian/changelog ===================================== @@ -1,10 +1,14 @@ -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 <[email protected]> Fri, 05 Jul 2019 13:45:06 +0000 hyphy (2.3.14+dfsg-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -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 ===================================== @@ -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 View it on GitLab: https://salsa.debian.org/med-team/hyphy/compare/24d38478f36ba51206a726def0463853361c5476...04f1bd5d52c3ebb717dbb50b9eb073ee7c71eb6c -- View it on GitLab: https://salsa.debian.org/med-team/hyphy/compare/24d38478f36ba51206a726def0463853361c5476...04f1bd5d52c3ebb717dbb50b9eb073ee7c71eb6c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
