Steffen Möller pushed to branch master at Debian Med / python-pbcore
Commits: 1b95b4b3 by Steffen Moeller at 2020-05-05T17:54:13+02:00 Cleaner clean - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,7 @@ python-pbcore (1.7.1+git20200430.a127b1e+dfsg-1) unstable; urgency=medium * Team upload. * New upstream version * Trim trailing whitespace (routine-update). + * d/rules: allow for repeated builds by fixing clean -- Steffen Moeller <[email protected]> Tue, 05 May 2020 17:43:06 +0200 ===================================== debian/rules ===================================== @@ -53,3 +53,8 @@ override_dh_installchangelogs: override_dh_auto_clean: rm -f doc/pbcore.data.datasets.rst doc/pbcore.io.align.rst doc/pbcore.io.dataset.pyxb.rst rm -fr coverage.xml .eggs/README.txt .pytest_cache + rm -rf .pybuild + rm -rf _tmp doc/_build/ + find . -name __pycache__ | xargs -r rm -rf + rm -f .coverage nosetests.xml + rm -rf pbcore.egg-info View it on GitLab: https://salsa.debian.org/med-team/python-pbcore/-/commit/1b95b4b3efd89e69a57f8bce07a5b4dca63de403 -- View it on GitLab: https://salsa.debian.org/med-team/python-pbcore/-/commit/1b95b4b3efd89e69a57f8bce07a5b4dca63de403 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
