[go: up one dir, main page]

File: rules

package info (click to toggle)
inflection 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 136 kB
  • ctags: 66
  • sloc: python: 559; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download
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 python2,python3 --buildsystem=pybuild --test-pytest

override_dh_installchangelogs:
	dh_installchangelogs CHANGES.rst