File: rules

package info (click to toggle)
python-asteval 0.9.28-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 280 kB
  • sloc: python: 1,964; makefile: 85
file content (15 lines) | stat: -rwxr-xr-x 359 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export PYBUILD_NAME=asteval
export PYBUILD_TEST_PYTEST=1

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_clean:
	rm -f ./asteval/version.py

execute_after_dh_auto_install:
	# Drop files related to python3-coverage
	rm -f debian/*/usr/lib/python3*/dist-packages/.coverage
	rm -f debian/*/usr/lib/python3*/dist-packages/coverage.xml