File: rules

package info (click to toggle)
python-fire 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 664 kB
  • sloc: python: 6,591; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@ -Spybuild --with python3

override_dh_auto_clean:
	dh_auto_clean
	-$(RM) -rf fire.egg-info

override_dh_installexamples:
	dh_installexamples -X__init__.py -X_test

override_dh_missing:
	dh_missing --fail-missing