File: rules

package info (click to toggle)
wcwidth 0.2.14%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 808 kB
  • sloc: python: 1,567; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=wcwidth
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/htmlcov

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_auto_build:
	python3 bin/update-tables.py --no-check-last-modified