File: rules

package info (click to toggle)
pyuca 1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 177,356 kB
  • sloc: python: 516; makefile: 9; sh: 2
file content (15 lines) | stat: -rwxr-xr-x 356 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
#export DH_VERBOSE=1
#export DEB_BUILD_OPTIONS=nocheck
export PYBUILD_NAME=pyuca

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

override_dh_auto_test:
	PYBUILD_SYSTEM=custom \
	PYBUILD_TEST_ARGS="{interpreter} test.py && LC_ALL=C.UTF-8 {interpreter} full_test.py" \
	dh_auto_test

override_dh_installdocs:
	dh_installdocs -A README.md