Skip to content
Commits on Source (2)
cftime (1.0.3.4-2) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.3.0, no changes.
* Update dh_install override to use --list-missing.
* Add lintian overrides for file-references-package-build-path.
-- Bas Couwenberg <sebastic@debian.org> Tue, 25 Dec 2018 22:05:00 +0100
......
# Cannot easily be fixed
file-references-package-build-path *
# Cannot easily be fixed
file-references-package-build-path *
......@@ -12,7 +12,7 @@ export PYBUILD_TEST_PYTEST=1
dh $@ --with python2,python3 --buildsystem=pybuild --parallel
override_dh_install:
dh_install
dh_install --list-missing
$(RM) debian/*/usr/lib/python*/dist-packages/.coverage
......