Andreas Tille pushed to branch master at Debian Med / srst2
Commits: 8ee06e83 by Andreas Tille at 2018-10-24T19:20:48Z Respect DEB_BUILD_OPTIONS in override_dh_auto_test - - - - - 9f3dbfb5 by Andreas Tille at 2018-10-24T19:21:06Z debhelper 11 - - - - - ab5fe5d4 by Andreas Tille at 2018-10-24T19:22:26Z Point Vcs fields to salsa.debian.org - - - - - 24bd9014 by Andreas Tille at 2018-10-24T19:22:26Z Standards-Version: 4.2.1 - - - - - d65eb5f2 by Andreas Tille at 2018-10-24T19:24:38Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +srst2 (0.2.0-6) unstable; urgency=medium + + * Respect DEB_BUILD_OPTIONS in override_dh_auto_test + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.2.1 + + -- Andreas Tille <[email protected]> Wed, 24 Oct 2018 21:22:27 +0200 + srst2 (0.2.0-5) unstable; urgency=medium * Moved packaging from SVN to Git ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11~), dh-python, python-all, python-setuptools, @@ -13,9 +13,9 @@ Build-Depends: debhelper (>= 10), python-scipy, bowtie2, samtools -Standards-Version: 4.1.1 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/srst2.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/srst2.git +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/med-team/srst2 +Vcs-Git: https://salsa.debian.org/med-team/srst2.git Homepage: https://katholt.github.io/srst2/ Package: srst2 ===================================== debian/rules ===================================== @@ -30,7 +30,9 @@ override_dh_fixperms: done override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) cd tests && python test_slurm_srst2.py && python test_srst2.py +endif override_dh_installdocs: dh_installdocs View it on GitLab: https://salsa.debian.org/med-team/srst2/compare/b453e908036bee363a23dce3f579c662ff3fcae2...d65eb5f27bbce31cd75f7e858c9e72dd7cc8cb9a -- View it on GitLab: https://salsa.debian.org/med-team/srst2/compare/b453e908036bee363a23dce3f579c662ff3fcae2...d65eb5f27bbce31cd75f7e858c9e72dd7cc8cb9a 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
