File: rules

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

export PYBUILD_DESTDIR_python3=debian/python3-speaklater

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

override_dh_auto_test:
	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS='set -ex && {interpreter} -m doctest -v {build_dir}/speaklater.py' dh_auto_test