Juhani Numminen pushed to branch master at Debian Med / freebayes
Commits: 46ae24d8 by Juhani Numminen at 2021-01-20T16:17:01+02:00 Fix FTBFS caused by too quick timeouts for tests - - - - - 20c70a35 by Juhani Numminen at 2021-01-20T16:19:38+02:00 Add release notes to installed documentation - - - - - 2d3f8da1 by Juhani Numminen at 2021-01-20T16:42:33+02:00 Update libraries.patch header to link to a related pull request - - - - - 4 changed files: - debian/changelog - debian/docs - debian/patches/libraries.patch - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +freebayes (1.3.3-2) unstable; urgency=medium + + * Team upload + * Fix FTBFS caused by too quick timeouts for tests + * Add release notes to installed documentation + * Update libraries.patch header to link to a related pull request + + -- Juhani Numminen <[email protected]> Wed, 20 Jan 2021 15:57:11 +0200 + freebayes (1.3.3-1) unstable; urgency=medium * Team upload. ===================================== debian/docs ===================================== @@ -1,4 +1,5 @@ README.md +RELEASE-NOTES.md debian/README.test debian/tests/run-unit-test -debian/tests/data/README* \ No newline at end of file +debian/tests/data/README* ===================================== debian/patches/libraries.patch ===================================== @@ -1,3 +1,8 @@ +Description: Do not build dependencies if they are found to be installed +Author: Juhani Numminen <[email protected]> +Forwarded: https://github.com/freebayes/freebayes/pull/670 +Last-Update: Wed, 20 Jan 2021 16:38:34 +0200 + --- a/meson.build +++ b/meson.build @@ -11,6 +11,9 @@ ===================================== debian/rules ===================================== @@ -12,7 +12,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) mkdir -p test/test-simple-bash ln -s -t test/test-simple-bash $(CURDIR)/debian/test-simple-bash/* - dh_auto_test -- -v + dh_auto_test -- -v --timeout-multiplier 100 rm test/bash-tap/* rm test/test-simple-bash/* View it on GitLab: https://salsa.debian.org/med-team/freebayes/-/compare/f7e65bb2cf4f47ff8f062844d1d88f173fe96f30...2d3f8da10e24e7a57382ec40741ab72c7c397185 -- View it on GitLab: https://salsa.debian.org/med-team/freebayes/-/compare/f7e65bb2cf4f47ff8f062844d1d88f173fe96f30...2d3f8da10e24e7a57382ec40741ab72c7c397185 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
