File: rules

package info (click to toggle)
python-caldav 0.4.0-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 264 kB
  • ctags: 329
  • sloc: python: 1,684; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_DESTDIR_python2=debian/python-caldav/
#export PYTHONWARNINGS=d
export DH_VERBOSE=o

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

override_dh_auto_test: