File: rules

package info (click to toggle)
django-maintenancemode 0.11.7%2Bgit221001-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: python: 327; makefile: 7; sh: 5
file content (12 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=django-maintenancemode

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_clean:
	rm -rf build

override_dh_auto_test:
	dh_auto_test -- --system=custom --test-args="PYTHONPATH=. {interpreter} -m pytest"