File: rules

package info (click to toggle)
wokkel 18.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,356 kB
  • sloc: python: 11,753; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_TEST_CUSTOM := 1
export PYBUILD_TEST_ARGS := {interpreter} -m unittest discover -v test

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

override_dh_installchangelogs:
	dh_installchangelogs NEWS.rst