File: rules

package info (click to toggle)
python-django-health-check 3.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 428 kB
  • sloc: python: 1,886; makefile: 6
file content (14 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

export PYBUILD_NAME=django-health-check
export DJANGO_SETTINGS_MODULE=tests.testapp.settings

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_python3:
	# Get rid of extra .coverage file
	rm -f debian/*/usr/lib/python3/dist-packages/.coverage