Andreas Tille pushed to branch master at Debian Med / exonerate
Commits: 2970960b by Andreas Tille at 2019-01-06T21:02:08Z Point Vcs fields to salsa.debian.org - - - - - bf39ebbe by Andreas Tille at 2019-01-06T21:02:08Z Standards-Version: 4.3.0 - - - - - c7aac900 by Andreas Tille at 2019-01-06T21:02:34Z Respect DEB_BUILD_OPTIONS in override_dh_auto_test target - - - - - 52e14c70 by Andreas Tille at 2019-01-06T21:18:49Z Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,15 @@ -exonerate (2.4.0-4) UNRELEASED; urgency=medium +exonerate (2.4.0-4) unstable; urgency=medium + [ Jelmer Vernooij ] * Trim trailing whitespace. * Use secure copyright file specification URI. - -- Jelmer Vernooij <[email protected]> Sat, 20 Oct 2018 20:42:17 +0000 + [ Andreas Tille ] + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.3.0 + * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target + + -- Andreas Tille <[email protected]> Sun, 06 Jan 2019 22:02:34 +0100 exonerate (2.4.0-3) unstable; urgency=medium ===================================== debian/control ===================================== @@ -7,10 +7,10 @@ Section: science Priority: optional Build-Depends: debhelper (>= 11~), libglib2.0-dev, - libreadline-dev, -Standards-Version: 4.1.3 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/exonerate.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/exonerate.git + libreadline-dev +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/med-team/exonerate +Vcs-Git: https://salsa.debian.org/med-team/exonerate.git Homepage: https://www.ebi.ac.uk/about/vertebrate-genomics/software/exonerate Package: exonerate ===================================== debian/rules ===================================== @@ -20,7 +20,9 @@ override_dh_auto_clean: rm -rf codegen override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) $(MAKE) -C test check +endif override_dh_installchangelogs: dh_installchangelogs -k ChangeLog View it on GitLab: https://salsa.debian.org/med-team/exonerate/compare/c35823e757779476eb1177648d9858f972c4daa4...52e14c7022fc803bf282431475b9f658873a59f3 -- View it on GitLab: https://salsa.debian.org/med-team/exonerate/compare/c35823e757779476eb1177648d9858f972c4daa4...52e14c7022fc803bf282431475b9f658873a59f3 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
