Andreas Tille pushed to branch master at Debian Med / kineticstools
Commits: 6b6c3012 by Andreas Tille at 2020-04-19T13:03:10+02:00 routine-update: DEB_BUILD_OPTIONS allow override_dh_auto_test - - - - - e8691a76 by Andreas Tille at 2020-04-19T13:08:11+02:00 Merge changelog entries, close bug - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,17 +1,6 @@ kineticstools (0.6.1+git20200325.3558942-1) UNRELEASED; urgency=medium - * Team upload. - * New upstream version - * Transitioned from Python 2 to 3 - * Many thanks go to upstream for reacting quickly to their desynced - source tree (https://github.com/PacificBiosciences/kineticsTools/issues/72) - * Reported spelling erors on - (https://github.com/PacificBiosciences/kineticsTools/pull/73) - - -- Steffen Moeller <[email protected]> Thu, 26 Mar 2020 03:08:36 +0100 - -kineticstools (0.6.1+git20190618.0ac41a0-1) unstable; urgency=medium - + [ Steffen Moeller ] * Team upload. * New upstream version * d/control @@ -29,8 +18,18 @@ kineticstools (0.6.1+git20190618.0ac41a0-1) unstable; urgency=medium * Drop deprecated restriction . See https://salsa.debian.org/ci- team/autopkgtest/tree/master/doc/README.package-tests.rst * d/rules now cleans .python_cache + * Transitioned from Python 2 to 3 + Closes: #936797 + * Many thanks go to upstream for reacting quickly to their desynced + source tree (https://github.com/PacificBiosciences/kineticsTools/issues/72) + * Reported spelling erors on + (https://github.com/PacificBiosciences/kineticsTools/pull/73) + + [ Andreas Tille ] + * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine- + update) - -- Steffen Moeller <[email protected]> Sat, 21 Mar 2020 19:30:11 +0100 + -- Steffen Moeller <[email protected]> Sun, 19 Apr 2020 13:03:11 +0200 kineticstools (0.6.1+git20180425.27a1878-2) unstable; urgency=medium ===================================== debian/control ===================================== @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 12), python3-setuptools, python3-docutils, python3-pbcore, - python3-pbcommand (>= 1.1.1+git20200313.2a40099-1), + python3-pbcommand, python3-numpy, python3-h5py, python3-scipy, ===================================== debian/rules ===================================== @@ -37,6 +37,8 @@ override_dh_auto_clean: rm -f bin/ipdSummary override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) cp kineticsTools/ipdSummary.py bin/ipdSummary chmod +x bin/ipdSummary PYTHONPATH=$(CURDIR) PATH=$$PATH:$(CURDIR)/bin dh_auto_test +endif View it on GitLab: https://salsa.debian.org/med-team/kineticstools/-/compare/07f28978d58daea2b687ffa8ccaa51b51e8273a3...e8691a76c0f3f5bc33e81fe351b60f1fbbe4f89d -- View it on GitLab: https://salsa.debian.org/med-team/kineticstools/-/compare/07f28978d58daea2b687ffa8ccaa51b51e8273a3...e8691a76c0f3f5bc33e81fe351b60f1fbbe4f89d 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
