Codebase list braceexpand / HEAD
Tidy package * Really remove braceexpand.egg-info during clean target. * Update copyright year. * List test files in debian/pybuild.testfiles instead of debian/rules. Edward Betts 1 year, 9 months ago
5 changed file(s) with 12 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
0 braceexpand (0.1.7-3) unstable; urgency=medium
1
2 * Really remove braceexpand.egg-info during clean target.
3 * Update copyright year.
4 * List test files in debian/pybuild.testfiles instead of debian/rules.
5
6 -- Edward Betts <edward@4angle.com> Mon, 01 Aug 2022 09:54:04 +0100
7
08 braceexpand (0.1.7-2) unstable; urgency=medium
19
210 * Fix FTBFS when running tests. (Closes: #1002416)
77 python3-all,
88 python3-setuptools
99 Rules-Requires-Root: no
10 Standards-Version: 4.6.0
10 Standards-Version: 4.6.1
1111 Homepage: https://github.com/trendels/braceexpand
1212 Vcs-Browser: https://salsa.debian.org/python-team/packages/braceexpand
1313 Vcs-Git: https://salsa.debian.org/python-team/packages/braceexpand.git
77 License: MIT
88
99 Files: debian/*
10 Copyright: 2018-2021, Edward Betts
10 Copyright: 2018-2022, Edward Betts
1111 License: MIT
1212
1313
0 test_braceexpand.py
33 %:
44 dh $@ --buildsystem=pybuild
55
6 override_dh_auto_test:
7 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
8 $(eval BUILD_DIR=$(shell pybuild --print '{build_dir}'))
9 for dir in $(BUILD_DIR); do \
10 cp -r test_braceexpand.py $$dir ; \
11 done
12 dh_auto_test
13 for dir in $(BUILD_DIR); do \
14 rm $$dir/test_braceexpand.py ; \
15 done
16 endif
17
186 override_dh_auto_clean:
197 dh_auto_clean
20 rm -rf braceexpand.egg-info
8 rm -rf src/braceexpand.egg-info