File: rules

package info (click to toggle)
python-django-x509 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 484 kB
  • sloc: python: 2,233; javascript: 46; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 382 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

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

export PYBUILD_NAME=django-x509
export PYBUILD_DISABLE=test

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

override_dh_auto_test:
	PYBUILD_TEST_ARGS='--system=custom --test-args="PYTHONPATH='"'"'.:tests'"'"' {interpreter} /usr/bin/django-admin test --settings=settings django_x509"' dh_auto_test