File: rules

package info (click to toggle)
python-django-zeal 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: python: 1,387; makefile: 25; sh: 9
file content (10 lines) | stat: -rwxr-xr-x 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_NAME=django-zeal
export PYBUILD_TEST_ARGS=-k 'not test_can_log_errors and not test_errors_include_caller and not test_ignores_calls_on_different_lines'

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