File: rules

package info (click to toggle)
mallard-ducktype 1.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,656 kB
  • sloc: python: 4,054; sh: 64; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 136 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

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

override_dh_auto_test:
	set -e; cd tests; LC_ALL=C.UTF-8 ./runtests