File: rules

package info (click to toggle)
python-caldav 0.6.2-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 336 kB
  • sloc: python: 2,135; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=caldav
#export PYTHONWARNINGS=d
export DH_VERBOSE=o

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

ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
endif