File: rules

package info (click to toggle)
inflection 0.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: python: 559; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

#export DH_VERBOSE=1
export PYBUILD_NAME=inflection
export PYBUILD_BEFORE_TEST=cp {dir}/test_inflection.py {build_dir}
export PYBUILD_AFTER_TEST=rm -f {build_dir}/test_inflection.py

%:
	dh $@ --with python3 --buildsystem=pybuild --test-pytest

override_dh_installchangelogs:
	dh_installchangelogs CHANGES.rst