File: rules

package info (click to toggle)
python-pika 0.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 648 kB
  • sloc: python: 6,306; makefile: 73
file content (11 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_auto_clean:
	rm -rf dist build setup.cfg PKG-INFO pika.egg-info
	find -name '*\.py[co]' -delete

override_dh_compress:
	dh_compress -X.py