File: rules

package info (click to toggle)
django-session-security 2.6.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 636 kB
  • sloc: javascript: 6,675; python: 589; makefile: 133
file content (14 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
#DH_VERBOSE=1
%:
	dh "$@" --with python3,sphinxdoc --buildsystem=pybuild

override_dh_auto_build:
	dh_auto_build
ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
	python3 setup.py build_sphinx
endif

override_dh_auto_test:
	# sbo_selenium is required and not packaged yet
	# python3 setup.py test