File: rules

package info (click to toggle)
python-easywebdav 1.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 136 kB
  • sloc: python: 193; sh: 21; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=easywebdav
%:
	dh $@ --buildsystem=pybuild --with python2,python3

override_dh_clean:
	dh_clean
	rm -rf $(CURDIR)/*.egg-info/
	rm -rf $(CURDIR)/build