File: rules

package info (click to toggle)
python-humanize 0.5.1-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 172 kB
  • ctags: 50
  • sloc: python: 313; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=humanize

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

override_dh_auto_test:

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