Codebase list python-pauvre / 4143a86
d/rules: cleanup build time test data Etienne Mollier 3 years ago
2 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 * Team upload
33 * Added (build-)dependency on python3-tk (Closes: #962698)
4 * Cleanup test data after build time tests; this reduces the weight of the
5 python3-pauvre package, and improve reproducible builds.
46
57 -- Etienne Mollier <etienne.mollier@mailoo.org> Wed, 08 Jul 2020 16:41:57 +0200
68
1515 "$${PYBUILDDIR}/pauvre/tests/testdata" \
1616 && BUILDDIR="$${PYBUILDDIR}" PATH="$(CURDIR)/debian/bin:$$PATH" \
1717 dh_auto_test \
18 && rm "$${PYBUILDDIR}/input"
18 && rm "$${PYBUILDDIR}/input" \
19 && rm -r "$${PYBUILDDIR}/pauvre/tests/testdata" \
20 "$${PYBUILDDIR}/pauvre/tests/testresults"
1921 endif
2022
2123 override_dh_installexamples: