File: rules

package info (click to toggle)
loofah 0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 120 kB
  • ctags: 46
  • sloc: python: 225; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

PY2_PACKAGE_NAME = python-loofah
PYVERS  = $(shell pyversions -r)

%:
	dh $@ --with python2



override_dh_auto_clean:
	dh_auto_clean
	rm -rvf ./*.egg-info